Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-03-14 08:52:19 +0300
committerStan Hu <stanhu@gmail.com>2016-03-14 19:10:36 +0300
commit3cc040e11083b80e3d1c872240e2420bf74ae170 (patch)
treef36ef92b4c1ab4f8b290d40562146654a9883839 /Gemfile
parentd213758a9a8cee4f654fce9702e3954786961fae (diff)
Bump Capybara gem to 2.6.2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1550afb1b56..26b61c2fa5b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -273,7 +273,7 @@ group :development, :test do
# Generate Fake data
gem 'ffaker', '~> 2.0.0'
- gem 'capybara', '~> 2.4.0'
+ gem 'capybara', '~> 2.6.2'
gem 'capybara-screenshot', '~> 1.0.0'
gem 'poltergeist', '~> 1.9.0'