Skip to content

Commit 3f063df

Browse files
justin808claude
andcommitted
Upgrade Shakapacker to 9.3.4.beta.0
- 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 <[email protected]>
1 parent e05b897 commit 3f063df

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.3.7"
77

88
gem "react_on_rails", "16.2.0.beta.8"
9-
gem "shakapacker", "9.3.3"
9+
gem "shakapacker", "9.3.4.beta.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
@@ -386,7 +386,7 @@ GEM
386386
websocket (~> 1.0)
387387
semantic_range (3.1.0)
388388
sexp_processor (4.17.1)
389-
shakapacker (9.3.3)
389+
shakapacker (9.3.4.beta.0)
390390
activesupport (>= 5.2)
391391
package_json
392392
rack-proxy (>= 0.6.1)
@@ -496,7 +496,7 @@ DEPENDENCIES
496496
scss_lint
497497
sdoc
498498
selenium-webdriver (~> 4)
499-
shakapacker (= 9.3.3)
499+
shakapacker (= 9.3.4.beta.0)
500500
spring
501501
spring-commands-rspec
502502
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.3.4-beta.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 @@ [email protected]:
91359135
resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz"
91369136
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
91379137

9138-
9139-
version "9.3.3"
9140-
resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.3.3.tgz#aed2070eb6136f75cf3e92ace740764bacefc7de"
9141-
integrity sha512-u2SSKb2d1wgMqcvUcg2XT1h9rJzHvGBssFnTO/gvTz3mvnrJAL71A6CVGSDe25gcOkt6TpeBDCxqfaKBXtjJnw==
9138+
9139+
version "9.3.4-beta.0"
9140+
resolved "https://registry.npmjs.org/shakapacker/-/shakapacker-9.3.4-beta.0.tgz#bcfaec95e1011bfaf3068b687f28e0e1bc448d42"
9141+
integrity sha512-rKnrS41JNXZFVfQ0lLmMp5achNW7wEQowa3zJ2/v7p965k3si8BwRQbW81VeKts2tCdjuLMbn5jYZn/iV7eGEw==
91429142
dependencies:
91439143
js-yaml "^4.1.0"
91449144
path-complete-extname "^1.0.0"

0 commit comments

Comments
 (0)