Skip to content

Commit 2e34691

Browse files
committedJan 14, 2016
tests passing, react_on_rails 2.0.0
1 parent 6dc5a3e commit 2e34691

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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.4"
40+
gem "react_on_rails", "2.0.0"
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.4)
204+
react_on_rails (2.0.0)
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.4)
350+
react_on_rails (= 2.0.0)
351351
rspec-rails
352352
rspec-retry
353353
rubocop

‎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.4",
72+
"react-on-rails": "^2.0.0",
7373
"react-redux": "^4.0.0",
7474
"react-router": "^2.0.0-rc4",
7575
"redux": "^3.0.4",

‎package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@
3636
"url": "https://github.com/shakacode/react-webpack-rails-tutorial/issues"
3737
},
3838
"homepage": "https://github.com/shakacode/react-webpack-rails-tutorial",
39-
"dependencies": {}
39+
"dependencies": {
40+
"react-on-rails": "^2.0.0"
41+
}
4042
}

0 commit comments

Comments
 (0)
Please sign in to comment.