Skip to content

Commit 5347c83

Browse files
committed
Update to v2.0.0.rc4
1 parent 428549f commit 5347c83

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gem "sdoc", group: :doc
3737
# Use Rails Html Sanitizer for HTML sanitization
3838
gem "rails-html-sanitizer"
3939

40-
gem "react_on_rails", "2.0.0.rc.3"
40+
gem "react_on_rails", "2.0.0.rc.4"
4141

4242
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
4343
gem "therubyracer"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ GEM
201201
rainbow (2.0.0)
202202
rake (10.4.2)
203203
rdoc (4.2.0)
204-
react_on_rails (2.0.0.rc.3)
204+
react_on_rails (2.0.0.rc.4)
205205
connection_pool
206206
execjs (~> 2.5)
207207
rails (>= 3.2)
@@ -347,7 +347,7 @@ DEPENDENCIES
347347
rails-html-sanitizer
348348
rails_12factor
349349
rainbow
350-
react_on_rails (= 2.0.0.rc.3)
350+
react_on_rails (= 2.0.0.rc.4)
351351
rspec-rails
352352
rspec-retry
353353
rubocop

client/npm-shrinkwrap.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"react-addons-pure-render-mixin": "^0.14.3",
7070
"react-bootstrap": "^0.28.1",
7171
"react-dom": "^0.14.3",
72-
"react-on-rails": "^2.0.0-rc.3",
72+
"react-on-rails": "^2.0.0-rc.4",
7373
"react-redux": "^4.0.0",
7474
"react-router": "^2.0.0-rc4",
7575
"redux": "^3.0.4",

0 commit comments

Comments
 (0)