From 19ffa424737040885bec52e9aaad7eb3e6439abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:44:07 +0000 Subject: [PATCH] Update hoe-markdown requirement from = 1.4.0 to 1.6.0 Updates the requirements on [hoe-markdown](https://github.com/flavorjones/hoe-markdown) to permit the latest version. - [Release notes](https://github.com/flavorjones/hoe-markdown/releases) - [Changelog](https://github.com/flavorjones/hoe-markdown/blob/main/CHANGELOG.md) - [Commits](https://github.com/flavorjones/hoe-markdown/compare/v1.4.0...v1.6.0) --- 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 0bd1bdc..b9763a5 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem "rake-compiler-dock", "= 1.3.0" # documentation - gem "hoe-markdown", "= 1.4.0" + gem "hoe-markdown", "1.6.0" # parser generator gem "rexical", "= 1.0.7"