Skip to content

Commit bf7e7a3

Browse files
author
kaptron
committed
Removes unused selenium gem which had a gem dependency creating a security warning
1 parent 2073c70 commit bf7e7a3

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ gem 'active_record_union'
141141
group :development, :test do
142142
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
143143
gem 'byebug', platforms: %i[mri mingw x64_mingw]
144-
# Adds support for Capybara system testing and selenium driver
145144
gem 'action-cable-testing'
146145
gem 'active_record_query_trace'
147146
gem 'capybara', '~> 2.13'
@@ -154,7 +153,6 @@ group :development, :test do
154153
gem 'pry-rails'
155154
gem 'rails-controller-testing'
156155
gem 'rspec-rails', '~> 3.7'
157-
gem 'selenium-webdriver'
158156
end
159157

160158
group :development do

Gemfile.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ GEM
134134
rack (>= 1.0.0)
135135
rack-test (>= 0.5.4)
136136
xpath (>= 2.0, < 4.0)
137-
childprocess (0.9.0)
138-
ffi (~> 1.0, >= 1.0.11)
139137
coderay (1.1.2)
140138
concurrent-ruby (1.1.5)
141139
connection_pool (2.2.2)
@@ -479,7 +477,6 @@ GEM
479477
unicode-display_width (>= 1.4.0, < 1.7)
480478
ruby-progressbar (1.10.1)
481479
ruby_dep (1.5.0)
482-
rubyzip (1.2.3)
483480
rufus-scheduler (3.4.2)
484481
et-orbi (~> 1.0)
485482
safe_yaml (1.0.4)
@@ -499,9 +496,6 @@ GEM
499496
activemodel (>= 4.2)
500497
elasticsearch (>= 5)
501498
hashie
502-
selenium-webdriver (3.11.0)
503-
childprocess (~> 0.5)
504-
rubyzip (~> 1.2)
505499
shellany (0.0.1)
506500
shoulda-matchers (3.1.2)
507501
activesupport (>= 4.0.0)
@@ -653,7 +647,6 @@ DEPENDENCIES
653647
sass-rails (~> 5.0)
654648
scout_apm
655649
searchkick (~> 3.0.0)
656-
selenium-webdriver
657650
shoulda-matchers (~> 3.1)
658651
sidekiq (~> 6)
659652
sidekiq-scheduler

test/application_system_test_case.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)