From 54f8ebb63f54e57017707562c9b42b5e47c6ca05 Mon Sep 17 00:00:00 2001 From: rmseifried Date: Mon, 24 Jul 2023 14:19:18 -0400 Subject: [PATCH] upgrade ruby to 3.2.2 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 944880f..be94e6f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.0 +3.2.2 diff --git a/Gemfile b/Gemfile index 9759a1e..353a6c8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.2.0' +ruby '3.2.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 7.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index 9ea727c..cb4c0fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -445,7 +445,7 @@ DEPENDENCIES webpacker (~> 5.0) RUBY VERSION - ruby 3.2.0 + ruby 3.2.2p53 BUNDLED WITH 2.4.12