aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-10-30 14:07:24 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-10-30 14:07:24 -0700
commitc747d4c48c2213da7946090450c250dfca6870f8 (patch)
treeb4b423572d55b81e0fc90c6268acdbf394bbc325 /Gemfile
parent810b7914f39ad6a6168ff19a8c2761601654f998 (diff)
downloadrails-c747d4c48c2213da7946090450c250dfca6870f8.tar.gz
rails-c747d4c48c2213da7946090450c250dfca6870f8.tar.bz2
rails-c747d4c48c2213da7946090450c250dfca6870f8.zip
Use released arel
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6f4e91100b..f6fd0f3ac0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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)