This repository was archived by the owner on Oct 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ Gem::Specification.new do |s|
2323 s . require_paths = [ "lib" ]
2424
2525 s . add_dependency 'hyper-model'
26- #s.add_dependency 'hyper-spec'
26+ # react_router_rails not working with rails 5.1 so we are apulling it for now.
27+ # s.add_dependency 'hyper-router', '>= 2.4.1'
28+ # s.add_dependency 'react-router-rails', '~> 0.13.3'
2729 s . add_dependency 'opal-rails' , '>= 0.8.1'
2830 s . add_dependency 'opal-browser'
2931 s . add_dependency 'react-rails' , '~> 1.9.0'
3032 s . add_dependency 'therubyracer'
31- s . add_dependency 'react-router-rails' , '~> 0.13.3'
32- s . add_dependency 'hyper-router' , '>= 2.4.1'
3333 s . add_runtime_dependency 'rails' , '>= 4.0.0'
3434end
Original file line number Diff line number Diff line change 11require 'hyperloop-config'
22require 'rails/generators'
33require 'hyper-model'
4- Hyperloop . import 'react_router' , client_only : true
4+ # Hyperloop.import 'react_router', client_only: true
55
66require 'generators/hyperloop/install_generator'
77require 'generators/hyper/component_generator'
88require 'generators/hyper/router_generator'
99require 'opal-rails'
1010require 'react-rails'
1111require 'hyper-model'
12- #require 'hyper-spec'
1312require 'opal-browser'
1413require 'therubyracer'
15- require 'hyper-router'
16- require 'react/router/rails'
14+ # require 'hyper-router'
15+ # require 'react/router/rails'
1716require 'hyperloop/version'
You can’t perform that action at this time.
0 commit comments