Skip to content

Commit

Permalink
Merge pull request #565 from alphagov/dependabot/bundler/rack-3.1.8
Browse files Browse the repository at this point in the history
Bump rack from 3.1.7 to 3.1.8
  • Loading branch information
callumknights authored Oct 15, 2024
2 parents 1918fff + fdb9e25 commit fdbdf60
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.14.3"
gem "nokogiri", "1.16.7"
gem "optic14n", "2.1.0" # Ideally version should be synced with Transition
gem "pg"
gem "rack", "~> 3.1.7"
gem "rack", "~> 3.1.8"
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 @@ -334,7 +334,7 @@ GEM
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
Expand Down Expand Up @@ -464,7 +464,7 @@ DEPENDENCIES
optic14n (= 2.1.0)
pg
pry
rack (~> 3.1.7)
rack (~> 3.1.8)
rack-test (= 2.1.0)
rake (= 13.2.1)
rspec
Expand Down

0 comments on commit fdbdf60

Please sign in to comment.