Skip to content

Commit 190279e

Browse files
justin808claude
andcommitted
Fix Shakapacker version mismatch in react_on_rails_pro
Update Shakapacker from 8.0.0 to 9.1.0 in: - react_on_rails_pro/Gemfile.development_dependencies - react_on_rails_pro/spec/execjs-compatible-dummy/package.json This fixes the version mismatch error in CI where the gem was 8.0.0 but the node package was detected as 9.1.0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2a61aa2 commit 190279e

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
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.1.0"
1111
gem "bootsnap", require: false
1212
gem "rails", "~> 7.1"
1313
gem "puma", "~> 6"

react_on_rails_pro/spec/execjs-compatible-dummy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react": "^18.3.1",
3131
"react-dom": "^18.3.1",
3232
"react-on-rails": "link:.yalc/react-on-rails",
33-
"shakapacker": "8.0.0",
33+
"shakapacker": "9.1.0",
3434
"style-loader": "^4.0.0",
3535
"terser-webpack-plugin": "5",
3636
"webpack": "5",

react_on_rails_pro/spec/execjs-compatible-dummy/yarn.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3657,13 +3657,14 @@ setprototypeof@1.2.0:
36573657
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
36583658
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
36593659

3660-
shakapacker@8.0.0:
3661-
version "8.0.0"
3662-
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-8.0.0.tgz#f29537c19078af7318758c92e7a1bca4cee96bdd"
3663-
integrity sha512-HCdpITzIKXzGEyUWQhKzPbpwwOsgTamaPH+0kXdhM59VQxZ3NWnT5cL3DlJdAT3sGsWCJskEl3eMkQlnh9DjhA==
3660+
shakapacker@9.1.0:
3661+
version "9.1.0"
3662+
resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.1.0.tgz#6d63c4d27b9358073dd8fc3c6e79252b96d36a36"
3663+
integrity sha512-PL0DuzNLFJMwr5s908ImMuvejmC20WuDa7EfAPpPFU1pM5U8cPqqC4kwSdXFLfVU0Or/UqeegNyIB1sGBdSPiw==
36643664
dependencies:
36653665
js-yaml "^4.1.0"
36663666
path-complete-extname "^1.0.0"
3667+
webpack-merge "^5.8.0"
36673668

36683669
shallow-clone@^3.0.0:
36693670
version "3.0.1"
@@ -4050,9 +4051,9 @@ webpack-dev-server@4:
40504051
webpack-dev-middleware "^5.3.4"
40514052
ws "^8.13.0"
40524053

4053-
webpack-merge@5, webpack-merge@^5.7.3:
4054+
webpack-merge@5, webpack-merge@^5.7.3, webpack-merge@^5.8.0:
40544055
version "5.10.0"
4055-
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.10.0.tgz#a3ad5d773241e9c682803abf628d4cd62b8a4177"
4056+
resolved "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz#a3ad5d773241e9c682803abf628d4cd62b8a4177"
40564057
integrity sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==
40574058
dependencies:
40584059
clone-deep "^4.0.1"

0 commit comments

Comments
 (0)