Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent c9c0b11 commit ca49948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 "govuk_app_config", "~> 9.16.2"
gem "nokogiri", "1.18.2"
gem "optic14n", "3.0.2" # Ideally version should be synced with Transition
gem "pg"
gem "rack", "~> 3.1.9"
gem "rack", "~> 3.1.10"
gem "rake", "13.2.1"

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.9)
rack (3.1.10)
rack-proxy (0.7.7)
rack
rack-session (2.1.0)
Expand Down Expand Up @@ -478,7 +478,7 @@ DEPENDENCIES
optic14n (= 3.0.2)
pg
pry
rack (~> 3.1.9)
rack (~> 3.1.10)
rack-test (= 2.2.0)
rake (= 13.2.1)
rspec
Expand Down

0 comments on commit ca49948

Please sign in to comment.