Skip to content

Commit 2fc649e

Browse files
committed
1 parent 65a82a6 commit 2fc649e

File tree

20 files changed

+900
-524
lines changed

20 files changed

+900
-524
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-2.4.1
1+
ruby-2.3.1

ruby/examples/docs/home-page/Gemfile

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '2.4.1'
4+
ruby '2.3.1'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 5.2.1'
@@ -35,18 +35,8 @@ gem 'jbuilder', '~> 2.5'
3535

3636
# Reduces boot times through caching; required in config/boot.rb
3737
gem 'bootsnap', '>= 1.1.0', require: false
38-
#https://github.com/hyperstack-org/hyperstack/blob/edge/ruby/hyper-component/hyper-component.gemspec
39-
# gem 'hyper-component', github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
40-
# gem 'hyper-state', github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
41-
# gem 'hyperstack-config', github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
42-
gem 'hyper-component', path: '../../../hyper-component'
43-
gem 'hyper-state', path: '../../../hyper-state'
44-
gem 'hyperstack-config', path: '../../../hyperstack-config'
45-
gem 'hyper-spec', path: '../../../hyper-spec'
46-
# gem 'hyperloop'
47-
#gem 'hyper-operation'
48-
gem 'opal-rails' #, '~> 0.9.4'
4938

39+
gem 'rails-hyperstack', path: '../../../..', glob: 'ruby/*/*.gemspec'
5040

5141
group :development, :test do
5242
# Call 'byebug' anywhere in the code to stop execution and get a debugger console

0 commit comments

Comments
 (0)