Skip to content

Commit

Permalink
Update rake to 13.0.1 (#611)
Browse files Browse the repository at this point in the history
Contains fix for CVE-2020-8130 affecting rake 12.3.1.
See GHSA-jppv-gw3r-w3q8
  • Loading branch information
dtchepak committed Mar 4, 2020
1 parent a6eab0e commit 5b182fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
gem "rake"
gem "rake", ">= 12.3.3"
gem "liquid", "4.0"
gem "jekyll", "3.6.3"
gem "ruby_dep", "~> 1.3"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
pathutil (0.16.1)
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
rake (12.3.1)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand All @@ -52,8 +52,8 @@ PLATFORMS
DEPENDENCIES
jekyll (= 3.6.3)
liquid (= 4.0)
rake
rake (>= 12.3.3)
ruby_dep (~> 1.3)

BUNDLED WITH
1.16.6
1.17.2

0 comments on commit 5b182fc

Please sign in to comment.