Skip to content

Commit

Permalink
Merge 6172b8a into 17f895a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 30, 2019
2 parents 17f895a + 6172b8a commit acd2665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
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.3' # webdrivers 4.1.3 require rubyzi 2.0 which requires ruby 2.4
gem 'webdrivers', '4.2.0' # webdrivers 4.1.3 require rubyzi 2.0 which requires ruby 2.4
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ GEM
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
rubyzip (1.3.0)
selenium-webdriver (3.142.6)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
simplecov (0.17.1)
Expand Down Expand Up @@ -231,7 +231,7 @@ GEM
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.6.0)
webdrivers (4.1.3)
webdrivers (4.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
Expand Down Expand Up @@ -267,7 +267,7 @@ DEPENDENCIES
simplecov-console
sprockets-rails
uglifier (>= 1.3.0)
webdrivers (= 4.1.3)
webdrivers (= 4.2.0)

RUBY VERSION
ruby 2.3.3p222
Expand Down

0 comments on commit acd2665

Please sign in to comment.