aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-11-29 16:11:57 -0700
committerSean Griffin <sean@thoughtbot.com>2014-11-29 16:11:57 -0700
commitb5242b6f95bc6a9481f438dce3fbed89e0f1edb0 (patch)
treec9ca4bf1790218d145273bc0d17501de0aaf3c8a
parentde239066e32d654f6815a94cdf8ce4b67b058726 (diff)
downloadrails-b5242b6f95bc6a9481f438dce3fbed89e0f1edb0.tar.gz
rails-b5242b6f95bc6a9481f438dce3fbed89e0f1edb0.tar.bz2
rails-b5242b6f95bc6a9481f438dce3fbed89e0f1edb0.zip
Use arel master
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e2cbce24c8..a021f77417 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,6 +14,7 @@ gem 'rack-cache', '~> 1.2'
gem 'jquery-rails', github: 'rails/jquery-rails'
gem 'coffee-rails', '~> 4.1.0'
gem 'turbolinks'
+gem 'arel', github: 'rails/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)