Skip to content

Commit 5ad6ead

Browse files
AbanoubGhadbanihabadham
authored andcommitted
Update Gemfile and dependencies to use GitHub branches for react_on_rails and shakapacker
- Switch react_on_rails and shakapacker to use specific GitHub branches - Update Gemfile.development_dependencies to reference GitHub repositories - Update Gemfile.lock and spec/dummy files to reflect new gem sources - Bump shakapacker version to 8.1.0 in package.json and yarn.lock - Remove deprecated configuration option in react_on_rails initializer
1 parent 93a456f commit 5ad6ead

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.0.0",
66+
"shakapacker": "8.1.0",
6767
"style-loader": "^3.3.1",
6868
"tailwindcss": "^3.2.7",
6969
"terser-webpack-plugin": "5",

spec/dummy/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5859,10 +5859,10 @@ sha.js@^2.4.0, sha.js@^2.4.8:
58595859
inherits "^2.0.1"
58605860
safe-buffer "^5.0.1"
58615861

5862-
shakapacker@8.0.0:
5863-
version "8.0.0"
5864-
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-8.0.0.tgz#f29537c19078af7318758c92e7a1bca4cee96bdd"
5865-
integrity sha512-HCdpITzIKXzGEyUWQhKzPbpwwOsgTamaPH+0kXdhM59VQxZ3NWnT5cL3DlJdAT3sGsWCJskEl3eMkQlnh9DjhA==
5862+
shakapacker@8.1.0:
5863+
version "8.1.0"
5864+
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-8.1.0.tgz#cb9f318f70cd59a99d3a46dda478aede657034c2"
5865+
integrity sha512-2OCl9KoKraW7CbUUfcEmTt/hK7IfOJx2h6LwsqEUUMsCcMWv3aFpZPjp5B74VdJxIqTgZo/8XVYKI0mj+itnxA==
58665866
dependencies:
58675867
js-yaml "^4.1.0"
58685868
path-complete-extname "^1.0.0"

0 commit comments

Comments
 (0)