Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion install/rails-webpacker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
# ----------------------------------- Add the gems

gem 'webpacker'
gem 'rails-hyperstack', '~> 1.0.alpha' # github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
gem 'rails-hyperstack', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/rails-hyperstack" #github: 'hyperstack-org/hyperstack', branch: 'edge', glob: 'ruby/*/*.gemspec'
gem 'hyperstack-config', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/hyperstack-config"
gem 'hyper-component', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/hyper-component"
gem 'hyper-store', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/hyper-store"
gem 'hyper-model', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/hyper-model"
gem 'hyper-router', '~> 1.0.alpha', path: "/Users/d067570/src/privat/hyperstack/ruby/hyper-router"

gem_group :development do
gem 'foreman'
Expand Down
27 changes: 14 additions & 13 deletions ruby/hyper-component/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ PATH
hyper-spec (1.0.alpha1.2)
capybara
chromedriver-helper (= 1.2.0)
libv8 (~> 6.3.0)
libv8
method_source
mini_racer (~> 0.1.15)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
parser (>= 2.3.3.1)
pry
Expand Down Expand Up @@ -36,9 +36,8 @@ PATH
remote: ../hyperstack-config
specs:
hyperstack-config (1.0.alpha1.2)
libv8 (~> 6.3.0)
listen (~> 3.0)
mini_racer (~> 0.1.15)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
opal-browser (~> 0.2.0)
uglifier
Expand All @@ -51,7 +50,7 @@ PATH
hyper-state (= 1.0.alpha1.2)
hyperstack-config (= 1.0.alpha1.2)
libv8 (~> 6.3.0)
mini_racer (~> 0.1.15)
mini_racer (~> 0.2.4)
opal (>= 0.11.0, < 0.12.0)
opal-activesupport (~> 0.3.1)
react-rails (>= 2.4.0, < 2.5.0)
Expand Down Expand Up @@ -115,7 +114,7 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
builder (3.2.3)
capybara (3.11.0)
capybara (3.12.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -173,9 +172,10 @@ GEM
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_racer (0.1.15)
libv8 (~> 6.3)
mini_racer (0.2.4)
libv8 (>= 6.3)
minitest (5.11.3)
net_http_ssl_fix (0.0.10)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
Expand Down Expand Up @@ -308,18 +308,19 @@ GEM
timecop (0.8.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.19)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.4.0)
unparser (0.2.8)
unparser (0.4.2)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
concord (~> 0.1.5)
diff-lcs (~> 1.3)
equalizer (~> 0.0.9)
parser (>= 2.3.1.2, < 2.6)
procto (~> 0.0.2)
webdrivers (3.4.3)
webdrivers (3.5.2)
net_http_ssl_fix
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (~> 3.0)
Expand All @@ -334,7 +335,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16.0)
bundler (>= 1.17.3, < 2.0)
chromedriver-helper
hyper-component!
hyper-spec!
Expand All @@ -360,4 +361,4 @@ DEPENDENCIES
timecop (~> 0.8.1)

BUNDLED WITH
1.16.1
1.17.3
6 changes: 3 additions & 3 deletions ruby/hyper-component/hyper-component.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Gem::Specification.new do |spec|

spec.add_dependency 'hyper-state', Hyperstack::Component::VERSION
spec.add_dependency 'hyperstack-config', Hyperstack::Component::VERSION
spec.add_dependency 'libv8', '~> 6.3.0' # see https://github.com/discourse/mini_racer/issues/92
spec.add_dependency 'mini_racer', '~> 0.1.15'
spec.add_dependency 'libv8', '~> 6.3.0'
spec.add_dependency 'mini_racer', '~> 0.2.4'
spec.add_dependency 'opal', '>= 0.11.0', '< 0.12.0'
spec.add_dependency 'opal-activesupport', '~> 0.3.1'
spec.add_dependency 'react-rails', '>= 2.4.0', '< 2.5.0'

spec.add_development_dependency 'bundler', '~> 1.16.0'
spec.add_development_dependency 'bundler', ['>= 1.17.3', '< 2.0']
spec.add_development_dependency 'chromedriver-helper'
spec.add_development_dependency 'hyper-spec', Hyperstack::Component::VERSION
spec.add_development_dependency 'jquery-rails'
Expand Down
10 changes: 5 additions & 5 deletions ruby/hyper-console/Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
#gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
gem 'hyper-spec', path: '../hyper-spec'
gem 'hyperloop-config', path: '../hyperloop-config'
gem 'hyper-store', path: '../hyper-store'
gem 'hyper-component', path: '../hyper-component'
gem 'hyper-operation', path: '../hyper-operation'
gem 'hyper-spec', path: '../hyper-spec'
gem 'hyperstack-config', path: '../hyperstack-config'
gem 'hyper-store', path: '../hyper-store'
gem 'hyper-component', path: '../hyper-component'
gem 'hyper-operation', path: '../hyper-operation'
# Specify your gem's dependencies in hyper-console.gemspec
gemspec
Loading