From 697ac59538a7544fe036283b6b299dbef24587a8 Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Tue, 12 Jul 2011 19:27:01 +0200 Subject: [PATCH] feature #450: disable bundler gem checking --- share/bundler/install_gems | 7 ------- 1 file changed, 7 deletions(-) diff --git a/share/bundler/install_gems b/share/bundler/install_gems index f4ed69a02a..75edf783d4 100755 --- a/share/bundler/install_gems +++ b/share/bundler/install_gems @@ -83,13 +83,6 @@ try_library :rubygems, <<-EOT.unindent * Follow the instructions from http://rubygems.org/pages/download EOT -try_library :bundler, <<-EOT.unindent - bundler needed to install gems - - execute this to install it: - - [sudo] gem install bundler -EOT if ARGV.include?('-h') help