diff --git a/Gemfile b/Gemfile index 959f81e655..1aab5918fc 100644 --- a/Gemfile +++ b/Gemfile @@ -159,7 +159,7 @@ group :test do gem 'capybara-screenshot', '~> 1.0.4' gem 'capybara-select2', github: 'goodwill/capybara-select2' gem 'capybara-ng', '~> 0.2.1' - gem 'selenium-webdriver', '~> 2.45.0' + gem 'selenium-webdriver', '~> 2.47.1' gem 'timecop', '~> 0.7.1' gem 'rb-readline', "~> 0.5.1" # ruby on CI needs this diff --git a/Gemfile.lock b/Gemfile.lock index 806594ab9a..c1195a0fbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -418,7 +418,7 @@ GEM structured_warnings (>= 0.1.3) rubyzip (1.1.6) sass (3.4.12) - selenium-webdriver (2.45.0) + selenium-webdriver (2.47.1) childprocess (~> 0.5) multi_json (~> 1.0) rubyzip (~> 1.0) @@ -559,7 +559,7 @@ DEPENDENCIES rubytree (~> 0.8.3) sass (~> 3.4.12) sass-rails! - selenium-webdriver (~> 2.45.0) + selenium-webdriver (~> 2.47.1) shoulda shoulda-matchers (~> 2.5.0) simplecov (= 0.8.0.pre)