aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2014-04-09 10:56:42 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2014-04-09 10:56:42 -0700
commit3321d1a2d1908f25d962169d0a88b55bca3c2370 (patch)
treea9566884f2d4fd2a06ec0118fd36385232bdc508 /Gemfile
parenta38e957f8021bbd9a2fa2fc9f5bcea9d9ba6e7ef (diff)
downloadrails-3321d1a2d1908f25d962169d0a88b55bca3c2370.tar.gz
rails-3321d1a2d1908f25d962169d0a88b55bca3c2370.tar.bz2
rails-3321d1a2d1908f25d962169d0a88b55bca3c2370.zip
working against arel/collector branch
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f2076f29b1..e9affcd14d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ gem 'rack-cache', '~> 1.2'
gem 'jquery-rails', '~> 3.1.0'
gem 'turbolinks'
gem 'coffee-rails', '~> 4.0.0'
-gem 'arel', github: 'rails/arel'
+gem 'arel', path: '/Users/aaron/git/arel'
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid ActiveModel (and by extension the entire framework)