Skip to content

Commit

Permalink
Merge pull request #37 from UKHomeOffice/devtask/36-fix-version-of-ph…
Browse files Browse the repository at this point in the history
…antomjs

Fixes #36 - use phantomjs-gem version 1.9.8.0 to match the version pr…
  • Loading branch information
JoeChapman committed Apr 8, 2016
2 parents 402fd8b + e8a61bd commit cbc8886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance_tests/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'cucumber'
gem 'capybara'
gem 'rspec'
gem 'poltergeist'
gem 'phantomjs', :group => :test
gem 'phantomjs', '1.9.8.0'
gem 'show_me_the_cookies'
gem 'yard-cucumber'
gem 'selenium-webdriver', '2.45.0'

0 comments on commit cbc8886

Please sign in to comment.