aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-11-14 14:11:29 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-11-14 14:37:59 -0500
commit2e0fe5928f0d08f85b4796c85bd0b39f6be09079 (patch)
treeeaf72c98965cfb998b525fd4db5e28f9de3d0879 /Gemfile
parent016011551185aee7077f0b9f9635baab568a96a8 (diff)
downloadrails-2e0fe5928f0d08f85b4796c85bd0b39f6be09079.tar.gz
rails-2e0fe5928f0d08f85b4796c85bd0b39f6be09079.tar.bz2
rails-2e0fe5928f0d08f85b4796c85bd0b39f6be09079.zip
Use released arel
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3f8cd57853..f5a0ceeaad 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,8 +6,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec
-gem "arel", github: "rails/arel"
-
# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem "rake", ">= 11.1"