Skip to content

Commit

Permalink
Merge pull request #1979 from alphagov/revert-1977-dependabot/bundler…
Browse files Browse the repository at this point in the history
…/rack-3.0.8

Revert "Bump rack from 2.2.8 to 3.0.8"
  • Loading branch information
MuriloDalRi authored Nov 22, 2023
2 parents e5fecaf + 6c27304 commit e6729b6
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ GEM
bunny (~> 2.17)
govuk_schemas (4.7.0)
json-schema (>= 2.8, < 4.2)
govuk_sidekiq (7.1.1)
govuk_sidekiq (7.1.4)
gds-api-adapters (>= 19.1.0)
govuk_app_config (>= 1.1)
redis-namespace (~> 1.6)
sidekiq (~> 6)
sidekiq (> 6.5.10, < 7)
govuk_test (4.0.1)
brakeman (>= 5.0.2)
capybara (>= 3.36)
Expand Down Expand Up @@ -549,18 +549,18 @@ GEM
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.8)
rack-protection (3.0.6)
rack
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
rack (>= 3.0.0)
rack-session (1.0.1)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rackup (1.0.0)
rack (< 3)
webrick
rails (7.1.2)
actioncable (= 7.1.2)
actionmailbox (= 7.1.2)
Expand Down Expand Up @@ -713,11 +713,10 @@ GEM
set (1.0.3)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.0.4)
connection_pool (>= 2.2.2)
rack (>= 2.0.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
signet (0.16.1)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.0)
Expand Down

0 comments on commit e6729b6

Please sign in to comment.