diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-10-30 14:07:24 -0700 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-10-30 14:07:24 -0700 |
commit | c747d4c48c2213da7946090450c250dfca6870f8 (patch) | |
tree | b4b423572d55b81e0fc90c6268acdbf394bbc325 /Gemfile | |
parent | 810b7914f39ad6a6168ff19a8c2761601654f998 (diff) | |
download | rails-c747d4c48c2213da7946090450c250dfca6870f8.tar.gz rails-c747d4c48c2213da7946090450c250dfca6870f8.tar.bz2 rails-c747d4c48c2213da7946090450c250dfca6870f8.zip |
Use released arel
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ gem 'rack-cache', '~> 1.2' gem 'jquery-rails', '~> 4.0.0.beta2' gem 'coffee-rails', '~> 4.1.0' gem 'turbolinks' -gem 'arel', github: 'rails/arel', branch: 'master' +gem 'arel', '~> 6.0.0.beta2' # require: false so bcrypt is loaded only when has_secure_password is used. # This is to avoid ActiveModel (and by extension the entire framework) |