aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2012-05-13 21:08:46 +0530
committerArun Agrawal <arunagw@gmail.com>2012-05-13 21:08:46 +0530
commit91c26e8e8662407a30e26c0e1c780ccfd01dbfcc (patch)
tree7a0a813e14f79706eb79bb87fc14cb1a9138c2d9 /Gemfile
parentaeac0bf620ab4504aceccf5cc3997c7a4ed96791 (diff)
downloadrails-91c26e8e8662407a30e26c0e1c780ccfd01dbfcc.tar.gz
rails-91c26e8e8662407a30e26c0e1c780ccfd01dbfcc.tar.bz2
rails-91c26e8e8662407a30e26c0e1c780ccfd01dbfcc.zip
Fixed ruby-prof changes and let's use latest ruby-prof now.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 10202ca877..7a88756028 100644
--- a/Gemfile
+++ b/Gemfile
@@ -50,7 +50,7 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile
platforms :mri do
group :test do
- gem 'ruby-prof', '0.10.8'
+ gem 'ruby-prof', '~> 0.11.2'
end
end