Skip to content

Commit

Permalink
Replace chromedriver-helper with webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
userman123 committed Jul 24, 2019
1 parent debf5a0 commit 75e2a6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end
group :test do
gem 'brakeman', require: false
gem 'capybara-selenium'
gem 'chromedriver-helper'
gem 'webdrivers', '~> 4.0'
gem 'coderay'
gem 'coveralls', require: false
gem 'cucumber-rails', require: false
Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
appsignal (2.6.1)
rack
archive-zip (0.11.0)
io-like (~> 0.3.0)
arel (8.0.0)
ast (2.3.0)
aws-sdk (2.11.96)
Expand Down Expand Up @@ -104,9 +102,6 @@ GEM
activesupport
childprocess (0.7.1)
ffi (~> 1.0, >= 1.0.11)
chromedriver-helper (1.2.0)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
climate_control (0.2.0)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
Expand Down Expand Up @@ -202,7 +197,6 @@ GEM
concurrent-ruby (~> 1.0)
i18n-debug (1.1.1)
i18n (< 2)
io-like (0.3.0)
jmespath (1.4.0)
jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3)
Expand Down Expand Up @@ -423,6 +417,10 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webdrivers (4.1.1)
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (>= 3.0, < 4.0)
webmock (3.4.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand All @@ -446,7 +444,6 @@ DEPENDENCIES
bullet
byebug
capybara-selenium
chromedriver-helper
coderay
coveralls
cucumber-rails
Expand Down Expand Up @@ -493,6 +490,7 @@ DEPENDENCIES
uglifier
vcr
web-console
webdrivers (~> 4.0)
webmock

RUBY VERSION
Expand Down

0 comments on commit 75e2a6b

Please sign in to comment.