From cf4c65256772255815731e1bee18766e2fae222b Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 07:15:37 +0000 Subject: [PATCH] Update Ruby to version 3.4.2 --- .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..64f9311 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.4.2-browsers environment: BUNDLE_JOBS: 4 BUNDLE_PATH: vendor/bundle diff --git a/.ruby-version b/.ruby-version index ff365e0..4d9d11c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.3 +3.4.2 diff --git a/Gemfile b/Gemfile index 045404a..7e9884b 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.4.2" gem "amazing_print" gem "bootsnap", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6942989..6a808ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -311,7 +311,7 @@ DEPENDENCIES webpacker RUBY VERSION - ruby 3.1.3 + ruby 3.4.2 BUNDLED WITH 2.3.11