From ab04781ecd0c61f4eeee94c8932f3ffab5359850 Mon Sep 17 00:00:00 2001 From: adamcreekroad Date: Wed, 21 Apr 2021 09:52:12 -0400 Subject: [PATCH] remove chromedriver-helper, use webdrivers --- ruby/examples/docs/home-page/Gemfile | 5 +- ruby/examples/docs/home-page/Gemfile.lock | 150 ++++++++--------- ruby/examples/misc/sinatra_app/Gemfile.lock | 27 ++- ruby/examples/misc/stock-tickers/Gemfile | 3 +- ruby/examples/misc/stock-tickers/Gemfile.lock | 156 ++++++++---------- .../misc/stock-tickers/spec/spec_helper.rb | 1 + ruby/examples/tutorials/todos/Gemfile | 5 +- ruby/examples/tutorials/todos/Gemfile.lock | 146 +++++++--------- ruby/hyper-component/.travis.yml | 2 - ruby/hyper-component/hyper-component.gemspec | 1 - ruby/hyper-console/hyper-console.gemspec | 1 - ruby/hyper-i18n/.travis.yml | 2 - ruby/hyper-i18n/hyper-i18n.gemspec | 1 - ruby/hyper-model/.travis.yml | 2 - ruby/hyper-operation/.travis.yml | 2 - ruby/hyper-operation/hyper-operation.gemspec | 1 - ruby/hyper-router/.travis.yml | 2 - ruby/hyper-router/hyper-router.gemspec | 1 - ruby/hyper-spec/.travis.yml | 2 - ruby/hyper-spec/hyper-spec.gemspec | 1 - ruby/hyper-spec/lib/hyper-spec.rb | 1 + ruby/hyper-state/.travis.yml | 2 - ruby/hyper-state/hyper-state.gemspec | 1 - ruby/hyper-store/.travis.yml | 2 - ruby/hyper-store/hyper-store.gemspec | 1 - ruby/hyper-trace/hyper-trace.gemspec | 1 - ruby/hyperstack-config/.travis.yml | 2 - .../hyperstack-config.gemspec | 1 - ruby/rails-hyperstack/.travis.yml | 2 - .../rails-hyperstack/rails-hyperstack.gemspec | 1 - 30 files changed, 216 insertions(+), 309 deletions(-) diff --git a/ruby/examples/docs/home-page/Gemfile b/ruby/examples/docs/home-page/Gemfile index 2ad9ae57a..7980e2f89 100644 --- a/ruby/examples/docs/home-page/Gemfile +++ b/ruby/examples/docs/home-page/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '2.3.1' +ruby '2.6.6' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.2.1' @@ -37,6 +37,7 @@ gem 'jbuilder', '~> 2.5' gem 'bootsnap', '>= 1.1.0', require: false gem 'rails-hyperstack', path: '../../../..', glob: 'ruby/*/*.gemspec' +gem 'mini_racer' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console @@ -61,7 +62,7 @@ group :test do gem 'capybara', '>= 2.15' gem 'selenium-webdriver' # Easy installation and use of chromedriver to run system tests with Chrome - gem 'chromedriver-helper' + gem 'webdrivers' gem 'rspec', '~> 3.7.0' gem 'rspec-rails' end diff --git a/ruby/examples/docs/home-page/Gemfile.lock b/ruby/examples/docs/home-page/Gemfile.lock index b7194cd74..12084d858 100644 --- a/ruby/examples/docs/home-page/Gemfile.lock +++ b/ruby/examples/docs/home-page/Gemfile.lock @@ -2,48 +2,40 @@ PATH remote: ../../../.. glob: ruby/*/*.gemspec specs: - hyper-component (1.0.alpha1.5) - hyper-state (= 1.0.alpha1.5) - hyperstack-config (= 1.0.alpha1.5) - libv8 (~> 6.7.0) - mini_racer (~> 0.2.4) - opal (>= 0.11.0, < 0.12.0) + hyper-component (1.0.alpha1.8) + hyper-state (= 1.0.alpha1.8) + hyperstack-config (= 1.0.alpha1.8) opal-activesupport (~> 0.3.1) react-rails (>= 2.4.0, < 2.5.0) - hyper-model (1.0.alpha1.5) + hyper-model (1.0.alpha1.8) activemodel activerecord (>= 4.0.0) - hyper-component (= 1.0.alpha1.5) - hyper-operation (= 1.0.alpha1.5) - hyper-operation (1.0.alpha1.5) + hyper-operation (= 1.0.alpha1.8) + hyper-operation (1.0.alpha1.8) activerecord (>= 4.0.0) - hyper-component (= 1.0.alpha1.5) + hyper-component (= 1.0.alpha1.8) mutations opal-activesupport (~> 0.3.1) tty-table - hyper-router (1.0.alpha1.5) - hyper-component (= 1.0.alpha1.5) - hyper-state (= 1.0.alpha1.5) + hyper-router (1.0.alpha1.8) + hyper-component (= 1.0.alpha1.8) + hyper-state (= 1.0.alpha1.8) opal-browser (~> 0.2.0) - hyper-state (1.0.alpha1.5) - hyperstack-config (= 1.0.alpha1.5) - opal (>= 0.11.0, < 0.12.0) - hyperstack-config (1.0.alpha1.5) + hyper-state (1.0.alpha1.8) + hyperstack-config (= 1.0.alpha1.8) + hyperstack-config (1.0.alpha1.8) listen (~> 3.0) - mini_racer (~> 0.2.4) - opal (>= 0.11.0, < 0.12.0) + opal (>= 0.11.0, < 2.0) opal-browser (~> 0.2.0) uglifier websocket - rails-hyperstack (1.0.alpha1.5) - hyper-model (= 1.0.alpha1.5) - hyper-router (= 1.0.alpha1.5) - hyperstack-config (= 1.0.alpha1.5) - libv8 (~> 6.7.0) - mini_racer (~> 0.2.4) + rails-hyperstack (1.0.alpha1.8) + hyper-model (= 1.0.alpha1.8) + hyper-router (= 1.0.alpha1.8) + hyperstack-config (= 1.0.alpha1.8) opal-browser (~> 0.2.0) - opal-rails (~> 0.9.4) - rails (>= 4.0.0) + opal-rails + rails (>= 5.0.0, < 7.0) react-rails (>= 2.4.0, < 2.5.0) GEM @@ -92,10 +84,8 @@ GEM tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - archive-zip (0.12.0) - io-like (~> 0.3.0) arel (9.0.0) - ast (2.4.0) + ast (2.4.2) babel-source (5.8.35) babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) @@ -115,9 +105,6 @@ GEM xpath (~> 3.2) childprocess (1.0.1) rake (< 13.0) - chromedriver-helper (2.1.1) - archive-zip (~> 0.10) - nokogiri (~> 1.8) coderay (1.1.2) coffee-rails (4.2.2) coffee-script (>= 2.2.0) @@ -127,10 +114,9 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.4) diff-lcs (1.3) - equatable (0.5.0) erubi (1.8.0) execjs (2.7.0) ffi (1.11.1) @@ -138,17 +124,15 @@ GEM thor (~> 0.19.1) globalid (0.4.2) activesupport (>= 4.2.0) - hike (1.2.3) i18n (1.6.0) concurrent-ruby (~> 1.0) - io-like (0.3.0) jbuilder (2.9.1) activesupport (>= 4.2.0) - jquery-rails (4.3.5) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - libv8 (6.7.288.46.1) + libv8-node (15.14.0.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -161,49 +145,47 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) - mini_racer (0.2.4) - libv8 (>= 6.3) + mini_racer (0.4.0) + libv8-node (~> 15.14.0.0) minitest (5.11.3) msgpack (1.3.0) - mutations (0.9.0) + mutations (0.9.1) activesupport - necromancer (0.4.0) nio4r (2.3.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - opal (0.11.4) + opal (1.0.5) ast (>= 2.3.0) - hike (~> 1.2) - parser (= 2.3.3.1) - sourcemap (~> 0.1.0) - opal-activesupport (0.3.2) - opal (>= 0.5.0, < 1.0.0) + parser (~> 2.6) + opal-activesupport (0.3.3) + opal (>= 0.5.0, < 2) opal-browser (0.2.0) opal paggio - opal-jquery (0.4.3) - opal (>= 0.10.0, < 0.12.0) - opal-rails (0.9.5) + opal-jquery (0.4.4) + opal (>= 0.10.0, < 1.1) + opal-rails (1.1.2) jquery-rails - opal (>= 0.11.0, < 0.12) + opal (~> 1.0.0) opal-activesupport (>= 0.0.5) - opal-jquery (~> 0.4.0) - opal-sprockets (~> 0.4.2) - rails (>= 4.1, < 6.0) + opal-jquery (~> 0.4.4) + opal-sprockets (~> 0.4.6) + rails (>= 5.1, < 6.1) sprockets-rails (>= 2.3.3, < 4.0) - opal-sprockets (0.4.3.0.11.0.3.7) - opal (~> 0.11.0) + opal-sprockets (0.4.9.1.0.3.7) + opal (~> 1.0.0) sprockets (~> 3.7) tilt (>= 1.4) paggio (0.2.6) - parser (2.3.3.1) - ast (~> 2.2) - pastel (0.7.2) - equatable (~> 0.5.0) - tty-color (~> 0.4.0) + parser (2.7.2.0) + ast (~> 2.4.1) + pastel (0.8.0) + tty-color (~> 0.5) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -284,7 +266,6 @@ GEM selenium-webdriver (3.142.3) childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) - sourcemap (0.1.1) spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1) @@ -298,22 +279,20 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.1) - strings (0.1.5) - strings-ansi (~> 0.1) - unicode-display_width (~> 1.5) + strings (0.2.1) + strings-ansi (~> 0.2) + unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) - strings-ansi (0.1.0) + strings-ansi (0.2.0) thor (0.19.4) thread_safe (0.3.6) tilt (2.0.9) - tty-color (0.4.3) - tty-screen (0.6.5) - tty-table (0.10.0) - equatable (~> 0.5.0) - necromancer (~> 0.4.0) - pastel (~> 0.7.2) - strings (~> 0.1.0) - tty-screen (~> 0.6.4) + tty-color (0.6.0) + tty-screen (0.8.1) + tty-table (0.12.0) + pastel (~> 0.8) + strings (~> 0.2.0) + tty-screen (~> 0.8) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) @@ -321,14 +300,18 @@ GEM thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) - unicode-display_width (1.6.0) + unicode-display_width (2.0.0) unicode_utils (1.4.0) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) - websocket (1.2.8) + webdrivers (4.1.2) + nokogiri (~> 1.6) + rubyzip (~> 1.0) + selenium-webdriver (>= 3.0, < 4.0) + websocket (1.2.9) websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) @@ -342,11 +325,11 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug capybara (>= 2.15) - chromedriver-helper coffee-rails (~> 4.2) foreman jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) + mini_racer pry puma (~> 3.11) rails (~> 5.2.1) @@ -362,9 +345,10 @@ DEPENDENCIES tzinfo-data uglifier (>= 1.3.0) web-console (>= 3.3.0) + webdrivers RUBY VERSION - ruby 2.3.1p112 + ruby 2.6.6p146 BUNDLED WITH - 2.0.1 + 2.2.6 diff --git a/ruby/examples/misc/sinatra_app/Gemfile.lock b/ruby/examples/misc/sinatra_app/Gemfile.lock index 72b796b6e..1a6da1f98 100644 --- a/ruby/examples/misc/sinatra_app/Gemfile.lock +++ b/ruby/examples/misc/sinatra_app/Gemfile.lock @@ -1,14 +1,13 @@ PATH remote: ../../../hyper-spec specs: - hyper-spec (1.0.alpha1.5) + hyper-spec (1.0.alpha1.8) actionview capybara - chromedriver-helper (= 1.2.0) filecache method_source opal (>= 0.11.0, < 2.0) - parser (>= 2.3.3.1) + parser rspec selenium-webdriver timecop (~> 0.8.1) @@ -19,13 +18,13 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (6.1.3) - activesupport (= 6.1.3) + actionview (6.1.3.1) + activesupport (= 6.1.3.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (6.1.3) + activesupport (6.1.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -33,8 +32,6 @@ GEM zeitwerk (~> 2.3) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - archive-zip (0.12.0) - io-like (~> 0.3.0) ast (2.4.2) builder (3.2.4) capybara (3.35.3) @@ -46,9 +43,6 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (3.0.0) - chromedriver-helper (1.2.0) - archive-zip (~> 0.10) - nokogiri (~> 1.8) coderay (1.1.3) concurrent-ruby (1.1.8) crass (1.0.6) @@ -56,20 +50,19 @@ GEM erubi (1.10.0) execjs (2.7.0) filecache (1.0.2) - i18n (1.8.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) - io-like (0.3.1) - loofah (2.9.0) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_mime (1.0.2) + mini_mime (1.1.0) mini_portile2 (2.5.0) minitest (5.14.4) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) nio4r (2.5.7) - nokogiri (1.11.2) + nokogiri (1.11.3) mini_portile2 (~> 2.5.0) racc (~> 1.4) opal (1.1.1) @@ -156,4 +149,4 @@ DEPENDENCIES sinatra BUNDLED WITH - 2.1.4 + 2.2.6 diff --git a/ruby/examples/misc/stock-tickers/Gemfile b/ruby/examples/misc/stock-tickers/Gemfile index c9d9e87cc..53fd4b13c 100644 --- a/ruby/examples/misc/stock-tickers/Gemfile +++ b/ruby/examples/misc/stock-tickers/Gemfile @@ -61,8 +61,7 @@ group :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '>= 2.15' gem 'selenium-webdriver' - # Easy installation and use of chromedriver to run system tests with Chrome - gem 'chromedriver-helper' + gem 'webdrivers' gem 'rspec', '~> 3.7.0' gem 'rspec-rails' end diff --git a/ruby/examples/misc/stock-tickers/Gemfile.lock b/ruby/examples/misc/stock-tickers/Gemfile.lock index 666a084be..deb3834c9 100644 --- a/ruby/examples/misc/stock-tickers/Gemfile.lock +++ b/ruby/examples/misc/stock-tickers/Gemfile.lock @@ -1,57 +1,49 @@ -PATH - remote: ../../../hyper-trace - specs: - hyper-trace (1.0.alpha1.5) - hyperstack-config (= 1.0.alpha1.5) - PATH remote: ../../../.. glob: ruby/*/*.gemspec specs: - hyper-component (1.0.alpha1.5) - hyper-state (= 1.0.alpha1.5) - hyperstack-config (= 1.0.alpha1.5) - libv8 (~> 6.7.0) - mini_racer (~> 0.2.4) - opal (>= 0.11.0, < 0.12.0) + hyper-component (1.0.alpha1.8) + hyper-state (= 1.0.alpha1.8) + hyperstack-config (= 1.0.alpha1.8) opal-activesupport (~> 0.3.1) react-rails (>= 2.4.0, < 2.5.0) - hyper-model (1.0.alpha1.5) + hyper-model (1.0.alpha1.8) activemodel activerecord (>= 4.0.0) - hyper-component (= 1.0.alpha1.5) - hyper-operation (= 1.0.alpha1.5) - hyper-operation (1.0.alpha1.5) + hyper-operation (= 1.0.alpha1.8) + hyper-operation (1.0.alpha1.8) activerecord (>= 4.0.0) - hyper-component (= 1.0.alpha1.5) + hyper-component (= 1.0.alpha1.8) mutations opal-activesupport (~> 0.3.1) tty-table - hyper-router (1.0.alpha1.5) - hyper-component (= 1.0.alpha1.5) - hyper-state (= 1.0.alpha1.5) + hyper-router (1.0.alpha1.8) + hyper-component (= 1.0.alpha1.8) + hyper-state (= 1.0.alpha1.8) opal-browser (~> 0.2.0) - hyper-state (1.0.alpha1.5) - hyperstack-config (= 1.0.alpha1.5) - opal (>= 0.11.0, < 0.12.0) - hyperstack-config (1.0.alpha1.5) + hyper-state (1.0.alpha1.8) + hyperstack-config (= 1.0.alpha1.8) + hyperstack-config (1.0.alpha1.8) listen (~> 3.0) - mini_racer (~> 0.2.4) - opal (>= 0.11.0, < 0.12.0) + opal (>= 0.11.0, < 2.0) opal-browser (~> 0.2.0) uglifier websocket - rails-hyperstack (1.0.alpha1.5) - hyper-model (= 1.0.alpha1.5) - hyper-router (= 1.0.alpha1.5) - hyperstack-config (= 1.0.alpha1.5) - libv8 (~> 6.7.0) - mini_racer (~> 0.2.4) + rails-hyperstack (1.0.alpha1.8) + hyper-model (= 1.0.alpha1.8) + hyper-router (= 1.0.alpha1.8) + hyperstack-config (= 1.0.alpha1.8) opal-browser (~> 0.2.0) - opal-rails (~> 0.9.4) - rails (>= 4.0.0) + opal-rails + rails (>= 5.0.0, < 7.0) react-rails (>= 2.4.0, < 2.5.0) +PATH + remote: ../../../hyper-trace + specs: + hyper-trace (1.0.alpha1.8) + hyperstack-config (= 1.0.alpha1.8) + GEM remote: https://rubygems.org/ specs: @@ -98,10 +90,8 @@ GEM tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - archive-zip (0.12.0) - io-like (~> 0.3.0) arel (9.0.0) - ast (2.4.0) + ast (2.4.2) babel-source (5.8.35) babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) @@ -121,9 +111,6 @@ GEM xpath (~> 3.2) childprocess (1.0.1) rake (< 13.0) - chromedriver-helper (2.1.1) - archive-zip (~> 0.10) - nokogiri (~> 1.8) coderay (1.1.2) coffee-rails (4.2.2) coffee-script (>= 2.2.0) @@ -133,10 +120,9 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.4) diff-lcs (1.3) - equatable (0.5.0) erubi (1.8.0) execjs (2.7.0) ffi (1.11.1) @@ -144,17 +130,14 @@ GEM thor (~> 0.19.1) globalid (0.4.2) activesupport (>= 4.2.0) - hike (1.2.3) i18n (1.6.0) concurrent-ruby (~> 1.0) - io-like (0.3.0) jbuilder (2.9.1) activesupport (>= 4.2.0) - jquery-rails (4.3.5) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - libv8 (6.7.288.46.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -167,49 +150,45 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) - mini_racer (0.2.4) - libv8 (>= 6.3) minitest (5.11.3) msgpack (1.3.0) - mutations (0.9.0) + mutations (0.9.1) activesupport - necromancer (0.4.0) nio4r (2.3.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - opal (0.11.4) + opal (1.0.5) ast (>= 2.3.0) - hike (~> 1.2) - parser (= 2.3.3.1) - sourcemap (~> 0.1.0) - opal-activesupport (0.3.2) - opal (>= 0.5.0, < 1.0.0) + parser (~> 2.6) + opal-activesupport (0.3.3) + opal (>= 0.5.0, < 2) opal-browser (0.2.0) opal paggio - opal-jquery (0.4.3) - opal (>= 0.10.0, < 0.12.0) - opal-rails (0.9.5) + opal-jquery (0.4.4) + opal (>= 0.10.0, < 1.1) + opal-rails (1.1.2) jquery-rails - opal (>= 0.11.0, < 0.12) + opal (~> 1.0.0) opal-activesupport (>= 0.0.5) - opal-jquery (~> 0.4.0) - opal-sprockets (~> 0.4.2) - rails (>= 4.1, < 6.0) + opal-jquery (~> 0.4.4) + opal-sprockets (~> 0.4.6) + rails (>= 5.1, < 6.1) sprockets-rails (>= 2.3.3, < 4.0) - opal-sprockets (0.4.3.0.11.0.3.7) - opal (~> 0.11.0) + opal-sprockets (0.4.9.1.0.3.7) + opal (~> 1.0.0) sprockets (~> 3.7) tilt (>= 1.4) paggio (0.2.6) - parser (2.3.3.1) - ast (~> 2.2) - pastel (0.7.2) - equatable (~> 0.5.0) - tty-color (~> 0.4.0) + parser (2.7.2.0) + ast (~> 2.4.1) + pastel (0.8.0) + tty-color (~> 0.5) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -290,7 +269,6 @@ GEM selenium-webdriver (3.142.3) childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) - sourcemap (0.1.1) spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1) @@ -304,22 +282,20 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.1) - strings (0.1.5) - strings-ansi (~> 0.1) - unicode-display_width (~> 1.5) + strings (0.2.1) + strings-ansi (~> 0.2) + unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) - strings-ansi (0.1.0) + strings-ansi (0.2.0) thor (0.19.4) thread_safe (0.3.6) tilt (2.0.9) - tty-color (0.4.3) - tty-screen (0.6.5) - tty-table (0.10.0) - equatable (~> 0.5.0) - necromancer (~> 0.4.0) - pastel (~> 0.7.2) - strings (~> 0.1.0) - tty-screen (~> 0.6.4) + tty-color (0.6.0) + tty-screen (0.8.1) + tty-table (0.12.0) + pastel (~> 0.8) + strings (~> 0.2.0) + tty-screen (~> 0.8) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) @@ -327,14 +303,18 @@ GEM thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) - unicode-display_width (1.6.0) + unicode-display_width (2.0.0) unicode_utils (1.4.0) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) - websocket (1.2.8) + webdrivers (4.1.2) + nokogiri (~> 1.6) + rubyzip (~> 1.0) + selenium-webdriver (>= 3.0, < 4.0) + websocket (1.2.9) websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) @@ -348,7 +328,6 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug capybara (>= 2.15) - chromedriver-helper coffee-rails (~> 4.2) foreman hyper-trace! @@ -369,6 +348,7 @@ DEPENDENCIES tzinfo-data uglifier (>= 1.3.0) web-console (>= 3.3.0) + webdrivers BUNDLED WITH - 2.0.1 + 2.2.6 diff --git a/ruby/examples/misc/stock-tickers/spec/spec_helper.rb b/ruby/examples/misc/stock-tickers/spec/spec_helper.rb index 6b5687a20..3d046de50 100644 --- a/ruby/examples/misc/stock-tickers/spec/spec_helper.rb +++ b/ruby/examples/misc/stock-tickers/spec/spec_helper.rb @@ -7,3 +7,4 @@ require 'rspec/rails' require 'timecop' +require 'webdrivers' diff --git a/ruby/examples/tutorials/todos/Gemfile b/ruby/examples/tutorials/todos/Gemfile index bcb671e05..32f802759 100644 --- a/ruby/examples/tutorials/todos/Gemfile +++ b/ruby/examples/tutorials/todos/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '2.5.3' +ruby '2.6.6' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.2.1' @@ -58,8 +58,7 @@ group :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '>= 2.15' gem 'selenium-webdriver' - # Easy installation and use of chromedriver to run system tests with Chrome - gem 'chromedriver-helper' + gem 'webdrivers' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/ruby/examples/tutorials/todos/Gemfile.lock b/ruby/examples/tutorials/todos/Gemfile.lock index f53033187..3df0f94f3 100644 --- a/ruby/examples/tutorials/todos/Gemfile.lock +++ b/ruby/examples/tutorials/todos/Gemfile.lock @@ -2,48 +2,40 @@ PATH remote: ../../../.. glob: ruby/*/*.gemspec specs: - hyper-component (1.0.alpha1.5) - hyper-state (= 1.0.alpha1.5) - hyperstack-config (= 1.0.alpha1.5) - libv8 (~> 6.7.0) - mini_racer (~> 0.2.4) - opal (>= 0.11.0, < 0.12.0) + hyper-component (1.0.alpha1.8) + hyper-state (= 1.0.alpha1.8) + hyperstack-config (= 1.0.alpha1.8) opal-activesupport (~> 0.3.1) react-rails (>= 2.4.0, < 2.5.0) - hyper-model (1.0.alpha1.5) + hyper-model (1.0.alpha1.8) activemodel activerecord (>= 4.0.0) - hyper-component (= 1.0.alpha1.5) - hyper-operation (= 1.0.alpha1.5) - hyper-operation (1.0.alpha1.5) + hyper-operation (= 1.0.alpha1.8) + hyper-operation (1.0.alpha1.8) activerecord (>= 4.0.0) - hyper-component (= 1.0.alpha1.5) + hyper-component (= 1.0.alpha1.8) mutations opal-activesupport (~> 0.3.1) tty-table - hyper-router (1.0.alpha1.5) - hyper-component (= 1.0.alpha1.5) - hyper-state (= 1.0.alpha1.5) + hyper-router (1.0.alpha1.8) + hyper-component (= 1.0.alpha1.8) + hyper-state (= 1.0.alpha1.8) opal-browser (~> 0.2.0) - hyper-state (1.0.alpha1.5) - hyperstack-config (= 1.0.alpha1.5) - opal (>= 0.11.0, < 0.12.0) - hyperstack-config (1.0.alpha1.5) + hyper-state (1.0.alpha1.8) + hyperstack-config (= 1.0.alpha1.8) + hyperstack-config (1.0.alpha1.8) listen (~> 3.0) - mini_racer (~> 0.2.4) - opal (>= 0.11.0, < 0.12.0) + opal (>= 0.11.0, < 2.0) opal-browser (~> 0.2.0) uglifier websocket - rails-hyperstack (1.0.alpha1.5) - hyper-model (= 1.0.alpha1.5) - hyper-router (= 1.0.alpha1.5) - hyperstack-config (= 1.0.alpha1.5) - libv8 (~> 6.7.0) - mini_racer (~> 0.2.4) + rails-hyperstack (1.0.alpha1.8) + hyper-model (= 1.0.alpha1.8) + hyper-router (= 1.0.alpha1.8) + hyperstack-config (= 1.0.alpha1.8) opal-browser (~> 0.2.0) - opal-rails (~> 0.9.4) - rails (>= 4.0.0) + opal-rails + rails (>= 5.0.0, < 7.0) react-rails (>= 2.4.0, < 2.5.0) GEM @@ -92,10 +84,8 @@ GEM tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - archive-zip (0.12.0) - io-like (~> 0.3.0) arel (9.0.0) - ast (2.4.0) + ast (2.4.2) babel-source (5.8.35) babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) @@ -115,9 +105,6 @@ GEM xpath (~> 3.2) childprocess (1.0.1) rake (< 13.0) - chromedriver-helper (2.1.1) - archive-zip (~> 0.10) - nokogiri (~> 1.8) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) @@ -126,9 +113,8 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.4) - equatable (0.5.0) erubi (1.8.0) execjs (2.7.0) ffi (1.11.1) @@ -136,17 +122,14 @@ GEM thor (~> 0.19.1) globalid (0.4.2) activesupport (>= 4.2.0) - hike (1.2.3) i18n (1.6.0) concurrent-ruby (~> 1.0) - io-like (0.3.0) jbuilder (2.9.1) activesupport (>= 4.2.0) - jquery-rails (4.3.5) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - libv8 (6.7.288.46.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -159,49 +142,45 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) - mini_racer (0.2.4) - libv8 (>= 6.3) minitest (5.11.3) msgpack (1.3.0) - mutations (0.9.0) + mutations (0.9.1) activesupport - necromancer (0.4.0) nio4r (2.3.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - opal (0.11.4) + opal (1.0.5) ast (>= 2.3.0) - hike (~> 1.2) - parser (= 2.3.3.1) - sourcemap (~> 0.1.0) - opal-activesupport (0.3.2) - opal (>= 0.5.0, < 1.0.0) + parser (~> 2.6) + opal-activesupport (0.3.3) + opal (>= 0.5.0, < 2) opal-browser (0.2.0) opal paggio - opal-jquery (0.4.3) - opal (>= 0.10.0, < 0.12.0) - opal-rails (0.9.5) + opal-jquery (0.4.4) + opal (>= 0.10.0, < 1.1) + opal-rails (1.1.2) jquery-rails - opal (>= 0.11.0, < 0.12) + opal (~> 1.0.0) opal-activesupport (>= 0.0.5) - opal-jquery (~> 0.4.0) - opal-sprockets (~> 0.4.2) - rails (>= 4.1, < 6.0) + opal-jquery (~> 0.4.4) + opal-sprockets (~> 0.4.6) + rails (>= 5.1, < 6.1) sprockets-rails (>= 2.3.3, < 4.0) - opal-sprockets (0.4.3.0.11.0.3.7) - opal (~> 0.11.0) + opal-sprockets (0.4.9.1.0.3.7) + opal (~> 1.0.0) sprockets (~> 3.7) tilt (>= 1.4) paggio (0.2.6) - parser (2.3.3.1) - ast (~> 2.2) - pastel (0.7.2) - equatable (~> 0.5.0) - tty-color (~> 0.4.0) + parser (2.7.2.0) + ast (~> 2.4.1) + pastel (0.8.0) + tty-color (~> 0.5) public_suffix (3.1.0) puma (3.12.1) rack (2.0.7) @@ -258,7 +237,6 @@ GEM selenium-webdriver (3.142.3) childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) - sourcemap (0.1.1) spring (2.1.0) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) @@ -271,22 +249,20 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.1) - strings (0.1.5) - strings-ansi (~> 0.1) - unicode-display_width (~> 1.5) + strings (0.2.1) + strings-ansi (~> 0.2) + unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) - strings-ansi (0.1.0) + strings-ansi (0.2.0) thor (0.19.4) thread_safe (0.3.6) tilt (2.0.9) - tty-color (0.4.3) - tty-screen (0.6.5) - tty-table (0.10.0) - equatable (~> 0.5.0) - necromancer (~> 0.4.0) - pastel (~> 0.7.2) - strings (~> 0.1.0) - tty-screen (~> 0.6.4) + tty-color (0.6.0) + tty-screen (0.8.1) + tty-table (0.12.0) + pastel (~> 0.8) + strings (~> 0.2.0) + tty-screen (~> 0.8) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) @@ -294,14 +270,18 @@ GEM thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) - unicode-display_width (1.6.0) + unicode-display_width (2.0.0) unicode_utils (1.4.0) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) - websocket (1.2.8) + webdrivers (4.1.2) + nokogiri (~> 1.6) + rubyzip (~> 1.0) + selenium-webdriver (>= 3.0, < 4.0) + websocket (1.2.9) websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) @@ -316,7 +296,6 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug capybara (>= 2.15) - chromedriver-helper coffee-rails (~> 4.2) foreman jbuilder (~> 2.5) @@ -333,9 +312,10 @@ DEPENDENCIES tzinfo-data uglifier (>= 1.3.0) web-console (>= 3.3.0) + webdrivers RUBY VERSION - ruby 2.5.3p105 + ruby 2.6.6p146 BUNDLED WITH - 2.0.1 + 2.2.6 diff --git a/ruby/hyper-component/.travis.yml b/ruby/hyper-component/.travis.yml index a1eec84cf..dd10dbb47 100644 --- a/ruby/hyper-component/.travis.yml +++ b/ruby/hyper-component/.travis.yml @@ -21,8 +21,6 @@ before_script: - bundle install --jobs=3 --retry=3 - bundle exec rails db:setup - cd ../../ - - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver-update; fi - - if [[ "$DRIVER" == "google-chrome" ]]; then ls -lR ~/.chromedriver-helper/; fi - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi diff --git a/ruby/hyper-component/hyper-component.gemspec b/ruby/hyper-component/hyper-component.gemspec index 8239235dc..940e828c8 100644 --- a/ruby/hyper-component/hyper-component.gemspec +++ b/ruby/hyper-component/hyper-component.gemspec @@ -23,7 +23,6 @@ Gem::Specification.new do |spec| spec.add_dependency 'react-rails', '>= 2.4.0', '< 2.5.0' spec.add_development_dependency 'bundler' - spec.add_development_dependency 'chromedriver-helper' spec.add_development_dependency 'hyper-spec', Hyperstack::Component::VERSION spec.add_development_dependency 'jquery-rails' spec.add_development_dependency 'listen' diff --git a/ruby/hyper-console/hyper-console.gemspec b/ruby/hyper-console/hyper-console.gemspec index 1169dc908..e32c9e62a 100644 --- a/ruby/hyper-console/hyper-console.gemspec +++ b/ruby/hyper-console/hyper-console.gemspec @@ -22,7 +22,6 @@ Gem::Specification.new do |spec| spec.add_dependency 'hyper-store', Hyperloop::Console::VERSION spec.add_development_dependency 'bundler' - spec.add_development_dependency 'chromedriver-helper' spec.add_development_dependency 'hyper-component', Hyperloop::Console::VERSION spec.add_development_dependency 'hyper-operation', Hyperloop::Console::VERSION spec.add_development_dependency 'hyper-store', Hyperloop::Console::VERSION diff --git a/ruby/hyper-i18n/.travis.yml b/ruby/hyper-i18n/.travis.yml index 3c34b3436..de0bd159b 100644 --- a/ruby/hyper-i18n/.travis.yml +++ b/ruby/hyper-i18n/.travis.yml @@ -18,8 +18,6 @@ before_install: - gem install bundler before_script: - bundle install --jobs=3 --retry=3 - - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver-update; fi - - if [[ "$DRIVER" == "google-chrome" ]]; then ls -lR ~/.chromedriver-helper/; fi - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi diff --git a/ruby/hyper-i18n/hyper-i18n.gemspec b/ruby/hyper-i18n/hyper-i18n.gemspec index 492638eed..65086a1dc 100644 --- a/ruby/hyper-i18n/hyper-i18n.gemspec +++ b/ruby/hyper-i18n/hyper-i18n.gemspec @@ -24,7 +24,6 @@ Gem::Specification.new do |spec| spec.add_dependency 'i18n' spec.add_development_dependency 'bundler' - spec.add_development_dependency 'chromedriver-helper' spec.add_development_dependency 'hyper-model', Hyperstack::I18n::VERSION spec.add_development_dependency 'hyper-spec', Hyperstack::I18n::VERSION spec.add_development_dependency 'mini_racer', '< 0.4.0' # something is busted with 0.4.0 and its libv8-node dependency diff --git a/ruby/hyper-model/.travis.yml b/ruby/hyper-model/.travis.yml index 9a5328ed2..13bad67d6 100644 --- a/ruby/hyper-model/.travis.yml +++ b/ruby/hyper-model/.travis.yml @@ -20,8 +20,6 @@ before_script: - bundle install --jobs=3 --retry=3 - bundle exec rails db:setup - cd ../../ - - if [[ "$DRIVER" == "google-chrome" ]]; then chromedriver-update; fi - - if [[ "$DRIVER" == "google-chrome" ]]; then ls -lR ~/.chromedriver-helper/; fi - if [[ "$DRIVER" == "google-chrome" ]]; then chromedriver --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then which chromedriver; fi diff --git a/ruby/hyper-operation/.travis.yml b/ruby/hyper-operation/.travis.yml index 16e36bca3..a7c93c4de 100644 --- a/ruby/hyper-operation/.travis.yml +++ b/ruby/hyper-operation/.travis.yml @@ -24,8 +24,6 @@ before_script: - bundle install --jobs=3 --retry=3 - bundle exec rails db:setup - cd ../../ - - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver-update; fi - - if [[ "$DRIVER" == "google-chrome" ]]; then ls -lR ~/.chromedriver-helper/; fi - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi diff --git a/ruby/hyper-operation/hyper-operation.gemspec b/ruby/hyper-operation/hyper-operation.gemspec index 1f8b4bdab..364489eb4 100644 --- a/ruby/hyper-operation/hyper-operation.gemspec +++ b/ruby/hyper-operation/hyper-operation.gemspec @@ -26,7 +26,6 @@ Gem::Specification.new do |spec| spec.add_dependency 'tty-table' spec.add_development_dependency 'bundler' - spec.add_development_dependency 'chromedriver-helper' spec.add_development_dependency 'database_cleaner' spec.add_development_dependency 'hyper-spec', Hyperstack::Operation::VERSION spec.add_development_dependency 'mysql2' diff --git a/ruby/hyper-router/.travis.yml b/ruby/hyper-router/.travis.yml index 1d580b7d6..24d833891 100644 --- a/ruby/hyper-router/.travis.yml +++ b/ruby/hyper-router/.travis.yml @@ -13,8 +13,6 @@ before_script: - bundle update - bundle exec rails db:setup - cd ../../ - - chromedriver-update - - ls -lR ~/.chromedriver-helper/ script: bundle exec rspec gemfile: - gemfiles/opal_0_11_react-rails_2_4.gemfile diff --git a/ruby/hyper-router/hyper-router.gemspec b/ruby/hyper-router/hyper-router.gemspec index 6332a7485..77f9fcdc3 100644 --- a/ruby/hyper-router/hyper-router.gemspec +++ b/ruby/hyper-router/hyper-router.gemspec @@ -20,7 +20,6 @@ Gem::Specification.new do |spec| spec.add_dependency 'opal-browser', '~> 0.2.0' spec.add_development_dependency 'bundler' - spec.add_development_dependency 'chromedriver-helper' spec.add_development_dependency 'hyper-spec', HyperRouter::VERSION spec.add_development_dependency 'hyper-store', HyperRouter::VERSION spec.add_development_dependency 'listen' diff --git a/ruby/hyper-spec/.travis.yml b/ruby/hyper-spec/.travis.yml index 53741c3e7..350fc4e93 100644 --- a/ruby/hyper-spec/.travis.yml +++ b/ruby/hyper-spec/.travis.yml @@ -18,8 +18,6 @@ before_install: - gem install bundler before_script: - bundle install --jobs=3 --retry=3 - - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver-update; fi - - if [[ "$DRIVER" == "google-chrome" ]]; then ls -lR ~/.chromedriver-helper/; fi - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi diff --git a/ruby/hyper-spec/hyper-spec.gemspec b/ruby/hyper-spec/hyper-spec.gemspec index f2f82ea2a..29cb94d1d 100644 --- a/ruby/hyper-spec/hyper-spec.gemspec +++ b/ruby/hyper-spec/hyper-spec.gemspec @@ -22,7 +22,6 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength spec.add_dependency 'actionview' spec.add_dependency 'capybara' - spec.add_dependency 'chromedriver-helper', '1.2.0' spec.add_dependency 'filecache' spec.add_dependency 'method_source' spec.add_dependency 'opal', ENV['OPAL_VERSION'] || '>= 0.11.0', '< 2.0' diff --git a/ruby/hyper-spec/lib/hyper-spec.rb b/ruby/hyper-spec/lib/hyper-spec.rb index ba89a70e5..c1eb87f4e 100644 --- a/ruby/hyper-spec/lib/hyper-spec.rb +++ b/ruby/hyper-spec/lib/hyper-spec.rb @@ -4,6 +4,7 @@ require 'unparser' require 'method_source' require 'filecache' +require 'webdrivers' require 'capybara/rspec' require 'hyper-spec/internal/client_execution' diff --git a/ruby/hyper-state/.travis.yml b/ruby/hyper-state/.travis.yml index 26da32b7f..301730173 100644 --- a/ruby/hyper-state/.travis.yml +++ b/ruby/hyper-state/.travis.yml @@ -12,8 +12,6 @@ before_script: - cd spec/test_app - bundle update - cd ../../ - - chromedriver-update - - ls -lR ~/.chromedriver-helper/ script: - bundle exec rake spec gemfile: diff --git a/ruby/hyper-state/hyper-state.gemspec b/ruby/hyper-state/hyper-state.gemspec index 000d0046e..4e36d2ed9 100644 --- a/ruby/hyper-state/hyper-state.gemspec +++ b/ruby/hyper-state/hyper-state.gemspec @@ -20,7 +20,6 @@ Gem::Specification.new do |spec| spec.add_dependency 'hyperstack-config', Hyperstack::State::VERSION spec.add_development_dependency 'bundler' - spec.add_development_dependency 'chromedriver-helper' spec.add_development_dependency 'hyper-component', Hyperstack::State::VERSION spec.add_development_dependency 'hyper-spec', Hyperstack::State::VERSION spec.add_development_dependency 'listen' diff --git a/ruby/hyper-store/.travis.yml b/ruby/hyper-store/.travis.yml index 26da32b7f..301730173 100644 --- a/ruby/hyper-store/.travis.yml +++ b/ruby/hyper-store/.travis.yml @@ -12,8 +12,6 @@ before_script: - cd spec/test_app - bundle update - cd ../../ - - chromedriver-update - - ls -lR ~/.chromedriver-helper/ script: - bundle exec rake spec gemfile: diff --git a/ruby/hyper-store/hyper-store.gemspec b/ruby/hyper-store/hyper-store.gemspec index 922292445..cf1daa2c4 100644 --- a/ruby/hyper-store/hyper-store.gemspec +++ b/ruby/hyper-store/hyper-store.gemspec @@ -21,7 +21,6 @@ Gem::Specification.new do |spec| spec.add_dependency 'hyperstack-config', Hyperstack::Legacy::Store::VERSION spec.add_development_dependency 'bundler' - spec.add_development_dependency 'chromedriver-helper' spec.add_development_dependency 'hyper-component', Hyperstack::Legacy::Store::VERSION spec.add_development_dependency 'hyper-spec', Hyperstack::Legacy::Store::VERSION spec.add_development_dependency 'listen' diff --git a/ruby/hyper-trace/hyper-trace.gemspec b/ruby/hyper-trace/hyper-trace.gemspec index 0be02035e..d167e26c3 100644 --- a/ruby/hyper-trace/hyper-trace.gemspec +++ b/ruby/hyper-trace/hyper-trace.gemspec @@ -22,6 +22,5 @@ Gem::Specification.new do |spec| spec.add_dependency 'hyperstack-config', HyperTrace::VERSION spec.add_development_dependency 'hyper-spec', HyperTrace::VERSION spec.add_development_dependency "bundler" - spec.add_development_dependency 'chromedriver-helper' spec.add_development_dependency "rake" end diff --git a/ruby/hyperstack-config/.travis.yml b/ruby/hyperstack-config/.travis.yml index fd04071be..c1869454f 100644 --- a/ruby/hyperstack-config/.travis.yml +++ b/ruby/hyperstack-config/.travis.yml @@ -21,8 +21,6 @@ before_script: - bundle install --jobs=3 --retry=3 - bundle exec rails db:setup - cd ../../ - - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver-update; fi - - if [[ "$DRIVER" == "google-chrome" ]]; then ls -lR ~/.chromedriver-helper/; fi - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi diff --git a/ruby/hyperstack-config/hyperstack-config.gemspec b/ruby/hyperstack-config/hyperstack-config.gemspec index c6955534b..088d6aeb7 100644 --- a/ruby/hyperstack-config/hyperstack-config.gemspec +++ b/ruby/hyperstack-config/hyperstack-config.gemspec @@ -29,7 +29,6 @@ Gem::Specification.new do |spec| spec.add_dependency 'websocket' # for hot loader spec.add_development_dependency 'bundler' - spec.add_development_dependency 'chromedriver-helper' spec.add_development_dependency 'opal-rails', '>= 0.9.4', '< 2.0' spec.add_development_dependency 'pry-rescue' spec.add_development_dependency 'pry-stack_explorer' diff --git a/ruby/rails-hyperstack/.travis.yml b/ruby/rails-hyperstack/.travis.yml index 116c1cfd1..647aab049 100644 --- a/ruby/rails-hyperstack/.travis.yml +++ b/ruby/rails-hyperstack/.travis.yml @@ -18,8 +18,6 @@ before_install: - gem install bundler before_script: - bundle install --jobs=3 --retry=3 - - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver-update; fi - - if [[ "$DRIVER" == "google-chrome" ]]; then ls -lR ~/.chromedriver-helper/; fi - if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi - if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi diff --git a/ruby/rails-hyperstack/rails-hyperstack.gemspec b/ruby/rails-hyperstack/rails-hyperstack.gemspec index f42541c2d..a2aa7db8e 100644 --- a/ruby/rails-hyperstack/rails-hyperstack.gemspec +++ b/ruby/rails-hyperstack/rails-hyperstack.gemspec @@ -67,7 +67,6 @@ You can control how much of the stack gets installed as well: spec.add_dependency 'rails', ENV['RAILS_VERSION'] || '>= 5.0.0', '< 7.0' spec.add_development_dependency 'bundler' - spec.add_development_dependency 'chromedriver-helper' spec.add_development_dependency 'hyper-spec', Hyperstack::VERSION spec.add_development_dependency 'pry' spec.add_development_dependency 'puma'