diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2014-04-09 10:56:42 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2014-04-09 10:56:42 -0700 |
commit | 3321d1a2d1908f25d962169d0a88b55bca3c2370 (patch) | |
tree | a9566884f2d4fd2a06ec0118fd36385232bdc508 /Gemfile | |
parent | a38e957f8021bbd9a2fa2fc9f5bcea9d9ba6e7ef (diff) | |
download | rails-3321d1a2d1908f25d962169d0a88b55bca3c2370.tar.gz rails-3321d1a2d1908f25d962169d0a88b55bca3c2370.tar.bz2 rails-3321d1a2d1908f25d962169d0a88b55bca3c2370.zip |
working against arel/collector branch
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |