aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Gemfile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-13 22:55:46 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-13 22:55:46 -0500
commitb2f0b8cbda74cc89834b2db749fb0fbe44f5d8f2 (patch)
tree05ae73741366a390fd543b67f7080325c8d7525e /actionpack/Gemfile
parent6f9e449830902319d3c0897e67d8ac9c89bff39d (diff)
downloadrails-b2f0b8cbda74cc89834b2db749fb0fbe44f5d8f2.tar.gz
rails-b2f0b8cbda74cc89834b2db749fb0fbe44f5d8f2.tar.bz2
rails-b2f0b8cbda74cc89834b2db749fb0fbe44f5d8f2.zip
Rollback AS bundler work and improve activation of vendored dependencies
Diffstat (limited to 'actionpack/Gemfile')
-rw-r--r--actionpack/Gemfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/actionpack/Gemfile b/actionpack/Gemfile
index 8abf63bd35..b1579b427b 100644
--- a/actionpack/Gemfile
+++ b/actionpack/Gemfile
@@ -9,12 +9,6 @@ only :test do
gem "mocha"
gem "sqlite3-ruby"
gem "RedCloth"
-
- activesupport_vendor = rails_root.join('activesupport', 'lib', 'active_support', 'vendor')
-
- gem 'builder', '2.1.2', :vendored_at => activesupport_vendor.join('builder-2.1.2')
- gem 'memcache-client', '1.6.5', :vendored_at => activesupport_vendor.join('memcache-client-1.6.5')
- gem 'tzinfo', '0.3.13', :vendored_at => activesupport_vendor.join('tzinfo-0.3.13')
end
disable_system_gems