File tree Expand file tree Collapse file tree 6 files changed +9
-12
lines changed
Expand file tree Collapse file tree 6 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22ruby "2.4.1"
33
4- gem "react_on_rails" , "10 .0.2 "
4+ gem "react_on_rails" , "11 .0.3 "
55gem "webpacker"
66
77# Bundle edge Rails instead: gem "rails", github: "rails/rails"
Original file line number Diff line number Diff line change 218218 rb-inotify (0.9.10 )
219219 ffi (>= 0.5.0 , < 2 )
220220 rdoc (4.3.0 )
221- react_on_rails (10 .0.2 )
221+ react_on_rails (11 .0.3 )
222222 addressable
223223 connection_pool
224224 execjs (~> 2.5 )
@@ -358,7 +358,7 @@ DEPENDENCIES
358358 rails-html-sanitizer
359359 rails_best_practices
360360 rainbow
361- react_on_rails (= 10 .0.2 )
361+ react_on_rails (= 11 .0.3 )
362362 redis (= 3.3.3 )
363363 rspec-rails (= 3.6.1 )
364364 rspec-retry
Original file line number Diff line number Diff line change 44 "description" : " Code from the React Webpack tutorial." ,
55 "main" : " server-express.js" ,
66 "engines" : {
7- "node" : " ^7.8.0 || ^8.0.0 || ^9.2.0" ,
7+ "node" : " ^7.8.0 || ^8.0.0 || ^9.2.0 || ^10.0.0 " ,
88 "npm" : " ^4.4.4 || ^5.0.0" ,
99 "yarn" : " ^1.0.0"
1010 },
8282 "react-bootstrap" : " ^0.31.5" ,
8383 "react-dom" : " ^16.1.1" ,
8484 "react-intl" : " ^2.4.0" ,
85- "react-on-rails" : " ^10 .0.2 " ,
85+ "react-on-rails" : " 11 .0.3 " ,
8686 "react-redux" : " ^5.0.6" ,
8787 "react-router" : " ^4.2.0" ,
8888 "react-router-dom" : " ^4.2.2" ,
Original file line number Diff line number Diff line change @@ -5294,9 +5294,9 @@ react-intl@^2.4.0:
52945294 intl-relativeformat "^2.0.0"
52955295 invariant "^2.1.1"
52965296
5297- react-on-rails@^10 .0.2 :
5298- version "10 .0.2 "
5299- resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-10 .0.2 .tgz#4d17b9e1df403ad3ff013f36654957051761c35a "
5297+ react-on-rails@11 .0.3 :
5298+ version "11 .0.3 "
5299+ resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-11 .0.3 .tgz#0aa15eea0a3b4db1e85e75473afee06cb8a75981 "
53005300
53015301react-overlays@^0.7.4 :
53025302 version "0.7.4"
Original file line number Diff line number Diff line change 8282 # called `custom_context(view_context)` and return a Hash.
8383 config . rendering_extension = nil
8484
85- # The server render method - either ExecJS or NodeJS
86- config . server_render_method = "ExecJS"
87-
8885 # Client js uses assets not digested by rails.
8986 # For any asset matching this regex, non-digested symlink will be created
9087 # To disable symlinks set this parameter to nil.
Original file line number Diff line number Diff line change 44 "description" : " ShakaCode's example of React on Rails plus React Native" ,
55 "main" : " server-express.js" ,
66 "engines" : {
7- "node" : " ^7.8.0 || ^8.0.0 || ^9.2.0" ,
7+ "node" : " ^7.8.0 || ^8.0.0 || ^9.2.0 || ^10.0.0 " ,
88 "npm" : " ^4.4.4 || ^5.0.0" ,
99 "yarn" : " ^1.0.0"
1010 },
You can’t perform that action at this time.
0 commit comments