Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unsupported chromedriver-helper, make use of webdrivers in hyper-spec #409

Open
wants to merge 1 commit into
base: edge
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions ruby/examples/docs/home-page/Gemfile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
150 changes: 67 additions & 83 deletions ruby/examples/docs/home-page/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -127,28 +114,25 @@ 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)
foreman (0.85.0)
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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -298,37 +279,39 @@ 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)
tzinfo (1.2.5)
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)
Expand All @@ -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)
Expand All @@ -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
27 changes: 10 additions & 17 deletions ruby/examples/misc/sinatra_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -19,22 +18,20 @@ 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)
tzinfo (~> 2.0)
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)
Expand All @@ -46,30 +43,26 @@ 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)
diff-lcs (1.4.4)
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)
Expand Down Expand Up @@ -156,4 +149,4 @@ DEPENDENCIES
sinatra

BUNDLED WITH
2.1.4
2.2.6
Loading