From 57a858ec1c8b7014ff1873c6cabfe234e3674e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 28 Mar 2018 09:26:18 +0200 Subject: [PATCH] Bump selenium-webdriver and rspec --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3d954896bc6..125bb9262b3 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index ec50ee9dee2..206d150ef5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)