Skip to content

Commit

Permalink
remove webdrvers
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Sep 6, 2023
1 parent f1b31c3 commit ea2f397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :test do
gem 'capybara', '>= 2.15'
gem 'simplecov', '~> 0.10', '< 0.18', require: false
gem 'spy'
gem 'webdrivers'
gem 'selenium-webdriver'
gem 'webmock'
end

Expand Down
6 changes: 1 addition & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,6 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webfinger (1.2.0)
activesupport
httpclient (>= 2.4)
Expand Down Expand Up @@ -479,14 +475,14 @@ DEPENDENCIES
rubocop-performance
ruby-openai
scenic
selenium-webdriver
simplecov (~> 0.10, < 0.18)
simpleidn
skylight
sprockets (~> 4.0)
spy
turbo-rails
web-console (>= 3.3.0)
webdrivers
webmock
webpacker (~> 6.0.0.rc.5)
webpush
Expand Down

0 comments on commit ea2f397

Please sign in to comment.