From fff3f0ae0cec1061f8b3e5cb44e189e94a4ad44f Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sun, 13 Sep 2009 15:10:29 -0500 Subject: Detect missing dependencies and automatically run bundler --- activesupport/Gemfile | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/Gemfile') diff --git a/activesupport/Gemfile b/activesupport/Gemfile index c41e742058..5423d6f405 100644 --- a/activesupport/Gemfile +++ b/activesupport/Gemfile @@ -13,7 +13,6 @@ gem 'i18n', '0.1.3', :vendored_at => vendor_dir.join('i18n-0.1.3') only :test do gem 'mocha', '>= 0.9.7' - gem 'ruby-prof', '>= 0.6.1' end disable_rubygems -- cgit v1.2.3