summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-08-18 14:04:09 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-08-18 14:04:09 -0700
commit894161cd7bb4625a07897f5e45838eac8bd13fb0 (patch)
tree0a4e1bfa9573b5326e539a7fe1e46d1d3c626c9c
parentd739dbcf06c0129cf89d92dd6e4df3415ce43238 (diff)
downloadbundler-894161cd7bb4625a07897f5e45838eac8bd13fb0.tar.gz
Remove the rubygems.rb template
-rw-r--r--lib/bundler/templates/rubygems.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/bundler/templates/rubygems.rb b/lib/bundler/templates/rubygems.rb
deleted file mode 100644
index b42d977411..0000000000
--- a/lib/bundler/templates/rubygems.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-$:.delete File.expand_path(File.dirname(__FILE__))
-load "rubygems.rb"
-if defined?(Bundler) && Bundler.respond_to?(:rubygems_required)
- Bundler.rubygems_required
-end \ No newline at end of file