Skip to content

Commit 295b3b2

Browse files
committed
Update to 8.0.1 of React on Rails
1 parent 81f6314 commit 295b3b2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem "sdoc", group: :doc
3838
# Use Rails Html Sanitizer for HTML sanitization
3939
gem "rails-html-sanitizer"
4040

41-
gem "react_on_rails", "8.0.0"
41+
gem "react_on_rails", "8.0.1"
4242

4343
gem "webpacker_lite", "2.0.4"
4444

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ GEM
200200
rb-inotify (0.9.8)
201201
ffi (>= 0.5.0)
202202
rdoc (4.3.0)
203-
react_on_rails (8.0.0)
203+
react_on_rails (8.0.1)
204204
addressable
205205
connection_pool
206206
execjs (~> 2.5)
@@ -334,7 +334,7 @@ DEPENDENCIES
334334
rails (= 5.0.3)
335335
rails-html-sanitizer
336336
rainbow
337-
react_on_rails (= 8.0.0)
337+
react_on_rails (= 8.0.1)
338338
redis
339339
rspec-rails (~> 3)
340340
rspec-retry

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"react-bootstrap": "^0.30.8",
8383
"react-dom": "^15.4.1",
8484
"react-intl": "^2.2.2",
85-
"react-on-rails": "8.0.0",
85+
"react-on-rails": "8.0.1",
8686
"react-redux": "^4.4.6",
8787
"react-router": "^3.0.0",
8888
"react-router-redux": "^4.0.7",

client/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4642,9 +4642,9 @@ react-intl@^2.2.2:
46424642
intl-relativeformat "^1.3.0"
46434643
invariant "^2.1.1"
46444644

4645-
4646-
version "8.0.0"
4647-
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-8.0.0.tgz#97fda265cdc5e4cd4334ae7a7f2bacd85346161e"
4645+
4646+
version "8.0.1"
4647+
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-8.0.1.tgz#92ca0e71542501c3bdd7f3ef2a315e83ba99433c"
46484648

46494649
react-overlays@^0.6.12:
46504650
version "0.6.12"

0 commit comments

Comments
 (0)