From 7657b1f589a26f7326e0190c5e4a804cf622b709 Mon Sep 17 00:00:00 2001 From: Justin Baker Date: Tue, 11 Jul 2023 17:42:13 +0000 Subject: [PATCH] Bump ruby from 3.1.3 to 3.2.2 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index ff365e0..be94e6f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.3 +3.2.2 diff --git a/Dockerfile b/Dockerfile index 14f6bfb..5732812 100755 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ # We recommend using the highest patch level for better security and # performance. -ARG RUBY_VERSION=3.1.3 +ARG RUBY_VERSION=3.2.2 ARG VARIANT=jemalloc-slim FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-${VARIANT} as base diff --git a/Gemfile b/Gemfile index 61ae142..1609b5d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.3" +ruby "3.2.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.4.3"