From 65fe09dd57ed9a8757642ac8740d881111b2bf3e Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:21:20 +0000 Subject: [PATCH] Update Ruby to version 3.3.1 --- .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..cfa33d2 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.3.1-browsers environment: BUNDLE_JOBS: 4 BUNDLE_PATH: vendor/bundle diff --git a/.ruby-version b/.ruby-version index ff365e0..bea438e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.3 +3.3.1 diff --git a/Gemfile b/Gemfile index 045404a..6231199 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.3.1" gem "amazing_print" gem "bootsnap", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6942989..a115603 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -311,7 +311,7 @@ DEPENDENCIES webpacker RUBY VERSION - ruby 3.1.3 + ruby 3.3.1 BUNDLED WITH 2.3.11