This repository was archived by the owner on Oct 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ Gem::Specification.new do |s|
1515 s . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
1616 s . require_paths = [ 'lib' ]
1717
18- s . add_dependency 'hyper-model' , '0.15.0-autobahn-a6 '
19- s . add_dependency 'hyper-router' , '4.2.6-autobahn-a6 '
20- s . add_dependency 'hyperloop-config' , '0.15.0-autobahn-a6 '
18+ s . add_dependency 'hyper-model' , '0.15.0-autobahn-a8 '
19+ s . add_dependency 'hyper-router' , '4.2.6-autobahn-a8 '
20+ s . add_dependency 'hyperloop-config' , '0.15.0-autobahn-a8 '
2121 s . add_dependency 'opal-browser'
2222 s . add_dependency 'opal-rails' , '~> 0.9.3'
2323 s . add_dependency 'react-rails' , '~> 2.3.1'
Original file line number Diff line number Diff line change 11module Hyperloop
2- VERSION = '0.15.0-autobahn-a6 '
2+ VERSION = '0.15.0-autobahn-a8 '
33end
You can’t perform that action at this time.
0 commit comments