Skip to content

Commit 29b627d

Browse files
justin808claude
andcommitted
Update shakapacker gem version to 9.3.0 in Pro Gemfiles
Updated shakapacker gem version from 8.0.0 to 9.3.0 in Pro Gemfiles to match the package.json changes, fixing the version mismatch error: "Shakapacker gem and node package versions do not match Detected: 9.3.0 gem: 8.0.0" Changed in: - react_on_rails_pro/Gemfile.development_dependencies (8.0.0 → 9.3.0) - react_on_rails_pro/spec/execjs-compatible-dummy/Gemfile (8.0 → 9.3.0) This ensures gem and npm package versions match across all Pro dummy apps. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 5dd9f3e commit 29b627d

File tree

1 file changed

+1
-1
lines changed
  • react_on_rails_pro/spec/execjs-compatible-dummy

1 file changed

+1
-1
lines changed

react_on_rails_pro/spec/execjs-compatible-dummy/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ group :test do
6161
gem "selenium-webdriver"
6262
end
6363

64-
gem "shakapacker", "= 8.0"
64+
gem "shakapacker", "= 9.3.0"
6565

6666
gem "react_on_rails", path: "../../.."
6767
gem "react_on_rails_pro", path: "../.."

0 commit comments

Comments
 (0)