From fac53638f7118512c3c38252d128aa40647a03ba Mon Sep 17 00:00:00 2001 From: Kosuke Tanabe Date: Fri, 16 Aug 2024 23:59:34 +0900 Subject: [PATCH] update Ruby to 3.2.5 (#1891) --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.ruby-version b/.ruby-version index 351227fca..5ae69bd5f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.4 +3.2.5 diff --git a/Dockerfile b/Dockerfile index bf6cac92f..7e5f17849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.2.4 +ARG RUBY_VERSION=3.2.5 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base # Rails app lives here diff --git a/Gemfile b/Gemfile index 818412277..4e8f69a3c 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.4" +ruby "3.2.5" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.8" diff --git a/Gemfile.lock b/Gemfile.lock index e2f758ae0..16d55c0fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM caxlsx (>= 3.0) climate_control (1.2.0) cocoon (1.2.15) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml @@ -255,7 +255,7 @@ GEM mime-types-data (3.2024.0806) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.24.1) + minitest (5.25.0) mono_logger (1.1.2) msgpack (1.7.2) multi_json (1.15.0) @@ -282,7 +282,7 @@ GEM faraday-follow_redirects (>= 0.3.0, < 2) options (2.3.2) orm_adapter (0.5.0) - parallel (1.26.1) + parallel (1.26.2) parallel_tests (4.7.1) parallel pg (1.5.7) @@ -382,7 +382,7 @@ GEM typesafe_enum (~> 0.1, >= 0.1.5) xml-mapping (~> 0.10) xml-mapping_extensions (~> 0.4, >= 0.4.8) - rexml (3.3.4) + rexml (3.3.5) strscan rsolr (2.6.0) builder (>= 2.1.2) @@ -395,7 +395,7 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.3) + rspec-rails (6.1.4) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -575,7 +575,7 @@ DEPENDENCIES webpacker (~> 5.0) RUBY VERSION - ruby 3.2.4p170 + ruby 3.2.5p208 BUNDLED WITH 2.4.19