From 178044dbd2bd3ed44148e9b6d6584669aa4b2f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 23 Jul 2009 07:33:54 +0200 Subject: Do not try to use thor gem. --- railties/lib/vendor/thor.rb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 railties/lib/vendor/thor.rb (limited to 'railties/lib/vendor') diff --git a/railties/lib/vendor/thor.rb b/railties/lib/vendor/thor.rb deleted file mode 100644 index 9919497c8f..0000000000 --- a/railties/lib/vendor/thor.rb +++ /dev/null @@ -1,9 +0,0 @@ -begin - # Prefer gems to the bundled libs. - require 'rubygems' - gem 'thor', '>= 0.11.2' -rescue Gem::LoadError - $:.unshift "#{File.dirname(__FILE__)}/thor-0.11.2/lib" -end - -require 'thor' -- cgit v1.2.3