aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2018-11-09 17:20:45 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2018-11-09 17:20:45 -0500
commitfa2cb55fda9194a1434107ea2d5a79a6180177dd (patch)
tree85cddefa37f615502d1f313cd4ed7cea5aac2f13 /Gemfile
parent27b3b4666c19d0dfbba0f86d3686a416bd447655 (diff)
downloadrails-fa2cb55fda9194a1434107ea2d5a79a6180177dd.tar.gz
rails-fa2cb55fda9194a1434107ea2d5a79a6180177dd.tar.bz2
rails-fa2cb55fda9194a1434107ea2d5a79a6180177dd.zip
Upgrade thor to 0.20.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index fb15bf127e..9df706f9c2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -104,8 +104,6 @@ group :test do
platforms :mri do
gem "stackprof"
gem "byebug"
- # FIXME: Remove this when thor 0.21 is release
- gem "thor", git: "https://github.com/erikhuda/thor.git", ref: "006832ea32480618791f89bb7d9e67b22fc814b9"
end
gem "benchmark-ips"