Update Poltergeist: the version 1.5 requires PhantomJS 1.8 which isn't even available in Homebrew now

This commit is contained in:
Ilya Konanykhin
2017-01-31 23:47:44 +06:00
parent 45e14a1070
commit 87e4124f48
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ end
group :test do
gem 'shoulda-matchers', '~> 1.0.0'
gem 'capybara', '~> 2.2.1'
gem 'poltergeist', '~> 1.5.0'
gem 'poltergeist', '~> 1.10.0'
gem 'database_cleaner', '~> 1.2.0'
gem 'launchy', '~> 2.4.2'
gem 'spork', '~> 0.9.2'