aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2009-12-23 14:55:12 -0800
committerCarlhuda <carlhuda@engineyard.com>2009-12-23 16:13:09 -0800
commit38aeb1528c376f7a058beea6db0a328720b85f01 (patch)
treec7bb623d13b49e7861e531ec05ba4f2f2c770a0b /Gemfile
parentfa8dfc7d014f6768599077b79a874894e13d317f (diff)
downloadrails-38aeb1528c376f7a058beea6db0a328720b85f01.tar.gz
rails-38aeb1528c376f7a058beea6db0a328720b85f01.tar.bz2
rails-38aeb1528c376f7a058beea6db0a328720b85f01.zip
Moving out some framework specific initializers into the framework libraries.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index aaacbce8c6..361074dce6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,3 +31,5 @@ if ENV['CI']
gem "test-unit", ">= 2.0.5"
end
end
+
+disable_system_gems \ No newline at end of file