diff --git a/Gemfile b/Gemfile index 2ef9bed..ec360c8 100644 --- a/Gemfile +++ b/Gemfile @@ -41,9 +41,6 @@ group :development do gem "rails-erd" - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' - # Chrome Rails debugging app #gem 'meta_request' end @@ -67,9 +64,6 @@ gem 'pg' group :development, :test do - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' - # Helps run tests automatically after changes # TODO: not sure all these packages are required (http://buildingrails.com/a/rails_automated_testing_setup_for_beginners) gem 'guard-rails'