diff options
author | Arun Agrawal <arunagw@gmail.com> | 2012-05-11 08:50:47 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2012-05-11 09:07:05 +0530 |
commit | 9d616ea360b439b9204c68748553ebb00ce7ef90 (patch) | |
tree | 032a500ef384fed3124cc29077f6d97791e0df7c /Gemfile | |
parent | 62f098dddf55a36e15c94a60b29c3c280b219cce (diff) | |
download | rails-9d616ea360b439b9204c68748553ebb00ce7ef90.tar.gz rails-9d616ea360b439b9204c68748553ebb00ce7ef90.tar.bz2 rails-9d616ea360b439b9204c68748553ebb00ce7ef90.zip |
Update performance profiler to work with latest ruby-prof
Thanks to @carlosantoniodasilva
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ instance_eval File.read '.Gemfile' if File.exists? '.Gemfile' platforms :mri do group :test do - gem 'ruby-prof', '0.10.8' if RUBY_VERSION < '1.9.3' + gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '1.9.3' end end |