Skip to content

Commit

Permalink
locking ruby-prof until we got a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed May 8, 2012
1 parent 7fb268d commit 764e2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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

Expand Down

0 comments on commit 764e2de

Please sign in to comment.