aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2015-01-18 12:38:27 -0700
committerSean Griffin <sean@thoughtbot.com>2015-01-18 12:38:41 -0700
commiteac4f75b9f0f8c92273f9a55505b40015fb718d8 (patch)
treed98d6266b12094f7849dfd8131f5722abad018a2 /Gemfile
parent8a87ebfd8f5f3ca2e7d7c063f8cc98158896e475 (diff)
downloadrails-eac4f75b9f0f8c92273f9a55505b40015fb718d8.tar.gz
rails-eac4f75b9f0f8c92273f9a55505b40015fb718d8.tar.bz2
rails-eac4f75b9f0f8c92273f9a55505b40015fb718d8.zip
Include stackprof on ruby 2.2 as well as 2.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index eb0a324ab2..0bcfab7b79 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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