From e312641cbdf03d5dedeabbf26c3e7f09441037a2 Mon Sep 17 00:00:00 2001 From: Bart Kamphorst Date: Fri, 13 Mar 2020 20:09:18 +0100 Subject: [PATCH] Update rake to mitigate CVE-2020-8130. --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index af18b2a0..95707df3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,6 @@ end gem 'gollum-lib', :git => 'https://github.com/gollum/gollum-lib.git', :branch => 'gollum-lib-5.x' # For development purposes gem 'therubyrhino', :platforms => :jruby gemspec -gem 'rake', '~> 11.2' +gem "rake", ">= 12.3.3" + +