Skip to content

Commit

Permalink
Merge pull request #573 from alphagov/bump-ruby-3.3.6
Browse files Browse the repository at this point in the history
Update ruby to version 3.3.6
  • Loading branch information
brucebolt authored Nov 22, 2024
2 parents 2139b0a + 2faefac commit 1923fcb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.6
38 changes: 21 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
bigdecimal (3.1.8)
bootsnap (1.18.4)
msgpack (~> 1.2)
brakeman (6.1.2)
brakeman (6.2.2)
racc
builder (3.3.0)
capybara (3.40.0)
Expand All @@ -106,8 +106,11 @@ GEM
diff-lcs (1.5.1)
drb (2.2.1)
erubi (1.13.0)
execjs (2.9.1)
ffi (1.16.3)
execjs (2.10.0)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.28.3)
Expand Down Expand Up @@ -165,7 +168,7 @@ GEM
capybara (>= 3.36)
puma
selenium-webdriver (>= 4.0)
hashdiff (1.1.1)
hashdiff (1.1.2)
htmlentities (4.3.4)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -197,7 +200,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.1)
msgpack (1.7.3)
msgpack (1.7.5)
net-imap (0.5.1)
date
net-protocol
Expand Down Expand Up @@ -472,7 +475,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.8.1)
psych (>= 4.0.0)
Expand Down Expand Up @@ -538,18 +541,19 @@ GEM
sanitize (6.1.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
sass-embedded (1.77.8)
google-protobuf (~> 4.26)
sass-embedded (1.81.0)
google-protobuf (~> 4.28)
rake (>= 13)
sass-embedded (1.77.8-aarch64-linux-gnu)
google-protobuf (~> 4.26)
sass-embedded (1.77.8-arm64-darwin)
google-protobuf (~> 4.26)
sass-embedded (1.77.8-x86_64-linux-gnu)
google-protobuf (~> 4.26)
sass-embedded (1.81.0-aarch64-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
securerandom (0.3.2)
selenium-webdriver (4.21.1)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -581,7 +585,7 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.0)
websocket (1.2.10)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -614,4 +618,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.3.22
2.5.22

0 comments on commit 1923fcb

Please sign in to comment.