1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Make sure that debugger isn't included in production environment.

This commit is contained in:
Teng Siong Ong 2013-03-09 17:35:14 -08:00
parent 6e5ab6fccb
commit 72cf273bfd

View file

@ -23,5 +23,5 @@ gem 'jbuilder', '~> 1.0.1'
<% unless defined?(JRUBY_VERSION) -%>
# To use debugger
# gem 'debugger'
# gem 'debugger', group: [:development, :test]
<% end -%>