From f8dd92e5ab5b686cebdeee4c2ed7fa2acecd574a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 10:07:11 +0000 Subject: [PATCH] fix: update github-markup requirement from =2.0.1 to 3.0.4 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/v2.0.1...v3.0.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ec70cd1..5bbbb07 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "github-markup", "=2.0.1" +gem "github-markup", "3.0.4" gem "RedCloth", "=4.3.2" gem "asciidoctor", "=2.0.10" gem "commonmarker", "=0.21.0"