mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add debugger to mri:test section of the Gemfile
This commit is contained in:
parent
5b99cf088c
commit
44fa92129f
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -39,6 +39,7 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile
|
|||
platforms :mri do
|
||||
group :test do
|
||||
gem 'ruby-prof', '~> 0.11.2'
|
||||
gem 'debugger'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue