Skip to content

Commit 4e831bd

Browse files
authored
fix: Uninstalls deprecated chromedriver (#484)
1 parent 862a558 commit 4e831bd

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ group :test do
124124
# Adds support for Capybara system testing and selenium driver
125125
gem 'capybara', '>= 2.15'
126126
gem 'selenium-webdriver'
127-
# Easy installation and use of chromedriver to run system tests with Chrome
128-
gem 'chromedriver-helper'
129127
end
130128

131129
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ GEM
4848
railties (>= 5.0)
4949
zeitwerk
5050
ansi (1.5.0)
51-
archive-zip (0.12.0)
52-
io-like (~> 0.3.0)
5351
arel (9.0.0)
5452
audited (4.9.0)
5553
activerecord (>= 4.2, < 6.1)
@@ -102,9 +100,6 @@ GEM
102100
xpath (~> 3.2)
103101
chartkick (3.4.0)
104102
childprocess (3.0.0)
105-
chromedriver-helper (2.1.1)
106-
archive-zip (~> 0.10)
107-
nokogiri (~> 1.8)
108103
codeclimate-test-reporter (0.6.0)
109104
simplecov (>= 0.7.1, < 1.0.0)
110105
coderay (1.1.3)
@@ -197,7 +192,6 @@ GEM
197192
multi_xml (>= 0.5.2)
198193
i18n (1.8.5)
199194
concurrent-ruby (~> 1.0)
200-
io-like (0.3.1)
201195
jmespath (1.4.0)
202196
jquery-rails (4.4.0)
203197
rails-dom-testing (>= 1, < 3)
@@ -449,7 +443,6 @@ DEPENDENCIES
449443
byebug
450444
capybara (>= 2.15)
451445
chartkick (~> 3.4)
452-
chromedriver-helper
453446
codeclimate-test-reporter (~> 0.6.0)
454447
devise (~> 4.7)
455448
devise-doorkeeper
-57.5 KB
Binary file not shown.
-20 KB
Binary file not shown.

vendor/cache/io-like-0.3.1.gem

-33.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)