File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ gem "sdoc", group: :doc
37
37
# Use Rails Html Sanitizer for HTML sanitization
38
38
gem "rails-html-sanitizer"
39
39
40
- gem "react_on_rails" , "2.0.0.rc.4 "
40
+ gem "react_on_rails" , "2.0.0"
41
41
42
42
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
43
43
gem "therubyracer"
Original file line number Diff line number Diff line change 201
201
rainbow (2.0.0 )
202
202
rake (10.4.2 )
203
203
rdoc (4.2.0 )
204
- react_on_rails (2.0.0.rc.4 )
204
+ react_on_rails (2.0.0 )
205
205
connection_pool
206
206
execjs (~> 2.5 )
207
207
rails (>= 3.2 )
@@ -347,7 +347,7 @@ DEPENDENCIES
347
347
rails-html-sanitizer
348
348
rails_12factor
349
349
rainbow
350
- react_on_rails (= 2.0.0.rc.4 )
350
+ react_on_rails (= 2.0.0 )
351
351
rspec-rails
352
352
rspec-retry
353
353
rubocop
Original file line number Diff line number Diff line change 69
69
"react-addons-pure-render-mixin" : " ^0.14.3" ,
70
70
"react-bootstrap" : " ^0.28.1" ,
71
71
"react-dom" : " ^0.14.3" ,
72
- "react-on-rails" : " ^2.0.0-rc.4 " ,
72
+ "react-on-rails" : " ^2.0.0" ,
73
73
"react-redux" : " ^4.0.0" ,
74
74
"react-router" : " ^2.0.0-rc4" ,
75
75
"redux" : " ^3.0.4" ,
Original file line number Diff line number Diff line change 36
36
"url" : " https://github.com/shakacode/react-webpack-rails-tutorial/issues"
37
37
},
38
38
"homepage" : " https://github.com/shakacode/react-webpack-rails-tutorial" ,
39
- "dependencies" : {}
39
+ "dependencies" : {
40
+ "react-on-rails" : " ^2.0.0"
41
+ }
40
42
}
You can’t perform that action at this time.
0 commit comments