From c9ccca196c7fbb88b3646e138bc208cac021ecfa Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Wed, 12 Nov 2025 21:57:20 -1000 Subject: [PATCH 1/9] Upgrade React on Rails to 16.2.0.beta.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This upgrades the React on Rails gem and npm package from version 16.1.1 to 16.2.0.beta.4. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Gemfile | 2 +- Gemfile.lock | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 19e347e2..6433890c 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.4.6" -gem "react_on_rails", "16.1.1" +gem "react_on_rails", "16.2.0.beta.4" gem "shakapacker", "9.3.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails" diff --git a/Gemfile.lock b/Gemfile.lock index 00c47de2..648c3777 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM erb psych (>= 4.0.0) tsort - react_on_rails (16.1.1) + react_on_rails (16.2.0.beta.4) addressable connection_pool execjs (~> 2.5) @@ -484,7 +484,7 @@ DEPENDENCIES rails-html-sanitizer rails_best_practices rainbow - react_on_rails (= 16.1.1) + react_on_rails (= 16.2.0.beta.4) redcarpet redis (~> 5.0) rspec-rails (~> 6.0.0) diff --git a/package.json b/package.json index 4746b7b8..c383e6aa 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-intl": "^6.4.4", - "react-on-rails": "16.1.1", + "react-on-rails": "16.2.0-beta.4", "react-redux": "^8.1.0", "react-router": "^6.13.0", "react-router-dom": "^6.13.0", diff --git a/yarn.lock b/yarn.lock index cb584e1c..8ad5eea1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8508,10 +8508,10 @@ react-is@^18.0.0, react-is@^18.3.1: resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== -react-on-rails@16.1.1: - version "16.1.1" - resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.1.1.tgz" - integrity sha512-Ntw/4HSB/p9QJ1V2kc0aETzK0W0Vy0suSh0Ugs3Ctfso2ovIT2YUegJJyPtFzX9jUZSR6Q/tkmkgNgzASkO0pw== +react-on-rails@16.2.0-beta.4: + version "16.2.0-beta.4" + resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.2.0-beta.4.tgz#bdc2bcb3a0fb794a2b4fc36363e1d49cd1b34fc8" + integrity sha512-PHPitMzYxWzczmBmjO/oMmBcaamHrSEgpGu9t007W+qPoe6KFe43cY94qF2xkADCALpeotCTuouE/EG4lqeNsw== react-proxy@^1.1.7: version "1.1.8" From 6d25c304152b9734353161d8e3db3b36d5bdccc7 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Wed, 12 Nov 2025 22:15:15 -1000 Subject: [PATCH 2/9] Fix Ruby version to match installed version (3.4.3) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6433890c..e3193a92 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.4.6" +ruby "3.4.3" gem "react_on_rails", "16.2.0.beta.4" gem "shakapacker", "9.3.2" From e05b897c84cdcce135e9e3d6ef0aa68570ab84ba Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Mon, 17 Nov 2025 15:08:36 -1000 Subject: [PATCH 3/9] Upgrade to React on Rails 16.2.0.beta.8 and Shakapacker 9.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update react_on_rails gem from 16.2.0.beta.4 to 16.2.0.beta.8 - Update react-on-rails npm package from 16.2.0-beta.4 to 16.2.0-beta.8 - Update shakapacker gem from 9.3.2 to 9.3.3 - Update shakapacker npm package from 9.3.2 to 9.3.3 - Update Ruby version from 3.4.3 to 3.3.7 to match installed version 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Gemfile | 6 +++--- Gemfile.lock | 10 +++++----- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index e3193a92..af8aa1d5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,10 +3,10 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.4.3" +ruby "3.3.7" -gem "react_on_rails", "16.2.0.beta.4" -gem "shakapacker", "9.3.2" +gem "react_on_rails", "16.2.0.beta.8" +gem "shakapacker", "9.3.3" # Bundle edge Rails instead: gem "rails", github: "rails/rails" gem "listen" diff --git a/Gemfile.lock b/Gemfile.lock index 648c3777..17ab1546 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM erb psych (>= 4.0.0) tsort - react_on_rails (16.2.0.beta.4) + react_on_rails (16.2.0.beta.8) addressable connection_pool execjs (~> 2.5) @@ -386,7 +386,7 @@ GEM websocket (~> 1.0) semantic_range (3.1.0) sexp_processor (4.17.1) - shakapacker (9.3.2) + shakapacker (9.3.3) activesupport (>= 5.2) package_json rack-proxy (>= 0.6.1) @@ -484,7 +484,7 @@ DEPENDENCIES rails-html-sanitizer rails_best_practices rainbow - react_on_rails (= 16.2.0.beta.4) + react_on_rails (= 16.2.0.beta.8) redcarpet redis (~> 5.0) rspec-rails (~> 6.0.0) @@ -496,7 +496,7 @@ DEPENDENCIES scss_lint sdoc selenium-webdriver (~> 4) - shakapacker (= 9.3.2) + shakapacker (= 9.3.3) spring spring-commands-rspec stimulus-rails (~> 1.3) @@ -505,7 +505,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.4.3p32 + ruby 3.3.7p123 BUNDLED WITH 2.4.17 diff --git a/package.json b/package.json index c383e6aa..f4f0b20b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-intl": "^6.4.4", - "react-on-rails": "16.2.0-beta.4", + "react-on-rails": "16.2.0-beta.8", "react-redux": "^8.1.0", "react-router": "^6.13.0", "react-router-dom": "^6.13.0", @@ -92,7 +92,7 @@ "sass": "^1.58.3", "sass-loader": "^13.3.2", "sass-resources-loader": "^2.2.5", - "shakapacker": "9.3.2", + "shakapacker": "9.3.3", "stimulus": "^3.0.1", "style-loader": "^3.3.1", "swc-loader": "^0.2.6", diff --git a/yarn.lock b/yarn.lock index 8ad5eea1..b2cf5c30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8508,10 +8508,10 @@ react-is@^18.0.0, react-is@^18.3.1: resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== -react-on-rails@16.2.0-beta.4: - version "16.2.0-beta.4" - resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.2.0-beta.4.tgz#bdc2bcb3a0fb794a2b4fc36363e1d49cd1b34fc8" - integrity sha512-PHPitMzYxWzczmBmjO/oMmBcaamHrSEgpGu9t007W+qPoe6KFe43cY94qF2xkADCALpeotCTuouE/EG4lqeNsw== +react-on-rails@16.2.0-beta.8: + version "16.2.0-beta.8" + resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.2.0-beta.8.tgz#d0cf1b6eb55b43b1068a0753f5898b4f65f93955" + integrity sha512-tLWebMwQvWM0HSsm/c0kUdnupSbYv/TrnoOQGEuDXhmkyYmTqfDT78ZsO9nuG3Q4tNKVBQMp3ckCqYX7LZILLA== react-proxy@^1.1.7: version "1.1.8" @@ -9135,10 +9135,10 @@ setprototypeof@1.2.0: resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== -shakapacker@9.3.2: - version "9.3.2" - resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.3.2.tgz#480b994dc160fe5daba8013b7c02caf807b3ce3b" - integrity sha512-pj+M+MCtUedhY2FxvPPH4j59TixHp3wioZkq95HMiHHvlQmkw5psfJz6840TaDEaNrDNFLYP+Zb9I87XjAdpOQ== +shakapacker@9.3.3: + version "9.3.3" + resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.3.3.tgz#aed2070eb6136f75cf3e92ace740764bacefc7de" + integrity sha512-u2SSKb2d1wgMqcvUcg2XT1h9rJzHvGBssFnTO/gvTz3mvnrJAL71A6CVGSDe25gcOkt6TpeBDCxqfaKBXtjJnw== dependencies: js-yaml "^4.1.0" path-complete-extname "^1.0.0" From 3f063dfef360b2946bef72e277343a6cc6b322f4 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Mon, 17 Nov 2025 15:11:17 -1000 Subject: [PATCH 4/9] Upgrade Shakapacker to 9.3.4.beta.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update shakapacker gem from 9.3.3 to 9.3.4.beta.0 - Update shakapacker npm package from 9.3.3 to 9.3.4-beta.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Gemfile | 2 +- Gemfile.lock | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index af8aa1d5..84bc4eed 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.3.7" gem "react_on_rails", "16.2.0.beta.8" -gem "shakapacker", "9.3.3" +gem "shakapacker", "9.3.4.beta.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails" gem "listen" diff --git a/Gemfile.lock b/Gemfile.lock index 17ab1546..13a5ed1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -386,7 +386,7 @@ GEM websocket (~> 1.0) semantic_range (3.1.0) sexp_processor (4.17.1) - shakapacker (9.3.3) + shakapacker (9.3.4.beta.0) activesupport (>= 5.2) package_json rack-proxy (>= 0.6.1) @@ -496,7 +496,7 @@ DEPENDENCIES scss_lint sdoc selenium-webdriver (~> 4) - shakapacker (= 9.3.3) + shakapacker (= 9.3.4.beta.0) spring spring-commands-rspec stimulus-rails (~> 1.3) diff --git a/package.json b/package.json index f4f0b20b..157e99fd 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "sass": "^1.58.3", "sass-loader": "^13.3.2", "sass-resources-loader": "^2.2.5", - "shakapacker": "9.3.3", + "shakapacker": "9.3.4-beta.0", "stimulus": "^3.0.1", "style-loader": "^3.3.1", "swc-loader": "^0.2.6", diff --git a/yarn.lock b/yarn.lock index b2cf5c30..f4f319c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9135,10 +9135,10 @@ setprototypeof@1.2.0: resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== -shakapacker@9.3.3: - version "9.3.3" - resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.3.3.tgz#aed2070eb6136f75cf3e92ace740764bacefc7de" - integrity sha512-u2SSKb2d1wgMqcvUcg2XT1h9rJzHvGBssFnTO/gvTz3mvnrJAL71A6CVGSDe25gcOkt6TpeBDCxqfaKBXtjJnw== +shakapacker@9.3.4-beta.0: + version "9.3.4-beta.0" + resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.3.4-beta.0.tgz#bcfaec95e1011bfaf3068b687f28e0e1bc448d42" + integrity sha512-rKnrS41JNXZFVfQ0lLmMp5achNW7wEQowa3zJ2/v7p965k3si8BwRQbW81VeKts2tCdjuLMbn5jYZn/iV7eGEw== dependencies: js-yaml "^4.1.0" path-complete-extname "^1.0.0" From e439f59574893cc553564354cc7f19f4f4a39101 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 18 Nov 2025 15:21:46 -1000 Subject: [PATCH 5/9] Fix Ruby version mismatch between Gemfile and .ruby-version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update both files to use Ruby 3.4.3 to match the installed version and resolve bundle install failures in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 1cf82530..6cb9d3dd 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.6 +3.4.3 diff --git a/Gemfile b/Gemfile index 84bc4eed..ad7fe88a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.3.7" +ruby "3.4.3" gem "react_on_rails", "16.2.0.beta.8" gem "shakapacker", "9.3.4.beta.0" From 43925fa4f964cb9bd1448aae2eb4c00618008efa Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 18 Nov 2025 16:19:01 -1000 Subject: [PATCH 6/9] Update Gemfile.lock for Ruby 3.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the lockfile to reflect the Ruby 3.4.3 version specified in Gemfile and .ruby-version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 13a5ed1a..950cfdcc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -505,7 +505,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.7p123 + ruby 3.4.3p32 BUNDLED WITH 2.4.17 From 82d8dffc1d95a230deadb8061b3cdad75b3cd008 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 18 Nov 2025 16:22:52 -1000 Subject: [PATCH 7/9] Fix Dockerfile Ruby version to match Gemfile and .ruby-version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Ruby version in Dockerfile from 3.4.6 to 3.4.3 to match the version specified in both Gemfile and .ruby-version files. This resolves the Docker build failure where bundler was complaining about the Ruby version mismatch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .controlplane/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.controlplane/Dockerfile b/.controlplane/Dockerfile index deb89a37..912d1daa 100644 --- a/.controlplane/Dockerfile +++ b/.controlplane/Dockerfile @@ -1,5 +1,5 @@ # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.4.6 +ARG RUBY_VERSION=3.4.3 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base # Current commit hash environment variable From bb3422dcb20ad3095e4711b93c6184e1b930d897 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 18 Nov 2025 22:08:52 -1000 Subject: [PATCH 8/9] Upgrade React on Rails to 16.2.0.beta.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update react_on_rails gem and react-on-rails npm package from beta.8 to beta.10. This includes the latest bug fixes and improvements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Gemfile | 2 +- Gemfile.lock | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index ad7fe88a..ebb93286 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.4.3" -gem "react_on_rails", "16.2.0.beta.8" +gem "react_on_rails", "16.2.0.beta.10" gem "shakapacker", "9.3.4.beta.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails" diff --git a/Gemfile.lock b/Gemfile.lock index 950cfdcc..fa247e69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM erb psych (>= 4.0.0) tsort - react_on_rails (16.2.0.beta.8) + react_on_rails (16.2.0.beta.10) addressable connection_pool execjs (~> 2.5) @@ -484,7 +484,7 @@ DEPENDENCIES rails-html-sanitizer rails_best_practices rainbow - react_on_rails (= 16.2.0.beta.8) + react_on_rails (= 16.2.0.beta.10) redcarpet redis (~> 5.0) rspec-rails (~> 6.0.0) diff --git a/package.json b/package.json index 157e99fd..239d4a32 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-intl": "^6.4.4", - "react-on-rails": "16.2.0-beta.8", + "react-on-rails": "16.2.0-beta.10", "react-redux": "^8.1.0", "react-router": "^6.13.0", "react-router-dom": "^6.13.0", diff --git a/yarn.lock b/yarn.lock index f4f319c8..a9b90f58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8508,10 +8508,10 @@ react-is@^18.0.0, react-is@^18.3.1: resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz" integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== -react-on-rails@16.2.0-beta.8: - version "16.2.0-beta.8" - resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.2.0-beta.8.tgz#d0cf1b6eb55b43b1068a0753f5898b4f65f93955" - integrity sha512-tLWebMwQvWM0HSsm/c0kUdnupSbYv/TrnoOQGEuDXhmkyYmTqfDT78ZsO9nuG3Q4tNKVBQMp3ckCqYX7LZILLA== +react-on-rails@16.2.0-beta.10: + version "16.2.0-beta.10" + resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.2.0-beta.10.tgz#d2476f3b473b037234edab4acf8643f27bd57427" + integrity sha512-mukoYgrw6yJJYPZLEGDn9/2RnNsU/0P4av6wrN2agoGbHpTuHRt3f9bHwKJXh1wuT3v05fiSt7YIAlH1+dRXvw== react-proxy@^1.1.7: version "1.1.8" From 738f0f198af23a5973bbde82e13d6fa8f090afc4 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 18 Nov 2025 22:10:56 -1000 Subject: [PATCH 9/9] Fix Ruby version in CI workflows to match Gemfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Ruby version from 3.4.6 to 3.4.3 in all CI workflow files (js_test.yml, lint_test.yml, rspec_test.yml) to match the version specified in the Gemfile and .ruby-version file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/js_test.yml | 2 +- .github/workflows/lint_test.yml | 2 +- .github/workflows/rspec_test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/js_test.yml b/.github/workflows/js_test.yml index 46b6267c..bd2a55f4 100644 --- a/.github/workflows/js_test.yml +++ b/.github/workflows/js_test.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: node: [22.x] - ruby: [3.4.6] + ruby: [3.4.3] env: RAILS_ENV: test diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index 9623e38e..a799f20d 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: node: [22.x] - ruby: [3.4.6] + ruby: [3.4.3] env: RAILS_ENV: test diff --git a/.github/workflows/rspec_test.yml b/.github/workflows/rspec_test.yml index d117458a..5625cc83 100644 --- a/.github/workflows/rspec_test.yml +++ b/.github/workflows/rspec_test.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: node: [22.x] - ruby: [3.4.6] + ruby: [3.4.3] services: postgres: