diff --git a/.ruby-version b/.ruby-version index b0f2dcb32f..944880fa15 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.4 +3.2.0 diff --git a/.tool-versions b/.tool-versions index ca781ac7ef..4dee0780cc 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ terraform 1.2.4 -ruby 3.0.4 +ruby 3.2.0 nodejs 16.17.0 diff --git a/Dockerfile b/Dockerfile index f24904340b..fb4b9b0463 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------ # base # ------------------------------------------------------------------------------ -FROM ruby:3.0.4-alpine AS base +FROM ruby:3.2.0-alpine AS base RUN addgroup -S appgroup && adduser -S appuser -G appgroup diff --git a/Gemfile b/Gemfile index ddd7cae615..c0e12f4720 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.0.4" +ruby "3.2.0" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "7.0.4" diff --git a/Gemfile.lock b/Gemfile.lock index 8cf1352dad..0f7d4c12ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,8 +114,6 @@ GEM daemons (1.4.1) date (3.3.3) debug (1.7.1) - irb (>= 1.5.0) - reline (>= 0.3.1) declarative (0.0.20) delayed_cron_job (0.9.0) fugit (>= 1.5) @@ -231,9 +229,6 @@ GEM httpclient (2.8.3) i18n (1.12.0) concurrent-ruby (~> 1.0) - io-console (0.6.0) - irb (1.6.2) - reline (>= 0.3.0) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -375,8 +370,6 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.6.2) - reline (0.3.2) - io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -579,7 +572,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.0.4p208 + ruby 3.2.0p0 BUNDLED WITH - 2.3.23 + 2.4.4