From ba8e75897962df4d935f4407e38a4aaf4e4c521c Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Sun, 29 Oct 2017 11:47:16 +0200 Subject: [PATCH 1/3] Remove phantomjs gem. Motivation: - PhantomJS can be installed manually - gem has never been released (alpha version was used) --- Gemfile | 1 - Gemfile.lock | 2 -- 2 files changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2f7587fc9..3e912e67c 100644 --- a/Gemfile +++ b/Gemfile @@ -121,7 +121,6 @@ group :development, :test do gem 'rspec-rails', '~> 3.6' gem 'fabrication', '2.13.2' # Replacement for fixtures gem 'phantomjs-binaries' - gem 'phantomjs' gem 'poltergeist' gem 'launchy', '2.4.3' # for opening browser automatically diff --git a/Gemfile.lock b/Gemfile.lock index bd372118f..fd854f9b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -292,7 +292,6 @@ GEM ast (~> 2.2) pdfkit (0.6.2) pg (0.19.0) - phantomjs (1.9.8.0) phantomjs-binaries (2.1.1.1) sys-uname (= 0.9.0) poltergeist (1.14.0) @@ -534,7 +533,6 @@ DEPENDENCIES paper_trail! pdfkit (= 0.6.2) pg (= 0.19.0) - phantomjs phantomjs-binaries poltergeist pry (= 0.10.1) From e640a2c07ce6a641474f595203799afe4aed6d2e Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Sun, 29 Oct 2017 11:48:15 +0200 Subject: [PATCH 2/3] Remove phantomjs-binaries gem --- Gemfile | 1 - Gemfile.lock | 6 ------ 2 files changed, 7 deletions(-) diff --git a/Gemfile b/Gemfile index 3e912e67c..80d4d9951 100644 --- a/Gemfile +++ b/Gemfile @@ -120,7 +120,6 @@ group :development, :test do gem 'capybara' gem 'rspec-rails', '~> 3.6' gem 'fabrication', '2.13.2' # Replacement for fixtures - gem 'phantomjs-binaries' gem 'poltergeist' gem 'launchy', '2.4.3' # for opening browser automatically diff --git a/Gemfile.lock b/Gemfile.lock index fd854f9b6..022ee8539 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,7 +188,6 @@ GEM factory_girl_rails (4.8.0) factory_girl (~> 4.8.0) railties (>= 3.0.0) - ffi (1.9.18) figaro (1.1.1) thor (~> 0.14) globalid (0.3.7) @@ -292,8 +291,6 @@ GEM ast (~> 2.2) pdfkit (0.6.2) pg (0.19.0) - phantomjs-binaries (2.1.1.1) - sys-uname (= 0.9.0) poltergeist (1.14.0) capybara (~> 2.1) cliver (~> 0.3.1) @@ -443,8 +440,6 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sys-uname (0.9.0) - ffi (>= 1.0.0) thor (0.19.4) thread_safe (0.3.6) tilt (1.4.1) @@ -533,7 +528,6 @@ DEPENDENCIES paper_trail! pdfkit (= 0.6.2) pg (= 0.19.0) - phantomjs-binaries poltergeist pry (= 0.10.1) puma From 925bec2b34c2c0b477278617d0459d81d20a58a9 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Sun, 29 Oct 2017 11:48:40 +0200 Subject: [PATCH 3/3] Remove launchy gem --- Gemfile | 1 - Gemfile.lock | 3 --- 2 files changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 80d4d9951..0a583a5f9 100644 --- a/Gemfile +++ b/Gemfile @@ -121,7 +121,6 @@ group :development, :test do gem 'rspec-rails', '~> 3.6' gem 'fabrication', '2.13.2' # Replacement for fixtures gem 'poltergeist' - gem 'launchy', '2.4.3' # for opening browser automatically # debug gem 'pry', '0.10.1' diff --git a/Gemfile.lock b/Gemfile.lock index 022ee8539..047a04c15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,8 +250,6 @@ GEM kaminari (0.16.3) actionpack (>= 3.0.0) activesupport (>= 3.0.0) - launchy (2.4.3) - addressable (~> 2.3) libxml-ruby (3.0.0) liquid (3.0.6) loofah (2.0.3) @@ -519,7 +517,6 @@ DEPENDENCIES jquery-ui-rails (= 5.0.5) jquery-validation-rails (= 1.13.1) kaminari (= 0.16.3) - launchy (= 2.4.3) liquid (= 3.0.6) mina (= 0.3.1) money-rails