aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile4
1 files 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"