Commit Graph

12 Commits

Author SHA1 Message Date
Kornelius Kalnbach d8c1949684 require "rubygems" is obsolete in Ruby 1.9.3 2012-05-13 14:47:25 +02:00
Brook Riggio 856f13ab05 Whitespace only: Use single newline at end of file.
Bring these files into accordance with the prevailing convention.
2012-01-27 23:24:23 -08:00
Josh Kalderimis e6f0c24bc3 This fixes an issue when bundling to a local path (eg. /vendor/bundle).
If you bundle to a local path bundler is not included in it, so
calling "gem 'bundler'" will fail.
2011-07-17 15:21:19 +02:00
Aaron Patterson fe5a6ec45f remove call to source index 2011-06-06 09:52:40 -07:00
José Valim ae13cb1523 Remove rescue as it was clobbering the real error. 2011-04-15 18:43:21 +02:00
Aaron Patterson 442f8dbc69 Gem.cache is going to be deprecated, use source_index instead 2011-02-21 13:27:10 -08:00
Jeremy Kemper 4384a95b51 Bust gem prelude to ensure bundler's in the load path. Not sure what's broken here. 2010-03-27 12:06:27 -07:00
Joshua Peek 2ce3085e3c Define Bundler constant stub if bundler gem is not installed 2010-02-28 18:34:57 -06:00
Carlhuda 24ab5665b2 Revert "Fix test load paths for those not using bundler"
This reverts commit eec2d301d4.

This commit broke tests. You cannot have a file called "bundler" on the load path.
2010-02-23 17:31:17 -08:00
Joshua Peek eec2d301d4 Fix test load paths for those not using bundler 2010-02-15 10:20:11 -06:00
Jeremy Kemper 2faf94a7af Use the correct environment.rb path 2010-02-04 10:08:06 -08:00
Carl Lerche 9f01dff9c2 Get rails tests running on bundler 0.9 2010-01-31 19:13:43 -08:00