Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Bump webdrivers from 4.6.0 to 4.7.0
Browse files Browse the repository at this point in the history
Bumps [webdrivers](https://github.com/titusfortner/webdrivers) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/titusfortner/webdrivers/releases)
- [Changelog](https://github.com/titusfortner/webdrivers/blob/main/CHANGELOG.md)
- [Commits](titusfortner/webdrivers@v4.6.0...v4.7.0)

---
updated-dependencies:
- dependency-name: webdrivers
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2021
1 parent 970df4c commit fd51c75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ group :test do

gem 'capybara', '~> 3.35'
gem 'selenium-webdriver', require: false
gem 'webdrivers', '~> 4.6'
gem 'webdrivers', '~> 4.7'

gem 'vcr', '5.0', require: false
gem 'webmock', require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ GEM
unf
method_source (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.5.1)
mini_portile2 (2.5.3)
minitest (5.14.4)
multi_json (1.13.1)
multipart-post (2.1.1)
Expand Down Expand Up @@ -343,7 +343,7 @@ GEM
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
rubyzip (2.3.2)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand Down Expand Up @@ -408,10 +408,10 @@ GEM
vcr (5.0.0)
warden (1.2.7)
rack (>= 1.0)
webdrivers (4.6.0)
webdrivers (4.7.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
selenium-webdriver (> 3.141, < 5.0)
webmock (3.12.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down Expand Up @@ -469,7 +469,7 @@ DEPENDENCIES
spring
uglifier (>= 1.3.0)
vcr (= 5.0)
webdrivers (~> 4.6)
webdrivers (~> 4.7)
webmock

BUNDLED WITH
Expand Down

0 comments on commit fd51c75

Please sign in to comment.