From 929888eb0e8ff742d2ed6ef56d6491bd3a5daeb6 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 1 May 2017 22:18:41 +0300 Subject: [PATCH] Update phantomjs gem --- Gemfile | 4 ++-- Gemfile.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 02c6d1dfe..7b4006204 100644 --- a/Gemfile +++ b/Gemfile @@ -131,8 +131,8 @@ group :development, :test do gem 'capybara' gem 'rspec-rails', '~> 3.5' gem 'fabrication', '2.13.2' # Replacement for fixtures - gem 'phantomjs-binaries', '1.9.2.4' - gem 'phantomjs', '1.9.8.0' + gem 'phantomjs-binaries' + gem 'phantomjs' gem 'poltergeist', '1.6.0' # We are using PhantomJS instead gem 'launchy', '2.4.3' # for opening browser automatically diff --git a/Gemfile.lock b/Gemfile.lock index 017afee4d..1dfae8c9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -337,7 +337,7 @@ GEM pdfkit (0.6.2) pg (0.19.0) phantomjs (1.9.8.0) - phantomjs-binaries (1.9.2.4) + phantomjs-binaries (2.1.1.1) sys-uname (= 0.9.0) poltergeist (1.6.0) capybara (~> 2.1) @@ -606,8 +606,8 @@ DEPENDENCIES paper_trail! pdfkit (= 0.6.2) pg (= 0.19.0) - phantomjs (= 1.9.8.0) - phantomjs-binaries (= 1.9.2.4) + phantomjs + phantomjs-binaries poltergeist (= 1.6.0) pry (= 0.10.1) puma