diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-23 22:55:38 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-23 22:55:38 +0200 |
commit | 0693215c30d597802b134f7c663aa5deba6faa00 (patch) | |
tree | 7aab7f7ba2e92cc65774ff9d02225015f3cbccb9 /Gemfile | |
parent | 0e1635a68a2a3f9c74ca52f2b5c19d63428faf2c (diff) | |
download | gitlab-ce-0693215c30d597802b134f7c663aa5deba6faa00.tar.gz |
Fixed spinach and tests. Build should pass now
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |