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:
parent
6e5ab6fccb
commit
72cf273bfd
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ gem 'jbuilder', '~> 1.0.1'
|
|||
|
||||
<% unless defined?(JRUBY_VERSION) -%>
|
||||
# To use debugger
|
||||
# gem 'debugger'
|
||||
# gem 'debugger', group: [:development, :test]
|
||||
<% end -%>
|
||||
|
|
Loading…
Reference in a new issue