From 79cb39aad39001c4f995217b168e9ea74ba52ec3 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 20 Jul 2010 10:08:17 -0700 Subject: using vendor/rails if the environment variable is not set --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 2e80c2172a..f63d624186 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,9 @@ source :rubygems -gem "activerecord", :path => ENV["RAILS_SOURCE"] +gem "activerecord", :path => ENV["RAILS_SOURCE"] || 'vendor/rails' gem "diff-lcs" gem "mysql" gem "pg" gem "rake" gem "rspec" -gem "sqlite3-ruby" \ No newline at end of file +gem "sqlite3-ruby" -- cgit v1.2.3