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

Commit 0b1ca5d

Browse files
committed
setup edge at lap22
1 parent 941925c commit 0b1ca5d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
2-
source ENV['HYPER_DEV_GEM_SOURCE'] if ENV['HYPER_DEV_GEM_SOURCE']
2+
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
3+
gem "opal-rails", git: "https://github.com/opal/opal-rails.git", branch: "master"
34
gemspec

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ task :default do
99
# show usage
1010
end
1111

12+
namespace :spec do
13+
task :prepare do
14+
sh %{bundle update}
15+
end
16+
end

lib/hyperloop/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Hyperloop
2-
VERSION = '1.0.0.lap21'
3-
ROUTERVERSION = '4.2.6.lap21'
2+
VERSION = '1.0.0.lap22'
3+
ROUTERVERSION = '4.2.6.lap22'
44
end

0 commit comments

Comments
 (0)