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

Commit 965b982

Browse files
committed
A6
1 parent db96381 commit 965b982

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hyperloop.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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-a5'
19-
s.add_dependency 'hyper-router', '4.2.6-autobahn-a5'
20-
s.add_dependency 'hyperloop-config', '0.15.0-autobahn-a5'
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'
2121
s.add_dependency 'opal-browser'
2222
s.add_dependency 'opal-rails', '~> 0.9.3'
2323
s.add_dependency 'react-rails', '~> 2.3.1'

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-a5'
2+
VERSION = '0.15.0-autobahn-a6'
33
end

0 commit comments

Comments
 (0)