From 7864f8316544a0646a4ef2ce6ba237cd4cac5642 Mon Sep 17 00:00:00 2001 From: Matthew Robertson Date: Mon, 12 Nov 2012 17:16:28 -0800 Subject: Updated the preformance_testing guide to reflect the fact that prof-rails no longer needs to be fetched from github --- guides/source/performance_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/performance_testing.md b/guides/source/performance_testing.md index 67ab7cb5b8..248a9643c8 100644 --- a/guides/source/performance_testing.md +++ b/guides/source/performance_testing.md @@ -515,7 +515,7 @@ Add Ruby-Prof to your applications' Gemfile if you want to benchmark/profile under MRI or REE: ```ruby -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