Skip to content

Commit

Permalink
Merge pull request #307 from alphagov/upgrade-to-ruby-3.3.3
Browse files Browse the repository at this point in the history
Upgrade to ruby 3.3.3
  • Loading branch information
theseanything authored Jul 10, 2024
2 parents 16e2888 + 19326b4 commit 6edf74b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.3.1"
ruby "3.3.3"

RAILS_GEMS_VERSION = "~> 7.1.3".freeze
gem "actionpack", RAILS_GEMS_VERSION
Expand Down
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ GEM
gapic-common (>= 0.21.1, < 2.a)
google-cloud-errors (~> 1.0)
google-protobuf (3.25.3-aarch64-linux)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86_64-darwin)
google-protobuf (3.25.3-x86_64-linux)
googleapis-common-protos (1.6.0)
Expand Down Expand Up @@ -136,6 +137,9 @@ GEM
grpc (1.64.0-aarch64-linux)
google-protobuf (~> 3.25)
googleapis-common-protos-types (~> 1.0)
grpc (1.64.0-arm64-darwin)
google-protobuf (~> 3.25)
googleapis-common-protos-types (~> 1.0)
grpc (1.64.0-x86_64-darwin)
google-protobuf (~> 3.25)
googleapis-common-protos-types (~> 1.0)
Expand Down Expand Up @@ -180,6 +184,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
Expand Down Expand Up @@ -538,6 +544,7 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-23
x86_64-darwin-22
x86_64-linux

Expand Down Expand Up @@ -568,7 +575,7 @@ DEPENDENCIES
timecop

RUBY VERSION
ruby 3.3.1p55
ruby 3.3.3p89

BUNDLED WITH
2.4.10

0 comments on commit 6edf74b

Please sign in to comment.