aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-11-01 17:15:12 -0600
committerSean Griffin <sean@thoughtbot.com>2014-11-01 17:15:55 -0600
commitdaab7e59a6196fa2bbab17dc4a88b095a211fc96 (patch)
treebc25e4adfed18572b619c5051c6e784bfe5c5551 /Gemfile
parent5e745dc3e225274c8eb0ae106ac827e0fcf6b92b (diff)
downloadrails-daab7e59a6196fa2bbab17dc4a88b095a211fc96.tar.gz
rails-daab7e59a6196fa2bbab17dc4a88b095a211fc96.tar.bz2
rails-daab7e59a6196fa2bbab17dc4a88b095a211fc96.zip
Correctly cast calculation results on PG
MySQL reports the column name as `"MAX(developer_id)"`. PG will report it as `"max"`
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f6fd0f3ac0..931c8e85bc 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', '~> 6.0.0.beta2'
+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)