From 1e07451cc02dc9061bb0438db4f126e0ebefc12b Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 11 Oct 2025 02:59:37 +0900 Subject: [PATCH 1/3] Ruby 3.4.7 --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 3b47f2e..2aa5131 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.9 +3.4.7 From 383ff34d1f413aa71d6ceb17933e85c63f02e57e Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 11 Oct 2025 03:07:25 +0900 Subject: [PATCH 2/3] nkf has been extracted as a stdgem since Ruby 3.4 --- Gemfile | 2 ++ Gemfile.lock | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index f3bd56a..de247cf 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,8 @@ source "https://rubygems.org" ruby file: '.ruby-version' +gem 'nkf' + # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 8.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 69223ac..c84ea8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,6 +167,7 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) + nkf (0.2.0) nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) nokogiri (1.18.10-aarch64-linux-musl) @@ -343,6 +344,7 @@ DEPENDENCIES capybara debug importmap-rails + nkf pg puma (>= 5.0) rails (~> 8.0.0) From 2dc70ef3ec30da5eb972cae478cd0ca600b6eac6 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sat, 11 Oct 2025 03:01:05 +0900 Subject: [PATCH 3/3] bundle u --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c84ea8e..2832e3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -358,7 +358,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.9p170 + ruby 3.4.7p58 BUNDLED WITH - 2.5.22 + 2.7.2