Fix rake vulnerability in .gemspec file

This commit is contained in:
Michael Rose
2020-03-02 16:25:50 -05:00
parent 2513357cdc
commit 909745a7c9
3 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2020-02-17T15:30:05-05:00
last_modified_at: 2020-03-02T16:25:42-05:00
toc: false
---
@ -18,6 +18,7 @@ toc: false
### Bug Fixes
- Fix rake vulnerability in `.gemspec` file.
- Fix Staticman v2 comment submission. [#2402](https://github.com/mmistakes/minimal-mistakes/pull/2402)
- Fix repeated site base path for masthead logo. [#2385](https://github.com/mmistakes/minimal-mistakes/pull/2385)