Skip to content

fix: Uninstalls deprecated chromedriver #484

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

Merged
merged 1 commit into from
Dec 22, 2020
Merged
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
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ 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'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ GEM
railties (>= 5.0)
zeitwerk
ansi (1.5.0)
archive-zip (0.12.0)
io-like (~> 0.3.0)
arel (9.0.0)
audited (4.9.0)
activerecord (>= 4.2, < 6.1)
Expand Down Expand Up @@ -102,9 +100,6 @@ GEM
xpath (~> 3.2)
chartkick (3.4.0)
childprocess (3.0.0)
chromedriver-helper (2.1.1)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
codeclimate-test-reporter (0.6.0)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.3)
Expand Down Expand Up @@ -197,7 +192,6 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
io-like (0.3.1)
jmespath (1.4.0)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
Expand Down Expand Up @@ -449,7 +443,6 @@ DEPENDENCIES
byebug
capybara (>= 2.15)
chartkick (~> 3.4)
chromedriver-helper
codeclimate-test-reporter (~> 0.6.0)
devise (~> 4.7)
devise-doorkeeper
Expand Down
Binary file removed vendor/cache/archive-zip-0.12.0.gem
Binary file not shown.
Binary file removed vendor/cache/chromedriver-helper-2.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/io-like-0.3.1.gem
Binary file not shown.