Skip to content

Commit

Permalink
Use selenium-webdriver instead of webdrivers gem
Browse files Browse the repository at this point in the history
Selenium-Webdriver now has a feature that makes the webdrivers gem
obsolete: https://github.com/titusfortner/webdrivers#update-future-of-this-project
  • Loading branch information
mamhoff committed Jul 31, 2023
1 parent c9576fa commit 78c71cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rspec-activemodel-mocks", ["~> 1.0"]
gem.add_development_dependency "rspec-rails", [">= 4.0.0.beta2"]
gem.add_development_dependency "simplecov", ["~> 0.20"]
gem.add_development_dependency "webdrivers", ["~> 5.0"]
gem.add_development_dependency "selenium-webdriver", ["~> 4.10"]
gem.add_development_dependency "webmock", ["~> 3.3"]
gem.add_development_dependency "shoulda-matchers", ["~> 5.0"]
gem.add_development_dependency "timecop", ["~> 0.9"]
Expand Down
1 change: 0 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
require "rails-controller-testing"
require "rspec-activemodel-mocks"
require "rspec/rails"
require "webdrivers/chromedriver"
require "shoulda-matchers"
require "factory_bot"
require "view_component/test_helpers"
Expand Down

0 comments on commit 78c71cf

Please sign in to comment.