Skip to content

Commit

Permalink
Merge pull request #3563 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 ad92c1c + b887675 commit e381c5f
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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)
byebug (11.1.3)
Expand Down Expand Up @@ -115,7 +115,7 @@ 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)
Expand Down Expand Up @@ -180,13 +180,13 @@ 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)
redis
hashdiff (1.1.2)
highline (3.1.1)
highline (3.1.2)
reline
htmlentities (4.3.4)
http-accept (1.7.0)
Expand All @@ -210,12 +210,12 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.1)
json-schema (4.3.0)
json (2.10.1)
json-schema (4.3.1)
addressable (>= 2.8)
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)
logger (1.6.6)
logstasher (2.1.5)
Expand All @@ -231,11 +231,11 @@ GEM
net-smtp
marcel (1.0.4)
matrix (0.4.2)
method_source (1.0.0)
method_source (1.1.0)
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 @@ -246,7 +246,7 @@ GEM
ruby-progressbar
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 @@ -258,7 +258,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 @@ -471,7 +471,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 @@ -564,7 +564,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)
rinku (2.0.6)
rouge (4.5.1)
rss (0.3.1)
Expand Down Expand Up @@ -601,16 +601,17 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
rubyzip (2.4.1)
sanitize (7.0.0)
crass (~> 1.0.2)
nokogiri (>= 1.16.8)
sass-embedded (1.77.8)
google-protobuf (~> 4.26)
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 @@ -625,7 +626,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)
slimmer (18.7.0)
json
Expand All @@ -642,8 +643,9 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
statsd-ruby (1.5.0)
stringio (3.1.2)
terminal-table (1.6.0)
stringio (3.1.3)
terminal-table (4.0.0)
unicode-display_width (>= 1.1.1, < 4)
terser (1.2.5)
execjs (>= 0.3.0, < 3)
thor (1.3.2)
Expand All @@ -661,14 +663,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 e381c5f

Please sign in to comment.