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>2012-11-24 00:55:38 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-24 00:55:38 +0400
commit0693215c30d597802b134f7c663aa5deba6faa00 (patch)
tree7aab7f7ba2e92cc65774ff9d02225015f3cbccb9 /Gemfile
parent0e1635a68a2a3f9c74ca52f2b5c19d63428faf2c (diff)
Fixed spinach and tests. Build should pass now
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f723f587fbc..268348d68b9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -139,7 +139,7 @@ group :development, :test do
gem 'rb-inotify', require: linux_only('rb-inotify')
# PhantomJS driver for Capybara
- gem 'poltergeist'
+ gem 'poltergeist', git: 'https://github.com/jonleighton/poltergeist.git', ref: '5c2e092001074a8cf09f332d3714e9ba150bc8ca'
end
group :test do