Rakefile in rubygems-update-2.6.8 vs Rakefile in rubygems-update-2.6.9
- old
+ new
@@ -13,9 +13,14 @@
require 'yaml'
end
begin
require 'hoe'
+rescue Gem::ConflictError => e
+ abort <<-ERR
+Error while loading the hoe gem.
+#{e}
+ ERR
rescue ::LoadError
abort <<-ERR
Error while loading the hoe gem.
Please install it by running the following: