From d95d5709cd678a3cbef856767adba6ee015d4951 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 10:15:22 +0900 Subject: [PATCH 01/11] Update Gemfile.lock --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9850b998c3..5d0eb96f36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,8 +38,8 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) - ffi (1.17.0) - ffi (1.17.0-arm64-darwin) + ffi (1.17.1) + ffi (1.17.1-arm64-darwin) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (231) From 70cc676ac5c838af26ae02737bb0174dfba8aede Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 10:23:58 +0900 Subject: [PATCH 02/11] wip --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e422042d4..1a50a8c4a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,9 +54,7 @@ jobs: matrix: include: - ruby-version: 2.7 - build-rails-versions: "5.2" - - ruby-version: 3.0 - build-rails-versions: "6.0,6.1" + build-rails-versions: "5.2,6.0,6.1" - ruby-version: 3.3 build-rails-versions: "7.0,7.1,7.2" steps: From 932bc70ad9d13058511d5dd4ded15bfc0e4fcc46 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 10:35:39 +0900 Subject: [PATCH 03/11] wip --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a50a8c4a7..2c8c8430b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,10 @@ jobs: include: - ruby-version: 2.7 build-rails-versions: "5.2,6.0,6.1" + - ruby-version: 3.2 + build-rails-versions: "7.0" - ruby-version: 3.3 - build-rails-versions: "7.0,7.1,7.2" + build-rails-versions: "7.1,7.2" steps: - uses: actions/checkout@v4 with: From 97578a3c79a68c1400d8861316b9ed7558411853 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 10:40:39 +0900 Subject: [PATCH 04/11] wip --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 56a115ad77..b21a0fb2d4 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ rails_versions: "7.1": specific_version: "7.1.5" "7.0": - specific_version: "7.0.8" + specific_version: "7.0.8.7" "6.1": specific_version: "6.1.7" "6.0": From f6a0bdb8c72e6f9fa1d2ed5ce747830b080ca78f Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 15:01:19 +0900 Subject: [PATCH 05/11] Revert "wip" This reverts commit 97578a3c79a68c1400d8861316b9ed7558411853. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index b21a0fb2d4..56a115ad77 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ rails_versions: "7.1": specific_version: "7.1.5" "7.0": - specific_version: "7.0.8.7" + specific_version: "7.0.8" "6.1": specific_version: "6.1.7" "6.0": From 2dd9d3becc8c4b369cb7ae3c217c40c7233b33b9 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 15:03:39 +0900 Subject: [PATCH 06/11] wip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c8c8430b4..f42b1d9ac6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: include: - ruby-version: 2.7 build-rails-versions: "5.2,6.0,6.1" - - ruby-version: 3.2 + - ruby-version: 3.4 build-rails-versions: "7.0" - ruby-version: 3.3 build-rails-versions: "7.1,7.2" From 5e12fd14f9c2ac55c00b01b6d6b6813ca090eb60 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 15:08:41 +0900 Subject: [PATCH 07/11] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f42b1d9ac6..258b302893 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: include: - ruby-version: 2.7 build-rails-versions: "5.2,6.0,6.1" - - ruby-version: 3.4 + - ruby-version: 3.0 build-rails-versions: "7.0" - ruby-version: 3.3 build-rails-versions: "7.1,7.2" From 3900ffa0af25fd4ac4aac196037ff8f024f40b55 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 15:43:12 +0900 Subject: [PATCH 08/11] wip --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 258b302893..a575e0b401 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,11 +53,11 @@ jobs: strategy: matrix: include: - - ruby-version: 2.7 + - ruby-version: "2.7" build-rails-versions: "5.2,6.0,6.1" - - ruby-version: 3.0 + - ruby-version: "3.0" build-rails-versions: "7.0" - - ruby-version: 3.3 + - ruby-version: "3.3" build-rails-versions: "7.1,7.2" steps: - uses: actions/checkout@v4 From b7dc2a93880f637258068865d889bb5ab552299d Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 15:48:30 +0900 Subject: [PATCH 09/11] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a575e0b401..1e805b17b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,7 @@ jobs: for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' '); do git fetch --depth=1 origin refs/tags/v${version}*:refs/tags/v${version}* done + - run: sudo apt-get install -q libedit2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} From 4f7748dc4bcf88ffc7f01059d85dd36bfe9025e1 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 15:57:08 +0900 Subject: [PATCH 10/11] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e805b17b6..8df548a7b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' '); do git fetch --depth=1 origin refs/tags/v${version}*:refs/tags/v${version}* done - - run: sudo apt-get install -q libedit2 + - run: sudo apt-get install -q libedit-dev - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} From f61c6183652ece580cb14456893c54eaf787efd8 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 19 Jan 2025 15:59:33 +0900 Subject: [PATCH 11/11] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8df548a7b7..6f42643894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: include: - ruby-version: "2.7" build-rails-versions: "5.2,6.0,6.1" - - ruby-version: "3.0" + - ruby-version: "3.4" build-rails-versions: "7.0" - ruby-version: "3.3" build-rails-versions: "7.1,7.2"