From 4b93aa47837dc893bfe7c0adbd609d2b550bf02b Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Thu, 14 Nov 2024 20:19:44 +0900 Subject: [PATCH] Use newest released patch version of Ruby 3.1.x --- .circleci/config.yml | 2 +- .ruby-version | 2 +- Gemfile.lock | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 43dc58cf9..bdacf4495 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: build_and_test: working_directory: ~/cfp_app docker: - - image: cimg/ruby:3.1.2-browsers + - image: cimg/ruby:3.1.6-browsers environment: PGHOST: localhost PGUSER: cfp_app diff --git a/.ruby-version b/.ruby-version index ef538c281..9cec7165a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.1.6 diff --git a/Gemfile.lock b/Gemfile.lock index 08340fc4a..88745c41a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -616,7 +616,7 @@ DEPENDENCIES webpacker RUBY VERSION - ruby 3.1.2p20 + ruby 3.1.6p260 BUNDLED WITH 2.3.17 diff --git a/README.md b/README.md index a3c99cc4d..4ec7947b7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The CFP App does not provide a public facing website for your conference, though ### Prerequisite Requirements -* Ruby 3.1.2 (set in `.ruby-version`) +* Ruby 3.1.6 (set in `.ruby-version`) * Bundler (was installed with 2.3.11) * PostgreSQL 14.1 * Google Chrome browser must be installed to run tests