Skip to content

Commit

Permalink
Merge pull request #3590 from alphagov/update-gems
Browse files Browse the repository at this point in the history
Update gems to most recent version
  • Loading branch information
catalinailie authored Feb 19, 2025
2 parents 923b905 + d97ccda commit 873bb03
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
debug_inspector (>= 1.2.0)
bootsnap (1.18.4)
msgpack (~> 1.2)
brakeman (6.1.2)
brakeman (7.0.0)
racc
builder (3.3.0)
capybara (3.40.0)
Expand All @@ -113,12 +113,12 @@ GEM
sass-embedded (~> 1.63)
date (3.4.1)
debug_inspector (1.2.0)
docile (1.4.0)
docile (1.4.1)
domain_name (0.6.20240107)
drb (2.2.1)
erubi (1.13.1)
execjs (2.10.0)
ffi (1.16.3)
ffi (1.17.1)
gds-api-adapters (98.2.0)
addressable
link_header
Expand Down Expand Up @@ -163,7 +163,7 @@ GEM
capybara (>= 3.36)
puma
selenium-webdriver (>= 4.0)
govuk_web_banners (1.1.0)
govuk_web_banners (1.1.1)
govuk_app_config
govuk_publishing_components
rails (>= 7)
Expand All @@ -179,15 +179,15 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.1)
json (2.10.1)
kramdown (2.5.1)
rexml (>= 3.3.9)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
link_header (0.0.8)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.5)
logger (1.6.6)
logstasher (2.1.5)
activesupport (>= 5.2)
request_store
Expand All @@ -205,7 +205,7 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1203)
mime-types-data (3.2025.0204)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
Expand All @@ -215,7 +215,7 @@ GEM
rake
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
msgpack (1.8.0)
net-imap (0.5.6)
date
net-protocol
Expand All @@ -227,7 +227,7 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.18.2)
nokogiri (1.18.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
null_logger (0.0.1)
Expand Down Expand Up @@ -440,7 +440,7 @@ GEM
opentelemetry-api (~> 1.0)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
plek (5.2.0)
Expand Down Expand Up @@ -503,7 +503,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.12.0)
psych (>= 4.0.0)
Expand All @@ -521,7 +521,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.4.0)
rexml (3.4.1)
rouge (4.5.1)
rubocop (1.70.0)
json (~> 2.3)
Expand Down Expand Up @@ -555,13 +555,14 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sass-embedded (1.77.8)
google-protobuf (~> 4.26)
rubyzip (2.4.1)
sass-embedded (1.85.0)
google-protobuf (~> 4.29)
rake (>= 13)
securerandom (0.4.1)
selenium-webdriver (4.21.1)
selenium-webdriver (4.28.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -576,7 +577,7 @@ GEM
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
Expand All @@ -586,7 +587,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
statsd-ruby (1.5.0)
stringio (3.1.2)
stringio (3.1.3)
terser (1.2.5)
execjs (>= 0.3.0, < 3)
thor (1.3.2)
Expand All @@ -604,14 +605,14 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.1)
websocket (1.2.10)
websocket (1.2.11)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.1)
zeitwerk (2.7.2)

PLATFORMS
ruby
Expand Down

0 comments on commit 873bb03

Please sign in to comment.