From 006116c6e922dc0dbdbaf61e77d2c83abe3dd4af Mon Sep 17 00:00:00 2001 From: echarp Date: Tue, 1 Nov 2016 21:52:37 +0100 Subject: [PATCH] Moved some gem in the proper context --- Gemfile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index e830e4a7..b01bb02b 100644 --- a/Gemfile +++ b/Gemfile @@ -79,6 +79,13 @@ group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console' + # Call 'byebug' anywhere in the code to stop execution and get a debugger + # console + gem 'byebug' + + # Scanning the Gemfile for insecure dependencies based on published CVEs + gem 'bundler-audit' + gem 'guard-rails', require: false gem 'guard-migrate', require: false gem 'guard-bundler', require: false @@ -97,15 +104,9 @@ group :test do end group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger - # console - gem 'byebug' - # Spring speeds up development by keeping your application running in the # background. Read more: https://github.com/rails/spring gem 'spring' - - gem 'bundler-audit' end group :development, :test, :assets do