From 15530139e80a524d6b73a6d6729a2e998484c5c9 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Fri, 17 Oct 2014 15:39:23 -0700 Subject: [PATCH] Remove deprecations from gemrc Removed deprecated bulk_threshold-instance method: http://www.rubydoc.info/github/rubygems/rubygems/Gem/ConfigFile#bulk_threshold-instance_method --no-ri --no-rdoc is deprecated, use --no-document Reference: http://guides.rubygems.org/command-reference/ --- ruby/gemrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ruby/gemrc b/ruby/gemrc index 8b4117e..7a046c1 100644 --- a/ruby/gemrc +++ b/ruby/gemrc @@ -3,8 +3,6 @@ :sources: - http://rubygems.org :benchmark: false -:bulk_threshold: 1000 :backtrace: false :verbose: true -gem: --no-ri --no-rdoc - +gem: --no-document