diff options
author | Arun Agrawal <arunagw@gmail.com> | 2012-05-13 21:08:46 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2012-05-13 21:08:46 +0530 |
commit | 91c26e8e8662407a30e26c0e1c780ccfd01dbfcc (patch) | |
tree | 7a0a813e14f79706eb79bb87fc14cb1a9138c2d9 /Gemfile | |
parent | aeac0bf620ab4504aceccf5cc3997c7a4ed96791 (diff) | |
download | rails-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |