Skip to content

Commit

Permalink
Merge pull request #871 from alphagov/bump-ruby-3.3
Browse files Browse the repository at this point in the history
Bump ruby version to 3.3.x
  • Loading branch information
georges1996 authored May 13, 2024
2 parents 80762cc + 74c62cc commit 9a561c4
Show file tree
Hide file tree
Showing 5 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 @@
3.2.4
3.3.1
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.2
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
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "~> 3.2.0"
ruby "~> 3.3.1"

gem "rails", "7.1.3.2"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.2
ruby 3.3.1p55

BUNDLED WITH
2.3.24
2 changes: 1 addition & 1 deletion db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a561c4

Please sign in to comment.