From 7252c26e934b90027c409be152aebe25a3f73b41 Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Tue, 12 Mar 2019 17:36:16 +0100 Subject: [PATCH] Gem web-console is back ! --- Gemfile | 1 + Gemfile.lock | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index ab377aff5..0d559692a 100644 --- a/Gemfile +++ b/Gemfile @@ -90,6 +90,7 @@ group :development do gem 'rubocop', require: false gem 'rubocop-rspec-focused', require: false gem 'scss_lint', require: false + gem 'web-console' gem 'xray-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index 83db7583d..f2250a9da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,6 +101,7 @@ GEM axlsx (>= 2.0, < 4) bcrypt (3.1.12) bindata (2.4.4) + bindex (0.5.0) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) @@ -620,6 +621,11 @@ 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) @@ -734,6 +740,7 @@ DEPENDENCIES typhoeus vcr warden + web-console webmock webpacker (>= 4.0.x) xray-rails