Bump thin from 1.8.2 to 2.0.1#3359
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 |
bbc3b51 to
635659f
Compare
There was a problem hiding this comment.
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.8to~> 2.0
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| gem 'thin', '~> 1.8' | ||
| gem 'thin', '~> 2.0' | ||
| gem 'sinatra', '~> 3.2' | ||
| gem 'rack', '~> 2.2' |
There was a problem hiding this comment.
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' |
|
@dependabot recreate |
635659f to
2f9a38e
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>
2f9a38e to
b0ea6a9
Compare
Bumps thin from 1.8.2 to 2.0.1.
Changelog
Sourced from thin's changelog.
Commits
84a5188Bump patch version.3254c58Use bake for release management.20add8eTidy up license files.7c80818Add license files for ruby and gpl (#438)27d384bCorrection to uninitialized constant. Fixes #445 (#446)955db1aBump major version.a64256bRemove legacy Ruby 1.8 compatibility shims.745093dRakefile: rely on Rake's rakelib/ defaulte0577f9Fix "No such file or directory @ rb_io_reopen" error from test.de6b618Rack 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)