From 005eea26f7eef689f7f9e751a0de8e4e92bd0895 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Fri, 16 Nov 2018 12:20:35 +0100 Subject: [PATCH] Remove the unused web-console gem --- Gemfile | 1 - Gemfile.lock | 7 ------- 2 files changed, 8 deletions(-) diff --git a/Gemfile b/Gemfile index 155d3331e..1fabe7f8a 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,6 @@ group :development do gem 'rubocop', require: false gem 'rubocop-rspec-focused', require: false gem 'scss_lint', require: false - gem 'web-console' # Access an IRB console on exception pages or by using <%= console %> in views gem 'xray-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index 31f96756c..1337f9a9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,6 @@ GEM axlsx (>= 2.0, < 4) bcrypt (3.1.12) bindata (2.4.4) - bindex (0.5.0) bootstrap-sass (3.3.7) autoprefixer-rails (>= 5.2.1) sass (>= 3.3.4) @@ -619,11 +618,6 @@ GEM vcr (4.0.0) warden (1.2.8) rack (>= 2.0.6) - web-console (3.7.0) - actionview (>= 5.0) - activemodel (>= 5.0) - bindex (>= 0.4.0) - railties (>= 5.0) webfinger (1.1.0) activesupport httpclient (>= 2.4) @@ -737,7 +731,6 @@ DEPENDENCIES typhoeus vcr warden - web-console webmock webpacker (>= 4.0.x) xray-rails