Skip to content

Commit

Permalink
Merge pull request #116 from alphagov/upgrade-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 548188a + 8c80a33 commit 4e630b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ruby_version=3.3.1
ARG ruby_version=3.3
ARG base_image=ghcr.io/alphagov/govuk-ruby-base:$ruby_version
ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:$ruby_version

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.3.1"
ruby "3.3.3"

gem "rails", "~> 7.1.3"

Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ GEM
faraday (>= 1.0, < 3.a)
google-cloud-errors (1.4.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-types (1.15.0)
Expand Down Expand Up @@ -234,6 +235,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
Expand Down Expand Up @@ -637,6 +640,7 @@ GEM

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

Expand All @@ -658,7 +662,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.3.1p55
ruby 3.3.3p89

BUNDLED WITH
2.4.10

0 comments on commit 4e630b1

Please sign in to comment.