Skip to content

Commit

Permalink
Merge pull request #2872 from alphagov/ruby-3-1-2
Browse files Browse the repository at this point in the history
Upgrade Ruby to 3.1.2
  • Loading branch information
AgaDufrat authored Oct 3, 2022
2 parents a43658c + 9ea222c commit c8def64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
3.1.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG base_image=ghcr.io/alphagov/govuk-ruby-base:2.7.6
ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:2.7.6
ARG base_image=ghcr.io/alphagov/govuk-ruby-base:3.1.2
ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:3.1.2

FROM $builder_image AS builder

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 2.7.6p219
ruby 3.1.2

BUNDLED WITH
2.1.4
2.3.22

0 comments on commit c8def64

Please sign in to comment.