Skip to content

Commit

Permalink
Update rack requirement from ~>3.0.0 to ~> 3.1.2 in /ruby/rackup
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](https://github.com/rack/rack/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and arjun024 committed Jun 12, 2024
1 parent bcbe9f4 commit be8dfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/rackup/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'rack', '~>3.0.0'
gem 'rack', '~>3.1.2'
gem 'rackup'

0 comments on commit be8dfe1

Please sign in to comment.