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
1 changed files with 1 additions and 1 deletions

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