Skip to content

Commit 83c65c2

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 c0bbf57 commit 83c65c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

react_on_rails_pro/Gemfile.development_dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby '3.3.7'
77

88
gem "react_on_rails", path: "../"
99

10-
gem "shakapacker", "8.0.0"
10+
gem "shakapacker", "9.3.0"
1111
gem "bootsnap", require: false
1212
gem "rails", "~> 7.1"
1313
gem "puma", "~> 6"

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)