From f4854cf7f221ea8a5011dfbe941b531784f514b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:03:28 +0000 Subject: [PATCH] build(deps-dev): update hoe-markdown requirement from = 1.4.0 to 1.5.1 Updates the requirements on [hoe-markdown](https://github.com/flavorjones/hoe-markdown) to permit the latest version. - [Changelog](https://github.com/flavorjones/hoe-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/flavorjones/hoe-markdown/compare/v1.4.0...v1.5.1) --- updated-dependencies: - dependency-name: hoe-markdown dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5a19c411435..76cfdacd68c 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem "rake-compiler-dock", "1.3.1" # documentation - gem "hoe-markdown", "= 1.4.0" + gem "hoe-markdown", "1.5.1" # parser generator gem "rexical", "= 1.0.7"