Skip to content

Commit 5b182fc

Browse files
authored
Update rake to 13.0.1 (#611)
Contains fix for CVE-2020-8130 affecting rake 12.3.1. See GHSA-jppv-gw3r-w3q8
1 parent a6eab0e commit 5b182fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
2-
gem "rake"
2+
gem "rake", ">= 12.3.3"
33
gem "liquid", "4.0"
44
gem "jekyll", "3.6.3"
55
gem "ruby_dep", "~> 1.3"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GEM
3232
pathutil (0.16.1)
3333
forwardable-extended (~> 2.6)
3434
public_suffix (3.0.3)
35-
rake (12.3.1)
35+
rake (13.0.1)
3636
rb-fsevent (0.10.3)
3737
rb-inotify (0.9.10)
3838
ffi (>= 0.5.0, < 2)
@@ -52,8 +52,8 @@ PLATFORMS
5252
DEPENDENCIES
5353
jekyll (= 3.6.3)
5454
liquid (= 4.0)
55-
rake
55+
rake (>= 12.3.3)
5656
ruby_dep (~> 1.3)
5757

5858
BUNDLED WITH
59-
1.16.6
59+
1.17.2

0 commit comments

Comments
 (0)