diff --git a/Gemfile b/Gemfile index aa0090f..d62d84e 100644 --- a/Gemfile +++ b/Gemfile @@ -52,11 +52,8 @@ group :development do # Devtools panel for Rails development # https://chromewebstore.google.com/detail/rails-panel/gjpfobpafnhjhbajcjgccbbdofdckggg?pli=1 gem 'meta_request' - # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console' - # Rails Panel is a Chrome extension for Rails development that will end your tailing of development.log. - gem 'meta_request' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' end