Skip to content

Commit

Permalink
closes #106
Browse files Browse the repository at this point in the history
  • Loading branch information
catmando committed Jan 16, 2019
1 parent f587414 commit 719642a
Show file tree
Hide file tree
Showing 18 changed files with 149 additions and 138 deletions.
32 changes: 17 additions & 15 deletions ruby/hyper-component/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ PATH
hyper-spec (1.0.alpha1.2)
capybara
chromedriver-helper (= 1.2.0)
libv8 (~> 6.3.0)
libv8 (~> 6.7.0)
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
rspec-rails
selenium-webdriver
timecop (~> 0.8.1)
uglifier
unparser
unparser (>= 0.2, < 0.4)
webdrivers

PATH
Expand All @@ -36,9 +36,9 @@ PATH
remote: ../hyperstack-config
specs:
hyperstack-config (1.0.alpha1.2)
libv8 (~> 6.3.0)
libv8 (~> 6.7.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 @@ -50,8 +50,8 @@ PATH
hyper-component (1.0.alpha1.2)
hyper-state (= 1.0.alpha1.2)
hyperstack-config (= 1.0.alpha1.2)
libv8 (~> 6.3.0)
mini_racer (~> 0.1.15)
libv8 (~> 6.7.0)
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 +115,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 @@ -152,7 +152,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
libv8 (6.3.292.48.1)
libv8 (6.7.288.46.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -173,9 +173,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,7 +309,7 @@ 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)
Expand All @@ -319,7 +320,8 @@ GEM
equalizer (~> 0.0.9)
parser (>= 2.3.1.2, < 2.6)
procto (~> 0.0.2)
webdrivers (3.4.3)
webdrivers (3.6.0)
net_http_ssl_fix
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (~> 3.0)
Expand All @@ -334,7 +336,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16.0)
bundler
chromedriver-helper
hyper-component!
hyper-spec!
Expand All @@ -360,4 +362,4 @@ DEPENDENCIES
timecop (~> 0.8.1)

BUNDLED WITH
1.16.1
2.0.1
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.7.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.16'
spec.add_development_dependency 'chromedriver-helper'
spec.add_development_dependency 'hyper-spec', Hyperstack::Component::VERSION
spec.add_development_dependency 'jquery-rails'
Expand Down
38 changes: 20 additions & 18 deletions ruby/hyper-i18n/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PATH
hyper-component (1.0.alpha1.2)
hyper-state (= 1.0.alpha1.2)
hyperstack-config (= 1.0.alpha1.2)
libv8 (~> 6.3.0)
mini_racer (~> 0.1.15)
libv8 (~> 6.7.0)
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 @@ -35,17 +35,17 @@ PATH
hyper-spec (1.0.alpha1.2)
capybara
chromedriver-helper (= 1.2.0)
libv8 (~> 6.3.0)
libv8 (~> 6.7.0)
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
rspec-rails
selenium-webdriver
timecop (~> 0.8.1)
uglifier
unparser
unparser (>= 0.2, < 0.4)
webdrivers

PATH
Expand All @@ -67,9 +67,9 @@ PATH
remote: ../hyperstack-config
specs:
hyperstack-config (1.0.alpha1.2)
libv8 (~> 6.3.0)
libv8 (~> 6.7.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 Down Expand Up @@ -141,7 +141,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 All @@ -166,7 +166,7 @@ GEM
equatable (0.5.0)
erubi (1.7.1)
execjs (2.7.0)
ffi (1.9.25)
ffi (1.10.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
hike (1.2.3)
Expand All @@ -178,7 +178,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
libv8 (6.3.292.48.1)
libv8 (6.7.288.46.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -196,12 +196,13 @@ 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)
mutations (0.8.3)
activesupport
necromancer (0.4.0)
net_http_ssl_fix (0.0.10)
nio4r (2.3.1)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
Expand Down Expand Up @@ -274,8 +275,8 @@ GEM
rake
rake (10.5.0)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.0)
ffi (~> 1.0)
react-rails (2.4.7)
babel-transpiler (>= 0.7.0)
connection_pool
Expand Down Expand Up @@ -345,7 +346,7 @@ GEM
tty-screen (~> 0.6.4)
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)
unicode_utils (1.4.0)
Expand All @@ -357,7 +358,8 @@ GEM
equalizer (~> 0.0.9)
parser (>= 2.3.1.2, < 2.6)
procto (~> 0.0.2)
webdrivers (3.4.3)
webdrivers (3.6.0)
net_http_ssl_fix
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (~> 3.0)
Expand All @@ -372,7 +374,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16.0)
bundler
chromedriver-helper
hyper-component!
hyper-i18n!
Expand All @@ -391,4 +393,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.16.0
2.0.1
2 changes: 1 addition & 1 deletion ruby/hyper-i18n/hyper-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'hyper-operation', Hyperstack::I18n::VERSION
spec.add_dependency 'i18n'

spec.add_development_dependency 'bundler', '~> 1.16.0'
spec.add_development_dependency 'bundler' #, '~> 1.16'
spec.add_development_dependency 'chromedriver-helper'
spec.add_development_dependency 'hyper-model', Hyperstack::I18n::VERSION
spec.add_development_dependency 'hyper-spec', Hyperstack::I18n::VERSION
Expand Down
18 changes: 9 additions & 9 deletions ruby/hyper-model/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PATH
hyper-component (1.0.alpha1.2)
hyper-state (= 1.0.alpha1.2)
hyperstack-config (= 1.0.alpha1.2)
libv8 (~> 6.3.0)
mini_racer (~> 0.1.15)
libv8 (~> 6.7.0)
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 All @@ -31,9 +31,9 @@ PATH
remote: ../hyperstack-config
specs:
hyperstack-config (1.0.alpha1.2)
libv8 (~> 6.3.0)
libv8 (~> 6.7.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 Down Expand Up @@ -166,7 +166,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
libv8 (6.3.292.48.1)
libv8 (6.7.288.46.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -184,8 +184,8 @@ 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)
multi_json (1.13.1)
mutations (0.8.3)
Expand Down Expand Up @@ -405,8 +405,8 @@ DEPENDENCIES
hyper-operation!
hyper-state!
hyperstack-config!
libv8 (~> 6.3.0)
mini_racer (~> 0.1.15)
libv8 (~> 6.7.0)
mini_racer (~> 0.2.4)
mysql2
opal-activesupport (~> 0.3.1)
opal-browser (~> 0.2.0)
Expand Down
4 changes: 2 additions & 2 deletions ruby/hyper-model/hyper-model.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'capybara'
spec.add_development_dependency 'chromedriver-helper', '1.2.0'
spec.add_development_dependency 'libv8', '~> 6.3.0' # see https://github.com/discourse/mini_racer/issues/92
spec.add_development_dependency 'mini_racer', '~> 0.1.15'
spec.add_development_dependency 'libv8', '~> 6.7.0'
spec.add_development_dependency 'mini_racer', '~> 0.2.4'
spec.add_development_dependency 'selenium-webdriver'
spec.add_development_dependency 'database_cleaner'
spec.add_development_dependency 'factory_bot_rails'
Expand Down
Loading

0 comments on commit 719642a

Please sign in to comment.