summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-09-28 06:57:41 +0000
committerThe Bundler Bot <bot@bundler.io>2017-09-28 06:57:41 +0000
commit5e9c40aa1c0b4993953059fffe1ff724f41da95e (patch)
tree5a650e5e244dab3cfdab93356469d62aed363859
parent1b1db94e045cdf690bc93939612d17d7ee44c369 (diff)
parent86dad7855338628ac9d511ce67a616c269b6b030 (diff)
downloadbundler-5e9c40aa1c0b4993953059fffe1ff724f41da95e.tar.gz
Auto merge of #6056 - walf443:update_gem2.16.13, r=colby-swandale
update rubygems to v2.6.13 ### What was the end-user problem that led to this PR? rubygems v2.6.12 has important security issues. So, It's better to update v2.6.13 to rubygems. http://blog.rubygems.org/2017/08/27/2.6.13-released.html
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 39a61f4fea..eefa672769 100644
--- a/Rakefile
+++ b/Rakefile
@@ -80,7 +80,7 @@ namespace :spec do
sh "sudo apt-get install graphviz -y 2>&1 | tail -n 2"
# Install the gems with a consistent version of RubyGems
- sh "gem update --system 2.6.12"
+ sh "gem update --system 2.6.13"
$LOAD_PATH.unshift("./spec")
require "support/rubygems_ext"