diff options
author | Arun Agrawal <arunagw@gmail.com> | 2012-05-11 08:54:45 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2012-05-11 09:07:06 +0530 |
commit | 4b599611e4964adbdf7733831cb53de19d1f620f (patch) | |
tree | 3bfc99668939c7207e4044cde35c3a1c9bda2678 /Gemfile | |
parent | 9d616ea360b439b9204c68748553ebb00ce7ef90 (diff) | |
download | rails-4b599611e4964adbdf7733831cb53de19d1f620f.tar.gz rails-4b599611e4964adbdf7733831cb53de19d1f620f.tar.bz2 rails-4b599611e4964adbdf7733831cb53de19d1f620f.zip |
Ruby-Prof works with ruby-1.9.3 also.
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.11.2' if RUBY_VERSION < '1.9.3' + gem 'ruby-prof', '~> 0.11.2' end end |