summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 21:12:08 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 21:12:08 +0000
commit012411817b277e0115378288150c1044fb712741 (patch)
tree3036d20ec627bd96d9ffdc6d14fe66ad77e371cd /Gemfile
parent14846c044abb7c8b5230a6df9d5475728249f7e5 (diff)
parentd70126c1fbc65c4feeea6fb45424f5d4a30bb797 (diff)
downloadgitlab-ce-012411817b277e0115378288150c1044fb712741.tar.gz
Merge branch 'version-bump-poltergeist' into 'master'
Update poltergeist to support phantomjs 2.0 In response to [my issue](https://gitlab.com/gitlab-org/gitlab-development-kit/issues/36) on the GDK. PhantomJS 1.8 was not in the repo's anymore. Only poltergeist needed it, but they support PhantomJS 2.0 since 1.6.0. (next release since 1.5.1) [Their CHANGELOG](https://github.com/teampoltergeist/poltergeist/blob/master/CHANGELOG.md). Tested locally with Ruby 2.1.5. As this took ages, I haven't tested further. See merge request !403
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ad33116db3e..696e5c1d9d3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -252,7 +252,7 @@ group :development, :test do
gem 'rb-inotify', require: linux_only('rb-inotify')
# PhantomJS driver for Capybara
- gem 'poltergeist', '~> 1.5.1'
+ gem 'poltergeist', '~> 1.6.0'
gem 'jasmine', '2.0.2'