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

Commit 69e2697

Browse files
committed
Merge branch '1_0_0' into edge
2 parents 0b1ca5d + e4b743b commit 69e2697

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Install instructions for the latest lap:
55
source https://gems.ruby-hyperloop.org
66
77
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
8-
gem "opal-rails", git: "https://github.com/opal/opal-rails.git", branch: "master"
98
109
gem 'hyperloop', '~> 1.0.0.lap'
1110
gem 'hyper-spec', '~> 1.0.0.lap'

hyperloop.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.add_dependency 'hyper-router', Hyperloop::ROUTERVERSION
2424
spec.add_dependency 'hyperloop-config', Hyperloop::VERSION
2525
spec.add_dependency 'opal-browser', '~> 0.2.0'
26-
spec.add_dependency 'opal-rails', '~> 0.9.3'
26+
spec.add_dependency 'opal-rails', '~> 0.9.4'
2727
spec.add_dependency 'react-rails', '>= 2.4.0', '< 2.5.0'
2828
spec.add_dependency 'mini_racer', '~> 0.1.15'
2929
spec.add_runtime_dependency 'rails', '>= 4.0.0'

0 commit comments

Comments
 (0)