Skip to content

Commit

Permalink
Merge pull request #544 from ita-social-projects/fix/chromedriver_update
Browse files Browse the repository at this point in the history
fix/update_webdrivers
  • Loading branch information
loqimean authored Oct 6, 2023
2 parents f8acd86 + ac0a19b commit 0f6eda7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ group :test do
gem "selenium-webdriver"
gem "simplecov", require: false
gem "shoulda-matchers", "~> 4.0"
gem "webdrivers"
gem "webdrivers", "~> 5.3.1"
gem "fuubar"
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.0.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
selenium-webdriver (~> 4.0, < 4.11)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -609,7 +609,7 @@ DEPENDENCIES
toastr-rails
tzinfo-data
web-console (>= 4.1.0)
webdrivers
webdrivers (~> 5.3.1)

RUBY VERSION
ruby 3.0.6p216
Expand Down
2 changes: 0 additions & 2 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@

config.add_formatter "Fuubar"
config.fuubar_output_pending_results = false

Webdrivers::Chromedriver.required_version = "114.0.5735.90"
end

Shoulda::Matchers.configure do |config|
Expand Down

0 comments on commit 0f6eda7

Please sign in to comment.