Skip to content

Commit

Permalink
update to shakapacker 6.4.0 (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 authored Jun 3, 2022
1 parent 4234f94 commit 5c62961
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile.development_dependencies
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

gem "shakapacker", ">= 6.1.1"
gem "shakapacker", ">= 6.4.0"
gem "bootsnap", require: false
gem "rails", "~> 7.0"
gem "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ _Use the latest version for `react_on_rails` and `shakapacker`._

```
gem 'react_on_rails', '13.0.1' # prefer exact gem version to match npm version
gem 'shakapacker', '6.1.1' # prefer exact gem version to match npm version
gem 'shakapacker', '6.4.0' # prefer exact gem version to match npm version
```

Expand Down
4 changes: 2 additions & 2 deletions spec/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
shakapacker (6.1.1)
shakapacker (6.4.0)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
Expand Down Expand Up @@ -348,7 +348,7 @@ DEPENDENCIES
scss_lint
sdoc
selenium-webdriver
shakapacker (>= 6.1.1)
shakapacker (>= 6.4.0)
spring (~> 4.0)
sprockets (~> 4.0)
sqlite3
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/preset-env": "7",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "7",
"shakapacker ": "^6.1.1",
"shakapacker ": "6.4.0",
"@rescript/react": "^0.10.3",
"babel-loader": "8",
"babel-plugin-macros": "^3.1.0",
Expand Down
10 changes: 5 additions & 5 deletions spec/dummy/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6349,7 +6349,7 @@ react-is@^16.7.0:
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==

"react-on-rails@file:.yalc/react-on-rails":
version "12.6.0"
version "13.0.1"
dependencies:
"@babel/runtime-corejs3" "^7.12.5"
concurrently "^5.1.0"
Expand Down Expand Up @@ -6983,11 +6983,11 @@ sha.js@^2.4.0, sha.js@^2.4.8:
inherits "^2.0.1"
safe-buffer "^5.0.1"

"shakapacker @^6.1.1":
"shakapacker @6.4.0":
name shakapacker
version "6.1.1"
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-6.1.1.tgz#c699a0d1012f6afdc0d0b77ba06d055877bbcca0"
integrity sha512-C6LNGfgxfK/CRyN7Cpi0TmRgqTQ0O7Ua/n1g/dp7IIjPIKuf/1khAEF5u6lG0A92eFSlLWxvF3fjyjBw/oLqVw==
version "6.4.0"
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-6.4.0.tgz#f49ad8bb51eb1a151b190b588ad467c6e6f62e69"
integrity sha512-bxxi7Lla3n2fnFjxVv6BtD2vcTEZIm2eb29WkJqZBmpFVT9tnwbd3XQISD9eOst6kTEJu2ruUp7dGvuEjpxwkg==
dependencies:
glob "^7.2.0"
js-yaml "^4.1.0"
Expand Down

0 comments on commit 5c62961

Please sign in to comment.