diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-05-08 09:46:15 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-05-08 09:46:15 -0700 |
commit | b12d03d66bdc7b5c212635e3477d87d5390fb66e (patch) | |
tree | d07b1dbcbb2fb609dff9f16e51ffbfd3a83e127d | |
parent | b86e0be327bfd253056ba6a3afa85abdcf21db69 (diff) | |
parent | 764e2de6b76823cbd867ce729a5a58ece3f86633 (diff) | |
download | rails-b12d03d66bdc7b5c212635e3477d87d5390fb66e.tar.gz rails-b12d03d66bdc7b5c212635e3477d87d5390fb66e.tar.bz2 rails-b12d03d66bdc7b5c212635e3477d87d5390fb66e.zip |
Merge pull request #6200 from arunagw/3-2-stable
locking ruby-prof for now.
-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' if RUBY_VERSION < '1.9.3' + gem 'ruby-prof', '0.10.8' if RUBY_VERSION < '1.9.3' end end |