Skip to content

Commit ce0730d

Browse files
committed
Fix shakapacker version mismatch: sync package.json with Gemfile.lock (8.0.0)
During rebase, package.json stayed at 8.1.0 while Gemfile.lock was updated to 8.0.0 from master. This caused CI failure due to shakapacker version checker.
1 parent 5ad6ead commit ce0730d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dummy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"sass": "^1.43.4",
6464
"sass-loader": "^12.3.0",
6565
"sass-resources-loader": "^2.0.0",
66-
"shakapacker": "8.1.0",
66+
"shakapacker": "8.0.0",
6767
"style-loader": "^3.3.1",
6868
"tailwindcss": "^3.2.7",
6969
"terser-webpack-plugin": "5",

0 commit comments

Comments
 (0)