Skip to content

Commit ca12852

Browse files
Judahmeekjustin808
authored andcommitted
bump ReactOnRails to 11.0.7 (#440)
1 parent 28154fd commit ca12852

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
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
ruby "2.4.1"
33

4-
gem "react_on_rails", "11.0.5"
4+
gem "react_on_rails", "11.0.7"
55
gem "webpacker"
66

77
# Bundle edge Rails instead: gem "rails", github: "rails/rails"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ GEM
222222
rb-inotify (0.9.10)
223223
ffi (>= 0.5.0, < 2)
224224
rdoc (6.0.4)
225-
react_on_rails (11.0.5)
225+
react_on_rails (11.0.7)
226226
addressable
227227
connection_pool
228228
execjs (~> 2.5)
@@ -359,7 +359,7 @@ DEPENDENCIES
359359
rails-html-sanitizer
360360
rails_best_practices
361361
rainbow
362-
react_on_rails (= 11.0.5)
362+
react_on_rails (= 11.0.7)
363363
redis (= 3.3.3)
364364
rspec-rails (= 3.7.2)
365365
rubocop

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.31.5",
8383
"react-dom": "^16.1.1",
8484
"react-intl": "^2.4.0",
85-
"react-on-rails": "11.0.5",
85+
"react-on-rails": "11.0.7",
8686
"react-redux": "^5.0.6",
8787
"react-router": "^4.2.0",
8888
"react-router-dom": "^4.2.2",

client/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5294,9 +5294,9 @@ react-intl@^2.4.0:
52945294
intl-relativeformat "^2.0.0"
52955295
invariant "^2.1.1"
52965296

5297-
5298-
version "11.0.5"
5299-
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-11.0.5.tgz#578a149ed860b8a0bbf71353466fc3a02dd31243"
5297+
5298+
version "11.0.7"
5299+
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-11.0.7.tgz#6a938d4928f594f65aac1cb386b6142f44c313bf"
53005300

53015301
react-overlays@^0.7.4:
53025302
version "0.7.4"

0 commit comments

Comments
 (0)