diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-06-07 21:35:47 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-06-08 00:25:57 -0300 |
commit | f2f63bf2ffa00d6187405c5851713d9fee68d5d3 (patch) | |
tree | 3ce3193e44dd3aeaeed0b816f95568624c87fa76 | |
parent | 80edbad786735aaa90f49a543d799c4ad22f5877 (diff) | |
download | rails-f2f63bf2ffa00d6187405c5851713d9fee68d5d3.tar.gz rails-f2f63bf2ffa00d6187405c5851713d9fee68d5d3.tar.bz2 rails-f2f63bf2ffa00d6187405c5851713d9fee68d5d3.zip |
ruby-prof doesn't work in 1.9.3
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |