source "http://rubygems.org" # This may wreak havoc on the lockfile, but we need a way to test # different AR versions gem 'activerecord', ENV['AR_VERSION'] gem 'rake' group :test do gem 'ruby-debug' gem 'mocha' end