aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-06-07 21:35:47 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-06-08 00:25:57 -0300
commitf2f63bf2ffa00d6187405c5851713d9fee68d5d3 (patch)
tree3ce3193e44dd3aeaeed0b816f95568624c87fa76 /Gemfile
parent80edbad786735aaa90f49a543d799c4ad22f5877 (diff)
downloadrails-f2f63bf2ffa00d6187405c5851713d9fee68d5d3.tar.gz
rails-f2f63bf2ffa00d6187405c5851713d9fee68d5d3.tar.bz2
rails-f2f63bf2ffa00d6187405c5851713d9fee68d5d3.zip
ruby-prof doesn't work in 1.9.3
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b4e85eafd3..f7ea906827 100644
--- a/Gemfile
+++ b/Gemfile
@@ -44,7 +44,8 @@ platforms :ruby do
gem "nokogiri", ">= 1.4.4"
group :test do
- gem "ruby-prof"
+ gem "ruby-prof" if RUBY_VERSION < "1.9.3"
+
end
# AR
gem "sqlite3", "~> 1.3.3"