Skip to content

Commit 3732af4

Browse files
committed
Merge pull request shakacode#290 from shakacode/test-update-deploy-task
Updated to React on Rails v6
2 parents c686b5a + 4facc62 commit 3732af4

File tree

4 files changed

+89
-38
lines changed

4 files changed

+89
-38
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gem "sdoc", group: :doc
4141
# Use Rails Html Sanitizer for HTML sanitization
4242
gem "rails-html-sanitizer"
4343

44-
gem "react_on_rails", "6.0.0.rc.5"
44+
gem "react_on_rails", "~> 6.0.0.rc.6"
4545

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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ GEM
206206
ffi (>= 0.5.0)
207207
rdoc (4.2.2)
208208
json (~> 1.4)
209-
react_on_rails (6.0.0.rc.5)
209+
react_on_rails (6.0.0.rc.6)
210210
addressable
211211
connection_pool
212212
execjs (~> 2.5)
@@ -339,7 +339,7 @@ DEPENDENCIES
339339
rails-html-sanitizer
340340
rails_12factor
341341
rainbow
342-
react_on_rails (= 6.0.0.rc.5)
342+
react_on_rails (~> 6.0.0.rc.6)
343343
rspec-rails (= 3.5.0.beta3)
344344
rspec-retry
345345
rubocop

client/npm-shrinkwrap.json

+85-34
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
@@ -74,7 +74,7 @@
7474
"react-addons-pure-render-mixin": "^0.14.8",
7575
"react-bootstrap": "^0.28.5",
7676
"react-dom": "^0.14.8",
77-
"react-on-rails": "^6.0.0-rc.5",
77+
"react-on-rails": "^6.0.0-rc.6",
7878
"react-redux": "^4.4.4",
7979
"react-router": "^2.2.1",
8080
"react-router-redux": "^4.0.2",

0 commit comments

Comments
 (0)