From 690670bdf313b6377ad988b10889997af9cd34c0 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Tue, 8 Nov 2016 16:39:30 +0200 Subject: [PATCH] Remove unused gems from development (better_errors, binding_of_caller, traceroute) --- Gemfile | 10 ---------- Gemfile.lock | 12 ------------ 2 files changed, 22 deletions(-) diff --git a/Gemfile b/Gemfile index 51233b88b..f0f2e4395 100644 --- a/Gemfile +++ b/Gemfile @@ -106,24 +106,14 @@ gem 'pdfkit', '0.6.2' gem 'jquery-ui-rails', '5.0.5' group :development do - # dev tools gem 'spring', '1.3.6' gem 'spring-commands-rspec', '1.0.4' - # emits errors, needs more investigation - # gem 'spring-watcher-listen', # otherwise spring polls the filesystem on every 0.2 seconds - # github: 'jonleighton/spring-watcher-listen', - # ref: '7f6003e14f8f9ca178a5194f210c07f54cfb67ec' gem 'guard', '2.12.9' # run tests automatically gem 'guard-rspec', '4.5.2' gem 'guard-rails', '0.7.1' # run EPP server automatically gem 'rubocop', '0.32.1' gem 'guard-rubocop', '1.2.0' - # improved errors - gem 'better_errors', '2.1.1' # webconsole replacement - gem 'binding_of_caller', '0.7.2' - gem 'traceroute', '0.5.0' # for finding dead routes and unused actions - # deploy gem 'mina', '0.3.1' # for fast deployment end diff --git a/Gemfile.lock b/Gemfile.lock index 4cdce9047..f608c4c9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,12 +121,6 @@ GEM ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) bcrypt (3.1.10) - better_errors (2.1.1) - coderay (>= 1.0.0) - erubis (>= 2.6.6) - rack (>= 0.9.0) - binding_of_caller (0.7.2) - debug_inspector (>= 0.0.1) bootstrap-datepicker-rails (1.3.1.1) railties (>= 3.0) bootstrap-sass (3.3.5.1) @@ -180,7 +174,6 @@ GEM daemons multi_json (~> 1.0) database_cleaner (1.4.1) - debug_inspector (0.0.2) deep_cloneable (2.1.1) activerecord (>= 3.1.0, < 5.0.0) descendants_tracker (0.0.4) @@ -527,8 +520,6 @@ GEM thor (0.19.1) thread_safe (0.3.5) tilt (1.4.1) - traceroute (0.5.0) - rails (>= 3.0.0) turbolinks (2.5.3) coffee-rails tzinfo (1.2.2) @@ -581,8 +572,6 @@ DEPENDENCIES activerecord-import (= 0.7.0) airbrake autodoc - better_errors (= 2.1.1) - binding_of_caller (= 0.7.2) bootstrap-datepicker-rails (= 1.3.1.1) bootstrap-sass (= 3.3.5.1) brakeman (= 3.0.5) @@ -653,7 +642,6 @@ DEPENDENCIES spring (= 1.3.6) spring-commands-rspec (= 1.0.4) therubyracer (= 0.12.2) - traceroute (= 0.5.0) turbolinks (= 2.5.3) uglifier (= 2.7.2) unicorn