aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-18 01:02:58 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-18 01:02:58 +0000
commit228ad3d799dc04550647a2d1855d5a89c0f629cc (patch)
tree7a5f105106abb34fa67f0188bff1deca977bd64c /ChangeLog
parent2d493a85cf63f8fcb3681d18c3bb78d5bcf0b060 (diff)
downloadruby-228ad3d799dc04550647a2d1855d5a89c0f629cc.tar.gz
* lib/rubygems: Update to RubyGems master d8f12e2. This increases the
speed of `gem install --ignore-dependencies` which helps bundler tests. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5e580c534..7816e9221a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Dec 18 10:00:22 2013 Eric Hodel <drbrain@segment7.net>
+
+ * lib/rubygems: Update to RubyGems master d8f12e2. This increases the
+ speed of `gem install --ignore-dependencies` which helps bundler
+ tests.
+ * test/rubygems: ditto.
+
Wed Dec 18 09:00:17 2013 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_gc.rb (test_expand_heap): allow +/-1 diff.