aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-12-29 02:20:50 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-12-29 17:53:03 -0500
commite646bad5b7c462187fc75c11d5c06e43759022d8 (patch)
tree672ccab2298e945e7831ad911ebb588f54c6ed25 /Gemfile
parent41e177ee069e1ef93b51624ddde2fa5fcf6c8e94 (diff)
downloadrails-e646bad5b7c462187fc75c11d5c06e43759022d8.tar.gz
rails-e646bad5b7c462187fc75c11d5c06e43759022d8.tar.bz2
rails-e646bad5b7c462187fc75c11d5c06e43759022d8.zip
Remove deprecated support to passing a column to #quote
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e1e892c7f3..f529677fbb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,6 +7,8 @@ end
gemspec
+gem "arel", github: "rails/arel"
+
# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem "rake", ">= 11.1"