Skip to content

Commit

Permalink
shakapacker 7.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
meltheadorable committed Jul 26, 2024
1 parent d1af999 commit 9458d8f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem "react-rails", "~> 3.0.0"
gem "select2-rails", "~> 4.0"
gem "spinjs-rails", "~> 1.3.0" # Breaking changes in v1.4 (spin.js v2.0).
gem "uglifier", "~> 4.2"
gem "shakapacker", "~> 7.0.0"
gem "shakapacker", "~> 7.0"

# Authz and Authn
gem "authlogic", "~> 6.1"
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
observer (0.1.2)
package_json (0.1.0)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -597,8 +598,9 @@ GEM
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sexp_processor (4.17.2)
shakapacker (7.0.3)
shakapacker (7.2.3)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
Expand Down Expand Up @@ -770,7 +772,7 @@ DEPENDENCIES
selenium-webdriver (~> 4.15.0)
sentry-rails (~> 5.0)
sentry-ruby (~> 5.0)
shakapacker (~> 7.0.0)
shakapacker (~> 7.0)
spinjs-rails (~> 1.3.0)
spreadsheet
sprockets
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react-with-direction": "^1.3.1",
"react_ujs": "2.6.1",
"regenerator-runtime": "0.13.9",
"shakapacker": "~7.0.0",
"shakapacker": "^ 7.0.0",
"style-loader": "1.2.1",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.53.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7223,10 +7223,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==

shakapacker@~7.0.0:
version "7.0.3"
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-7.0.3.tgz#e67fca4e74c3ef380e1acf53a1d51ab4784ca01c"
integrity sha512-2kwNP8kadkmGOqb7Bp/iNzF3bV31zni8b35Uzst2DZHjnFcnDbW96MERXHc7lS3p3AmKJVbUBmHAFCPsLT9tcw==
"shakapacker@^ 7.0.0":
version "7.2.3"
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-7.2.3.tgz#12613e8ca3139e47d42003f8d01846dea28f6c40"
integrity sha512-+qF74Y6+hEARqtsmJmBtdc2L0q6eXO21PlPsvtw6aqoxtqhM2VpCCDt51/5Cqnj/5IyEOEICZqStRCSO/q38hg==
dependencies:
glob "^7.2.0"
js-yaml "^4.1.0"
Expand Down

0 comments on commit 9458d8f

Please sign in to comment.