aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-11 02:58:52 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-11 02:58:52 +0000
commitbd021e5f3c36f794852551365f60faf0a8c3ead2 (patch)
treedad54552f72e802ecb4131e4b20781b1bf26d01d /NEWS
parent493962ecb61526320103bf85c157b4b016f12c13 (diff)
downloadruby-bd021e5f3c36f794852551365f60faf0a8c3ead2.tar.gz
* NEWS: Mentioned rubygems-2.5.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4aac88b9c6..53c8feffcf 100644
--- a/NEWS
+++ b/NEWS
@@ -260,6 +260,13 @@ with all sufficient information, see the ChangeLog file.
* Connections are in passive mode per default now. The default mode can
be changed by Net::FTP.default_passive=. [Feature #11612]
+* RubyGems
+ * Updated to RubyGems 2.5.1. For full release notes see:
+
+ http://docs.seattlerb.org/rubygems/History_txt.html#label-2.5.0+-2F+2015-11-03
+ and
+ http://docs.seattlerb.org/rubygems/History_txt.html#label-2.5.1+-2F+2015-12-10
+
* Rake
* Rake is removed from stdlib. [Feature #11025]