Remove commented instructions in the Gemfile
This commit is contained in:
parent
0483fe028f
commit
abfb6772cf
1 changed files with 0 additions and 9 deletions
9
Gemfile
9
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue