Skip to content

Commit

Permalink
Update webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Jul 7, 2024
1 parent 1bd5163 commit e497fde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ group :development, :test do
gem 'rspec-rails', '~> 5.0'
gem 'sqlite3', '~> 1.4'
gem 'sprockets-rails', '~> 3.4' # for activeadmin
gem 'webdrivers', '~> 5.0'
gem 'selenium-webdriver', '~> 4.22'
end
1 change: 0 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
require 'rspec/rails'

require 'selenium/webdriver'
require 'webdrivers/chromedriver'

Capybara.server = :puma, { Silent: true }

Expand Down

0 comments on commit e497fde

Please sign in to comment.