From 8c80a330bed2101b05f659700270a24e473b7d66 Mon Sep 17 00:00:00 2001 From: Sean Rankine Date: Wed, 10 Jul 2024 10:35:36 +0100 Subject: [PATCH] Upgrade to Ruby 3.3.3 Unpins the patch version number in the Dockerfile. --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 6 +++++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index bea438e..619b537 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.1 +3.3.3 diff --git a/Dockerfile b/Dockerfile index cc09f68..95fe598 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Gemfile b/Gemfile index 1d80a0e..3877efb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.3.1" +ruby "3.3.3" gem "rails", "~> 7.1.3" diff --git a/Gemfile.lock b/Gemfile.lock index 405704f..e523612 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -637,6 +640,7 @@ GEM PLATFORMS aarch64-linux + arm64-darwin-23 x86_64-darwin-22 x86_64-linux @@ -658,7 +662,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.1p55 + ruby 3.3.3p89 BUNDLED WITH 2.4.10