aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-06-06 13:29:02 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-06-06 13:34:20 +0900
commita6154cf3307e36a3ba58fcfd38726c0073cf03b2 (patch)
treea0864619318cef6c67edf95b9c8948e6fd259ff6 /Gemfile.lock
parentc4d8e057c540dd0ba424dcc5203db1c945b4b412 (diff)
downloadrails-a6154cf3307e36a3ba58fcfd38726c0073cf03b2.tar.gz
rails-a6154cf3307e36a3ba58fcfd38726c0073cf03b2.tar.bz2
rails-a6154cf3307e36a3ba58fcfd38726c0073cf03b2.zip
Unlock `selenium-webdriver` version
`selenium-webdriver` is deprecateing various features for improvement in 4.0. I want to test with the latest version to check if Rails uses deprecated features or not.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock22
1 files changed, 11 insertions, 11 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 6633c7a741..268ca008ff 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -183,8 +183,8 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.2)
xpath (~> 3.2)
- childprocess (0.9.0)
- ffi (~> 1.0, >= 1.0.11)
+ childprocess (1.0.1)
+ rake (< 13.0)
coffee-script (2.4.1)
coffee-script-source
execjs
@@ -236,10 +236,10 @@ GEM
faye-websocket (0.10.7)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
- ffi (1.10.0)
- ffi (1.10.0-java)
- ffi (1.10.0-x64-mingw32)
- ffi (1.10.0-x86-mingw32)
+ ffi (1.11.1)
+ ffi (1.11.1-java)
+ ffi (1.11.1-x64-mingw32)
+ ffi (1.11.1-x86-mingw32)
fugit (1.2.1)
et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.1)
@@ -425,7 +425,7 @@ GEM
ruby-vips (2.0.13)
ffi (~> 1.9)
ruby_dep (1.5.0)
- rubyzip (1.2.2)
+ rubyzip (1.2.3)
rufus-scheduler (3.6.0)
fugit (~> 1.1, >= 1.1.6)
safe_yaml (1.0.4)
@@ -442,9 +442,9 @@ GEM
tilt (>= 1.1, < 3)
sdoc (1.0.0)
rdoc (>= 5.0)
- selenium-webdriver (3.12.0)
- childprocess (~> 0.5)
- rubyzip (~> 1.2)
+ selenium-webdriver (3.142.3)
+ childprocess (>= 0.5, < 2.0)
+ rubyzip (~> 1.2, >= 1.2.2)
sequel (5.14.0)
serverengine (2.0.7)
sigdump (~> 0.2.2)
@@ -586,7 +586,7 @@ DEPENDENCIES
rubocop-performance
sass-rails
sdoc (~> 1.0)
- selenium-webdriver (>= 3.5.0, < 3.13.0)
+ selenium-webdriver (>= 3.5.0)
sequel
sidekiq
sneakers