From f8264990565aab4d1194bc6c3f072e558dbae55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 12:08:36 +0000 Subject: [PATCH] fix: update github-markup requirement from 3.0.4 to 4.0.0 Updates the requirements on [github-markup](https://github.com/github/markup) to permit the latest version. - [Release notes](https://github.com/github/markup/releases) - [Changelog](https://github.com/github/markup/blob/master/HISTORY.md) - [Commits](https://github.com/github/markup/compare/v3.0.4...v4.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ff2506d..ac640f8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "github-markup", "3.0.4" +gem "github-markup", "4.0.0" gem "RedCloth", "=4.3.2" gem "asciidoctor", "2.0.16" gem "commonmarker", "=0.21.0"