aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2012-05-11 08:54:45 +0530
committerArun Agrawal <arunagw@gmail.com>2012-05-11 09:07:06 +0530
commit4b599611e4964adbdf7733831cb53de19d1f620f (patch)
tree3bfc99668939c7207e4044cde35c3a1c9bda2678 /Gemfile
parent9d616ea360b439b9204c68748553ebb00ce7ef90 (diff)
downloadrails-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0fc7fe3036..ffddb50766 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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