Skip to content

Commit 15bdea9

Browse files
authored
use released alpha gems
1 parent 85ca48e commit 15bdea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rails-webpacker.rb

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

1111
gem 'webpacker'
12-
gem 'rails-hyperstack', github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
12+
gem 'rails-hyperstack', '~> 1.0.alpha' # github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
1313

1414
gem_group :development do
1515
gem 'foreman'

0 commit comments

Comments
 (0)