Skip to content

Commit

Permalink
Replace chromedriver-helper with webdrivers
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Aug 28, 2019
1 parent a6ac78a commit 9fa3853
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ group :development, :test do
gem 'pry-rails'

gem 'capybara', '~> 3.24.0'
gem 'chromedriver-helper'
gem 'factory_bot_rails'
gem 'rspec-collection_matchers', '~> 1.1.3'
gem 'rspec-html-matchers', '~> 0.9.0'
Expand All @@ -80,6 +79,8 @@ group :development, :test do
gem 'foreman'

gem 'bullet'

gem 'webdrivers'
end

group :test do
Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ GEM
annotate (2.7.5)
activerecord (>= 3.2, < 7.0)
rake (>= 10.4, < 13.0)
archive-zip (0.12.0)
io-like (~> 0.3.0)
arel (9.0.0)
ast (2.4.0)
aws_cf_signer (0.1.3)
Expand Down Expand Up @@ -83,9 +81,6 @@ GEM
childprocess (1.0.1)
rake (< 13.0)
choice (0.2.0)
chromedriver-helper (2.1.1)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
chronic (0.10.2)
cloudinary (1.11.1)
aws_cf_signer
Expand Down Expand Up @@ -168,7 +163,6 @@ GEM
inline_svg (1.5.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-like (0.3.0)
jaro_winkler (1.5.2)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -454,6 +448,10 @@ GEM
rack (>= 1.0.0)
warden (1.2.8)
rack (>= 2.0.6)
webdrivers (4.1.2)
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (>= 3.0, < 4.0)
webpacker (3.5.5)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
Expand All @@ -478,7 +476,6 @@ DEPENDENCIES
capybara (~> 3.24.0)
carrierwave (~> 1.3.1)
certified (= 1.0.0)
chromedriver-helper
chronic (= 0.10.2)
cloudinary (~> 1.11.1)
database_cleaner
Expand Down Expand Up @@ -532,6 +529,7 @@ DEPENDENCIES
spring
turbolinks (~> 5.2.0)
uglifier (~> 4.1.20)
webdrivers
webpacker

RUBY VERSION
Expand Down

0 comments on commit 9fa3853

Please sign in to comment.