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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-09 19:15:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-09 19:15:34 +0300
commite72ae40c95e170a6f7465ffffee1a3ad93be049a (patch)
tree47c885bc14effcf2b6638019107794f6566bbc59 /Gemfile
parent5956ddd8b2a633bd9ff1664bcad74e2d17eeebd0 (diff)
parentf05c22295dbaa7eef769a232545ead6bb1d6c08e (diff)
Merge branch 'rs-bump-poltergeist' into 'master'
Bump poltergeist to `~> 1.9.0` See merge request !3116
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9aa76f92aa3..7e70761a77a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -275,7 +275,7 @@ group :development, :test do
gem 'capybara', '~> 2.4.0'
gem 'capybara-screenshot', '~> 1.0.0'
- gem 'poltergeist', '~> 1.8.1'
+ gem 'poltergeist', '~> 1.9.0'
gem 'teaspoon', '~> 1.0.0'
gem 'teaspoon-jasmine', '~> 2.2.0'