Update capybara to 2.1, poltergeist to master
Showing
... | @@ -167,7 +167,7 @@ group :development, :test do | ... | @@ -167,7 +167,7 @@ group :development, :test do |
gem 'rb-inotify', require: linux_only('rb-inotify') | gem 'rb-inotify', require: linux_only('rb-inotify') | ||
# PhantomJS driver for Capybara | # PhantomJS driver for Capybara | ||
gem 'poltergeist', '1.1.0' | gem 'poltergeist', git: 'https://github.com/jonleighton/poltergeist.git', ref: '9645b52009e258921b860d3b7601d00008b22c45' | ||
gem 'spork', '~> 1.0rc' | gem 'spork', '~> 1.0rc' | ||
end | end | ||
... | ... |
Please register or sign in to comment