Bump selenium-webdriver and rspec

pull/6244/head
Oliver Günther 7 years ago
parent 4b2f67f2dc
commit 57a858ec1c
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      Gemfile
  2. 6
      Gemfile.lock

@ -208,7 +208,7 @@ group :test do
gem 'capybara-screenshot', '~> 1.0.14'
gem 'fuubar', '~> 2.2.0'
gem 'capybara-select2', git: 'https://github.com/goodwill/capybara-select2', ref: '585192e'
gem 'selenium-webdriver', '~> 3.6'
gem 'selenium-webdriver', '~> 3.11'
gem 'timecop', '~> 0.9.0'
gem 'webmock', '~> 3.1.0', require: false

@ -503,8 +503,8 @@ GEM
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-retry (0.5.6)
rspec-core (> 3.3, < 3.8)
rspec-retry (0.5.7)
rspec-core (> 3.3)
rspec-support (3.7.1)
rubocop (0.50.0)
parallel (~> 1.10)
@ -704,7 +704,7 @@ DEPENDENCIES
sass (= 3.5.1)
sass-rails (~> 5.0.6)
secure_headers (~> 5.0.5)
selenium-webdriver (~> 3.6)
selenium-webdriver (~> 3.11)
shoulda-context (~> 1.2)
shoulda-matchers (~> 3.1)
simplecov (~> 0.14.0)

Loading…
Cancel
Save