Removed duplicate entries

This commit is contained in:
Christoph Haas 2016-12-21 14:55:54 +01:00
parent 621e16072d
commit 821364483e

View file

@ -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'