Skip to content

Commit

Permalink
Bump rack from 2.2.9 to 3.1.8
Browse files Browse the repository at this point in the history
Bumps [rack](https://github.com/rack/rack) from 2.2.9 to 3.1.8.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.9...v3.1.8)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 7e21a35 commit c2be7e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'rails', '~> 7.2.1'

gem 'sprockets-rails'

gem 'rack', '< 3.0'
gem 'rack', '< 4.0'
gem 'pg'
gem 'puma', '~> 5.6'
gem 'rugged', '1.7.2'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ GEM
puma (5.6.8)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.9)
rack-session (1.0.2)
rack (< 3)
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (1.0.0)
rack (< 3)
webrick
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.2.1)
actioncable (= 7.2.1)
actionmailbox (= 7.2.1)
Expand Down Expand Up @@ -270,7 +270,7 @@ DEPENDENCIES
ed25519
pg
puma (~> 5.6)
rack (< 3.0)
rack (< 4.0)
rails (~> 7.2.1)
rails-controller-testing
rbnacl (>= 3.2, < 8.0)
Expand Down

0 comments on commit c2be7e8

Please sign in to comment.