aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-08-16 14:03:24 -0400
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-08-16 14:03:24 -0400
commitd2f493c7ed7a95f48730aecdcfbcc7bbee30921b (patch)
treeee32338615d526ce13c74c8d7751b90fb9c5c1da /Gemfile
parent00a47d58ecb4587510ff3d721a692561abbe3ba2 (diff)
downloadrails-d2f493c7ed7a95f48730aecdcfbcc7bbee30921b.tar.gz
rails-d2f493c7ed7a95f48730aecdcfbcc7bbee30921b.tar.bz2
rails-d2f493c7ed7a95f48730aecdcfbcc7bbee30921b.zip
Test with released thor
thor 0.20.0 was released so we can test with the released version.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7fc8aa7552..0b98dc1f75 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,6 @@ gem "arel", github: "rails/arel"
# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem "rake", ">= 11.1"
-gem "thor", github: "erikhuda/thor"
# This needs to be with require false to ensure correct loading order, as it has to
# be loaded after loading the test library.