Skip to content

Commit

Permalink
Update rack requirement from ~> 1.0 to ~> 3.1
Browse files Browse the repository at this point in the history
Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@1.0...v3.1.4)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 25, 2024
1 parent 5f53b2e commit 10b0ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'minitest-reporters'
gem 'simplecov'
gem 'simplecov-lcov'
gem 'sinatra', '~> 1.0'
gem 'rack', '~> 1.0'
gem 'rack', '~> 3.1'
gem 'rack-accept'
gem 'rack-test'
gem 'webrick'
Expand Down

0 comments on commit 10b0ac1

Please sign in to comment.