aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Gemfile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-13 15:10:29 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-13 15:10:29 -0500
commitfff3f0ae0cec1061f8b3e5cb44e189e94a4ad44f (patch)
tree57619ca4425ec52d14e080fedf2bdbe16a28aaed /activesupport/Gemfile
parentef38e6756272ecc1c91247639f76532b79c84bfd (diff)
downloadrails-fff3f0ae0cec1061f8b3e5cb44e189e94a4ad44f.tar.gz
rails-fff3f0ae0cec1061f8b3e5cb44e189e94a4ad44f.tar.bz2
rails-fff3f0ae0cec1061f8b3e5cb44e189e94a4ad44f.zip
Detect missing dependencies and automatically run bundler
Diffstat (limited to 'activesupport/Gemfile')
-rw-r--r--activesupport/Gemfile1
1 files changed, 0 insertions, 1 deletions
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