Skip to content

Commit e5dfd14

Browse files
committed
removed spurious lines from installer
1 parent 5a9dfac commit e5dfd14

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

install/rails-webpacker.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
# ----------------------------------- Add the gems
1010

1111
gem 'webpacker'
12-
gem 'rails-hyperstack', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/rails-hyperstack" #github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
13-
gem 'hyperstack-config', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/hyperstack-config"
14-
gem 'hyper-component', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/hyper-component"
15-
gem 'hyper-store', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/hyper-store"
16-
gem 'hyper-model', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/hyper-model"
17-
gem 'hyper-router', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/hyper-router"
18-
12+
gem 'rails-hyperstack', '~> 1.0.alpha'
1913
gem_group :development do
2014
gem 'foreman'
2115
end

0 commit comments

Comments
 (0)