Skip to content

Commit

Permalink
Explicitly load phantomjs at 1.9.8.0
Browse files Browse the repository at this point in the history
This works around an issue in Travis CI when attempting to install the
PhantomJS dependency from the configured CDN.

We don't depend on any particular behaviour from later PhantomJS
releases, so this won't affect us.

Reference: colszowka/phantomjs-gem#70
  • Loading branch information
benlovell committed May 24, 2016
1 parent df880b5 commit 1727821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ gem 'utf8-cleaner'
group :development, :test do
gem 'jasmine-jquery-rails'
gem 'jasmine-rails'
gem 'phantomjs', '1.9.8.0'
gem 'pry-rails'
gem 'rspec-rails', '3.5.0.beta3'
end
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
phantomjs (2.1.1.0)
phantomjs (1.9.8.0)
phoner (1.0.1)
activesupport
poltergeist (1.6.0)
Expand Down Expand Up @@ -334,6 +334,7 @@ DEPENDENCIES
nokogiri
output-templates (~> 4.1.0)!
pdf-inspector
phantomjs (= 1.9.8.0)
phoner
poltergeist
postcodes_io
Expand Down

0 comments on commit 1727821

Please sign in to comment.