Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 1a1b2a6

Browse files
committed
react-rails 2.4
Lap 2
1 parent 14cef4d commit 1a1b2a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

hyperloop.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ 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-a8'
19-
s.add_dependency 'hyper-router', '4.2.6-autobahn-a8'
20-
s.add_dependency 'hyperloop-config', '0.15.0-autobahn-a8'
18+
s.add_dependency 'hyper-model', '0.15.0-sachsenring-lap2'
19+
s.add_dependency 'hyper-router', '4.2.6-sachsenring-lap2'
20+
s.add_dependency 'hyperloop-config', '0.15.0-sachsenring-lap2'
2121
s.add_dependency 'opal-browser'
2222
s.add_dependency 'opal-rails', '~> 0.9.3'
23-
s.add_dependency 'react-rails', '~> 2.3.1'
23+
s.add_dependency 'react-rails', '~> 2.4.0'
2424
s.add_dependency 'mini_racer', '~> 0.1.14'
2525
s.add_runtime_dependency 'rails', '>= 5.1.4'
2626
end

lib/hyperloop/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyperloop
2-
VERSION = '0.15.0-autobahn-a8'
2+
VERSION = '0.15.0-sachsenring-lap2'
33
end

0 commit comments

Comments
 (0)