From 16267c7fee9441c19c7bf13a012fe847a1308d14 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 6 Apr 2016 06:01:14 +0000 Subject: * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.3. Please see entries of 2.6.3 on https://github.com/rubygems/rubygems/blob/master/History.txt git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/rubygems.rb') diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 6b2016fd9b..78d612af63 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -10,7 +10,7 @@ require 'rbconfig' require 'thread' module Gem - VERSION = '2.6.2' + VERSION = '2.6.3' end # Must be first since it unloads the prelude from 1.9.2 @@ -374,8 +374,9 @@ module Gem when Array unless Gem::Deprecate.skip warn <<-eowarn -Array values in the parameter are deprecated. Please use a String or nil. -An Array was passed in from #{caller[3]} +Array values in the parameter to `Gem.paths=` are deprecated. +Please use a String or nil. +An Array (#{env.inspect}) was passed in from #{caller[3]} eowarn end target[k] = v.join File::PATH_SEPARATOR -- cgit v1.2.3