-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Bump thin from 1.8.2 to 2.0.1 #3359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
4a9b672
to
25f2706
Compare
@dependabot rebase |
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
@dependabot recreate |
25f2706
to
72b2ea8
Compare
72b2ea8
to
418f853
Compare
418f853
to
2ce2e6f
Compare
2ce2e6f
to
c6f057d
Compare
c6f057d
to
aca6ee4
Compare
@dependabot rebase |
aca6ee4
to
efb7ede
Compare
@dependabot recreate |
efb7ede
to
6c4d16f
Compare
@dependabot rebase |
6c4d16f
to
bbc3b51
Compare
@dependabot recreate |
Bumps [thin](https://github.com/macournoyer/thin) from 1.8.2 to 2.0.1. - [Release notes](https://github.com/macournoyer/thin/releases) - [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG) - [Commits](macournoyer/thin@v1.8.2...v2.0.1) --- updated-dependencies: - dependency-name: thin dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
bbc3b51
to
635659f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the thin gem dependency from version 1.8.2 to 2.0.1, which includes partial Rack 3 support. This is a major version bump that brings the application up to date with the latest thin release.
- Updated thin gem constraint from
~> 1.8
to~> 2.0
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
@@ -8,7 +8,7 @@ gem 'net-smtp', require: false | |||
gem 'json' | |||
|
|||
gem 'eventmachine', '~> 1.2', '>= 1.2.7' | |||
gem 'thin', '~> 1.8' | |||
gem 'thin', '~> 2.0' | |||
gem 'sinatra', '~> 3.2' | |||
gem 'rack', '~> 2.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Rack version constraint may be incompatible with thin 2.0.x which has partial Rack 3 support. Consider updating the Rack constraint to allow version 3.x or verify compatibility between Rack 2.2 and thin 2.0.
gem 'rack', '~> 2.2' | |
gem 'rack', '>= 2.2', '< 4.0' |
Copilot uses AI. Check for mistakes.
Bumps thin from 1.8.2 to 2.0.1.
Changelog
Sourced from thin's changelog.
Commits
84a5188
Bump patch version.3254c58
Use bake for release management.20add8e
Tidy up license files.7c80818
Add license files for ruby and gpl (#438)27d384b
Correction to uninitialized constant. Fixes #445 (#446)955db1a
Bump major version.a64256b
Remove legacy Ruby 1.8 compatibility shims.745093d
Rakefile: rely on Rake's rakelib/ defaulte0577f9
Fix "No such file or directory @ rb_io_reopen" error from test.de6b618
Rack 3 no longer required environments (#437)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)