Skip to content

Commit

Permalink
Removed selenium-webdriver version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Aug 11, 2023
1 parent 9dc2efa commit 8d0e99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ group :test do
gem 'launchy'
gem 'rspec-collection_matchers'
gem 'rspec-rails', '~> 3.5.0'
gem 'selenium-webdriver', '~> 4.1', require: false
gem 'selenium-webdriver', require: false
gem 'simplecov', require: false
gem 'timecop'
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ DEPENDENCIES
rubocop-rspec
sass-rails (~> 6.0)
sdoc (~> 2.4.0)
selenium-webdriver (~> 4.1)
selenium-webdriver
simplecov
spring
timecop
Expand Down

0 comments on commit 8d0e99a

Please sign in to comment.