We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ca48e commit 15bdea9Copy full SHA for 15bdea9
install/rails-webpacker.rb
@@ -9,7 +9,7 @@
9
# ----------------------------------- Add the gems
10
11
gem 'webpacker'
12
-gem 'rails-hyperstack', github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
+gem 'rails-hyperstack', '~> 1.0.alpha' # github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
13
14
gem_group :development do
15
gem 'foreman'
0 commit comments