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

Commit 5528019

Browse files
committed
update gems and deps
1 parent d38c78b commit 5528019

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
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.version = Hyperloop::VERSION
99
s.summary = 'Hyperloop stack and generators for Rails'
1010
s.description = 'This gem provide the full hyperloop stack for rails plus generators for Hyperloop elements'
11-
s.authors = ['Loic Boutet', 'Adam George', 'Mitch VanDuyn']
11+
s.authors = ['Loic Boutet', 'Adam George', 'Mitch VanDuyn', 'janbiedermann']
1212
s.email = 'loic@boutet.com'
1313
s.homepage = "http://ruby-hyperloop.io"
1414
s.license = "MIT"
@@ -22,8 +22,8 @@ Gem::Specification.new do |s|
2222
s.license = 'MIT'
2323
s.require_paths = ["lib"]
2424

25-
s.add_dependency 'hyper-model', '0.15.0'
26-
s.add_dependency 'hyper-router', '>= 4.0.0'
25+
s.add_dependency 'hyper-model', '0.15.1'
26+
s.add_dependency 'hyper-router', '4.2.4'
2727
s.add_dependency 'opal-browser'
2828
s.add_dependency 'opal-rails', '~> 0.9.3'
2929
s.add_dependency 'react-rails', '~> 2.3.0'

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'
2+
VERSION = '0.15.1'
33
end

0 commit comments

Comments
 (0)