Skip to content

Commit

Permalink
Bump webdrivers from 4.1.2 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [webdrivers](https://github.com/titusfortner/webdrivers) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/titusfortner/webdrivers/releases)
- [Changelog](https://github.com/titusfortner/webdrivers/blob/master/CHANGELOG.md)
- [Commits](titusfortner/webdrivers@v4.1.2...v4.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 2, 2019
1 parent 5beb0d8 commit 13a053e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -50,5 +50,5 @@ group :test do
gem 'rspec-rails'
gem 'simplecov', require: false
gem 'simplecov-console', require: false
gem 'webdrivers', '= 4.1.2' # webdrivers 4.1.3 require rubyzi 2.0 which requires ruby 2.4
gem 'webdrivers', '4.1.3' # webdrivers 4.1.3 require rubyzi 2.0 which requires ruby 2.4
end
17 changes: 8 additions & 9 deletions Gemfile.lock
Expand Up @@ -68,8 +68,7 @@ GEM
capybara-selenium (0.0.6)
capybara
selenium-webdriver
childprocess (1.0.1)
rake (< 13.0)
childprocess (3.0.0)
concurrent-ruby (1.1.5)
config-parser (0.3.0)
coveralls (0.7.1)
Expand Down Expand Up @@ -159,7 +158,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.3)
rake (13.0.1)
regexp_parser (1.6.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -194,9 +193,9 @@ GEM
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
rubyzip (1.3.0)
selenium-webdriver (3.142.3)
childprocess (>= 0.5, < 2.0)
rubyzip (~> 1.2, >= 1.2.2)
selenium-webdriver (3.142.6)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -230,9 +229,9 @@ GEM
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.6.0)
webdrivers (4.1.2)
webdrivers (4.1.3)
nokogiri (~> 1.6)
rubyzip (~> 1.0)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -266,7 +265,7 @@ DEPENDENCIES
simplecov-console
sprockets-rails
uglifier (>= 1.3.0)
webdrivers (= 4.1.2)
webdrivers (= 4.1.3)

RUBY VERSION
ruby 2.3.3p222
Expand Down

0 comments on commit 13a053e

Please sign in to comment.