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

@ -7,6 +7,7 @@
### 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)

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)

View file

@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.1"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", ">= 12.3.3"
end