aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-01-30 16:59:34 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-01-30 17:27:37 +0900
commit1cfa913948a5ed37eb78ab5e97552384788245c7 (patch)
tree0b0084af2efffb5a2c375a1450cc7aedb27d35d7 /Gemfile.lock
parent76da7b9d14e10a42c02f88a675c8122e69677c34 (diff)
downloadrails-1cfa913948a5ed37eb78ab5e97552384788245c7.tar.gz
rails-1cfa913948a5ed37eb78ab5e97552384788245c7.tar.bz2
rails-1cfa913948a5ed37eb78ab5e97552384788245c7.zip
Relax version locking of the selenium-webdriver
3.5.2 (September 07, 2017) is a little older.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 3329e47566..996e9d5942 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -433,9 +433,9 @@ GEM
tilt (>= 1.1, < 3)
sdoc (1.0.0)
rdoc (>= 5.0)
- selenium-webdriver (3.5.2)
+ selenium-webdriver (3.12.0)
childprocess (~> 0.5)
- rubyzip (~> 1.0)
+ rubyzip (~> 1.2)
sequel (5.14.0)
serverengine (2.0.7)
sigdump (~> 0.2.2)
@@ -572,7 +572,7 @@ DEPENDENCIES
rubocop (>= 0.47)
sass-rails
sdoc (~> 1.0)
- selenium-webdriver (~> 3.5.1)
+ selenium-webdriver (>= 3.5.0, < 3.13.0)
sequel
sidekiq
sneakers