From b921a832b480c8f9a26212c466290ad26f8f122a Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 12 Nov 2020 19:35:14 +0100 Subject: [PATCH] web-console seems broken --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8530d89..8a5d954 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem 'jbuilder', '~> 2.5' group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. - gem 'web-console' + #gem 'web-console' gem 'listen', '~> 3.0.5' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'