Skip to content

Commit 224f536

Browse files
justin808claude
andcommitted
Fix shakapacker gem/npm version mismatch
Update both gem and npm package to shakapacker 9.4.0 to fix CI failures caused by version mismatch between gem (9.3.4.beta.0) and npm (9.3.3). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 79f6d6b commit 224f536

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby "3.4.6"
77

88
gem "react_on_rails", "16.2.0.beta.20"
9-
gem "shakapacker", "9.3.4.beta.0"
9+
gem "shakapacker", "9.4.0"
1010

1111
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
1212
gem "listen"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ GEM
384384
websocket (~> 1.0)
385385
semantic_range (3.1.0)
386386
sexp_processor (4.17.1)
387-
shakapacker (9.3.4.beta.0)
387+
shakapacker (9.4.0)
388388
activesupport (>= 5.2)
389389
package_json
390390
rack-proxy (>= 0.6.1)
@@ -495,7 +495,7 @@ DEPENDENCIES
495495
scss_lint
496496
sdoc
497497
selenium-webdriver (~> 4)
498-
shakapacker (= 9.3.4.beta.0)
498+
shakapacker (= 9.4.0)
499499
spring
500500
spring-commands-rspec
501501
stimulus-rails (~> 1.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"sass": "^1.58.3",
9393
"sass-loader": "^13.3.2",
9494
"sass-resources-loader": "^2.2.5",
95-
"shakapacker": "9.3.3",
95+
"shakapacker": "9.4.0",
9696
"stimulus": "^3.0.1",
9797
"style-loader": "^3.3.1",
9898
"swc-loader": "^0.2.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9135,10 +9135,10 @@ setprototypeof@1.2.0:
91359135
resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz"
91369136
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
91379137

9138-
shakapacker@9.3.3:
9139-
version "9.3.3"
9140-
resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.3.3.tgz#aed2070eb6136f75cf3e92ace740764bacefc7de"
9141-
integrity sha512-u2SSKb2d1wgMqcvUcg2XT1h9rJzHvGBssFnTO/gvTz3mvnrJAL71A6CVGSDe25gcOkt6TpeBDCxqfaKBXtjJnw==
9138+
shakapacker@9.4.0:
9139+
version "9.4.0"
9140+
resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.4.0.tgz#a47120208a0433159740a5ba45f8b4736999f9b8"
9141+
integrity sha512-Kf5+LADw5kkaPHqXDA6NknGt6p8MK9jjWuiudM+ESHcF/POxFZ1S5p7lMsyezvuMRMm0HrltQCM/NPadGEEnVg==
91429142
dependencies:
91439143
js-yaml "^4.1.0"
91449144
path-complete-extname "^1.0.0"

0 commit comments

Comments
 (0)