Remove commented instructions in the Gemfile

This commit is contained in:
gregoirenovel 2017-03-21 16:27:54 +01:00
parent 0483fe028f
commit abfb6772cf

View file

@ -28,15 +28,9 @@ gem 'sdoc', '~> 0.4.0', group: :doc
# Enable deep clone of active record models
gem 'deep_cloneable', '~> 2.2.1'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use Unicorn as the app server
gem 'unicorn'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
# serializer
gem 'active_model_serializers'
@ -132,9 +126,6 @@ group :development do
end
group :development, :test do
# gem 'terminal-notifier'
# gem 'terminal-notifier-guard'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
gem 'pry-byebug'