From 603f538febc4527b44e9d6cd0622653d15f5f3b3 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 16 Nov 2012 23:45:43 -0200 Subject: Remove the git option from ruby-prof gem pointing to wycats repo. According to him, at one point his fork was the one that had the call stack printer, and it's in the main repo now. [ci skip] --- railties/guides/source/performance_testing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source/performance_testing.textile') diff --git a/railties/guides/source/performance_testing.textile b/railties/guides/source/performance_testing.textile index 958b13cd9e..0cf7d4a4fb 100644 --- a/railties/guides/source/performance_testing.textile +++ b/railties/guides/source/performance_testing.textile @@ -447,7 +447,7 @@ h4. Using Ruby-Prof on MRI and REE Add Ruby-Prof to your applications' Gemfile if you want to benchmark/profile under MRI or REE: -gem 'ruby-prof', :git => 'git://github.com/wycats/ruby-prof.git' +gem 'ruby-prof' Now run +bundle install+ and you're ready to go. -- cgit v1.2.3