Skip to content

Commit 2f94585

Browse files
avoided bug in reactjs/react-rails#1303
1 parent dacb744 commit 2f94585

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ group :test do
6262

6363
end
6464

65-
gem "shakapacker", "= 7.0"
65+
gem "shakapacker", "= 7.0.3"
6666

67-
gem "react-rails", "= 3.1"
67+
gem "react-rails", "= 3.1.1"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ GEM
173173
rake (13.0.6)
174174
rdoc (6.5.0)
175175
psych (>= 4.0.0)
176-
react-rails (3.1.0)
176+
react-rails (3.1.1)
177177
babel-transpiler (>= 0.7.0)
178178
connection_pool
179179
execjs
@@ -189,7 +189,7 @@ GEM
189189
rubyzip (>= 1.2.2, < 3.0)
190190
websocket (~> 1.0)
191191
semantic_range (3.0.0)
192-
shakapacker (7.0.0)
192+
shakapacker (7.0.3)
193193
activesupport (>= 5.2)
194194
rack-proxy (>= 0.6.1)
195195
railties (>= 5.2)
@@ -231,9 +231,9 @@ DEPENDENCIES
231231
jbuilder
232232
puma (~> 5.0)
233233
rails (~> 7.0.8)
234-
react-rails (= 3.1)
234+
react-rails (= 3.1.1)
235235
selenium-webdriver
236-
shakapacker (= 7.0)
236+
shakapacker (= 7.0.3)
237237
sprockets-rails
238238
sqlite3 (~> 1.4)
239239
tzinfo-data

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
1818
"react_ujs": "^3.1.1",
19-
"shakapacker": "7.0.0",
19+
"shakapacker": "7.0.3",
2020
"style-loader": "^3.3.3",
2121
"terser-webpack-plugin": "5",
2222
"webpack": "5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3648,10 +3648,10 @@ [email protected]:
36483648
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
36493649
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
36503650

3651-
3652-
version "7.0.0"
3653-
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-7.0.0.tgz#788c96e86eb78e44ee84c3cc03b7c091e4621fc3"
3654-
integrity sha512-yL5lbCdgtI8nUxZHarL7X5aB40r069wAunHwb59Hgw1gPg6/nMuYo7ofNTGXg11v1eunwAdjx8EfYnk4XwX27Q==
3651+
3652+
version "7.0.3"
3653+
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-7.0.3.tgz#e67fca4e74c3ef380e1acf53a1d51ab4784ca01c"
3654+
integrity sha512-2kwNP8kadkmGOqb7Bp/iNzF3bV31zni8b35Uzst2DZHjnFcnDbW96MERXHc7lS3p3AmKJVbUBmHAFCPsLT9tcw==
36553655
dependencies:
36563656
glob "^7.2.0"
36573657
js-yaml "^4.1.0"

0 commit comments

Comments
 (0)