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

Include stackprof on ruby 2.2 as well as 2.1

This commit is contained in:
Sean Griffin 2015-01-18 12:38:27 -07:00
parent 8a87ebfd8f
commit eac4f75b9f

View file

@ -64,7 +64,7 @@ group :test do
gem 'ruby-prof', '~> 0.11.2'
end
platforms :mri_21 do
platforms :mri_21, :mri_22 do
gem 'stackprof'
end