diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-08-31 20:47:09 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-09-05 10:12:12 -0400 |
commit | bc9550cbba76a074b76e194cc9ab5d9065a13c14 (patch) | |
tree | f9082c1155de7c23b67f82c80dcf6e2725600fc2 /Gemfile | |
parent | d316a8c0b39652d6053238d6a14983c51714faa0 (diff) | |
download | gitlab-ce-bc9550cbba76a074b76e194cc9ab5d9065a13c14.tar.gz |
Update capybara 2.6.2 -> 2.15.1
Changelog: https://git.io/v5403
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ group :development, :test do # Generate Fake data gem 'ffaker', '~> 2.4' - gem 'capybara', '~> 2.6.2' + gem 'capybara', '~> 2.15.0' gem 'capybara-screenshot', '~> 1.0.0' gem 'poltergeist', '~> 1.9.0' |