From 2a59063ace934c343f48263fb4c1b7167613ac07 Mon Sep 17 00:00:00 2001 From: Euchi Yuta Date: Thu, 22 Jan 2026 11:10:46 +0900 Subject: [PATCH 1/5] Update manifest --- Gemfile.lock | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6fee3c48..b89dcc9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,6 +35,7 @@ GEM csv (3.3.4) diff-lcs (1.6.2) drb (2.2.1) + ffi (1.17.2) ffi (1.17.2-arm64-darwin) ffi (1.17.2-x86_64-linux-gnu) fileutils (1.7.3) @@ -48,7 +49,8 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) - minitest (5.25.5) + minitest (6.0.1) + prism (~> 1.5) multipart-post (2.4.1) mutex_m (0.3.0) parallel (1.27.0) @@ -123,7 +125,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) - unicode-emoji (4.1.0) + unicode-emoji (4.2.0) uri (1.0.3) webmock (3.26.1) addressable (>= 2.8.0) @@ -135,6 +137,7 @@ GEM PLATFORMS arm64-darwin-21 arm64-darwin-22 + arm64-darwin-24 x86_64-linux DEPENDENCIES @@ -151,4 +154,4 @@ DEPENDENCIES yard (~> 0.9.20) BUNDLED WITH - 2.4.10 + 4.0.3 From af515db31ba5305945995dbc5a86de4e54f4c439 Mon Sep 17 00:00:00 2001 From: Euchi Yuta Date: Thu, 22 Jan 2026 11:44:34 +0900 Subject: [PATCH 2/5] Revert "Update manifest" This reverts commit 2a59063ace934c343f48263fb4c1b7167613ac07. --- Gemfile.lock | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b89dcc9c..6fee3c48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,6 @@ GEM csv (3.3.4) diff-lcs (1.6.2) drb (2.2.1) - ffi (1.17.2) ffi (1.17.2-arm64-darwin) ffi (1.17.2-x86_64-linux-gnu) fileutils (1.7.3) @@ -49,8 +48,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) - minitest (6.0.1) - prism (~> 1.5) + minitest (5.25.5) multipart-post (2.4.1) mutex_m (0.3.0) parallel (1.27.0) @@ -125,7 +123,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) - unicode-emoji (4.2.0) + unicode-emoji (4.1.0) uri (1.0.3) webmock (3.26.1) addressable (>= 2.8.0) @@ -137,7 +135,6 @@ GEM PLATFORMS arm64-darwin-21 arm64-darwin-22 - arm64-darwin-24 x86_64-linux DEPENDENCIES @@ -154,4 +151,4 @@ DEPENDENCIES yard (~> 0.9.20) BUNDLED WITH - 4.0.3 + 2.4.10 From 00b0c3fe00b122ac14ce9937102d58e7b7dbf4a6 Mon Sep 17 00:00:00 2001 From: Euchi Yuta Date: Thu, 22 Jan 2026 11:45:39 +0900 Subject: [PATCH 3/5] Revert "Update dependency ruby to v4.0.1 (#740)" This reverts commit b57a12ebcfd2db1f7ee4f7f07dea9986fb2bbf79. --- .github/workflows/deploy-doc.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-doc.yml b/.github/workflows/deploy-doc.yml index 31eeb073..5968cc2c 100644 --- a/.github/workflows/deploy-doc.yml +++ b/.github/workflows/deploy-doc.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ruby/setup-ruby@708024e6c902387ab41de36e1669e43b5ee7085e # v1.283.0 with: - ruby-version: '4.0.1' + ruby-version: '4.0.0' - run: bundle install - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e7fab3c..d1e9b277 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - uses: ruby/setup-ruby@708024e6c902387ab41de36e1669e43b5ee7085e # v1.283.0 with: bundler-cache: true - ruby-version: 4.0.1 + ruby-version: 4.0.0 - name: Update version file with the release version run: | if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then From 0b6229660b4b7c79c287379b87f52e3cdb53f84e Mon Sep 17 00:00:00 2001 From: Euchi Yuta Date: Thu, 22 Jan 2026 11:47:58 +0900 Subject: [PATCH 4/5] Disable ruby version up by renovate --- renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index b74d6cce..aee2f8a3 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -32,5 +32,13 @@ '/line-openapi/', ], }, + { + // Disable automatic Ruby version updates + // Language version updates should be handled manually + matchPackageNames: [ + 'ruby', + ], + enabled: false, + }, ], } From 5b1367cbed820be027335ea82e21f90869289e6e Mon Sep 17 00:00:00 2001 From: Euchi Yuta Date: Thu, 22 Jan 2026 11:48:44 +0900 Subject: [PATCH 5/5] Revert "Update dependency ruby to v4 (#726)" This reverts commit b0026c8ce587fb3b92fa4b5e7810148526164ff9. --- .github/workflows/deploy-doc.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-doc.yml b/.github/workflows/deploy-doc.yml index 5968cc2c..a113450d 100644 --- a/.github/workflows/deploy-doc.yml +++ b/.github/workflows/deploy-doc.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ruby/setup-ruby@708024e6c902387ab41de36e1669e43b5ee7085e # v1.283.0 with: - ruby-version: '4.0.0' + ruby-version: '3.4.8' - run: bundle install - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d1e9b277..f2626700 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - uses: ruby/setup-ruby@708024e6c902387ab41de36e1669e43b5ee7085e # v1.283.0 with: bundler-cache: true - ruby-version: 4.0.0 + ruby-version: 3.4.8 - name: Update version file with the release version run: | if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then