From 54edd2721fde0346525523006bae87add4c3eafe Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 07:16:07 +0000 Subject: [PATCH] Update Ruby to version 3.2.5 --- .circleci/config.yml | 2 +- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c9c7d4f..c631686 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: rails: docker: - - image: cimg/ruby:3.1.3-browsers + - image: cimg/ruby:3.2.5-browsers environment: BUNDLE_JOBS: 4 BUNDLE_PATH: vendor/bundle diff --git a/.ruby-version b/.ruby-version index ff365e0..5ae69bd 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.3 +3.2.5 diff --git a/Gemfile b/Gemfile index 045404a..8f19e6c 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Heroku uses the ruby version to configure your application"s runtime. -ruby "3.1.3" +ruby "3.2.5" gem "amazing_print" gem "bootsnap", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6942989..20fcb55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -311,7 +311,7 @@ DEPENDENCIES webpacker RUBY VERSION - ruby 3.1.3 + ruby 3.2.5 BUNDLED WITH 2.3.11