We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72d7790 + a941eb0 commit f2dc032Copy full SHA for f2dc032
Gemfile
@@ -7,7 +7,7 @@ gem "govuk_app_config", "~> 9.17.2"
7
gem "nokogiri", "1.18.8"
8
gem "optic14n", "4.0.0" # Ideally version should be synced with Transition
9
gem "pg"
10
-gem "rack", "~> 3.1.13"
+gem "rack", "~> 3.1.14"
11
gem "rake", "13.2.1"
12
13
group :development do
Gemfile.lock
@@ -360,7 +360,7 @@ GEM
360
puma (6.6.0)
361
nio4r (~> 2.0)
362
racc (1.8.1)
363
- rack (3.1.13)
+ rack (3.1.14)
364
rack-proxy (0.7.7)
365
rack
366
rack-session (2.1.1)
@@ -495,7 +495,7 @@ DEPENDENCIES
495
optic14n (= 4.0.0)
496
pg
497
pry
498
- rack (~> 3.1.13)
+ rack (~> 3.1.14)
499
rack-test (= 2.2.0)
500
rake (= 13.2.1)
501
rspec
0 commit comments