From f3bcde7ecb2ec1fa8ad5ad718c053fa9d5ec4577 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 02:14:18 +0000 Subject: [PATCH] Bump github-markup from 2.0.1 to 3.0.5 Bumps [github-markup](https://github.com/github/markup) from 2.0.1 to 3.0.5. - [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.5) Signed-off-by: dependabot-preview[bot] --- gems.locked | 4 ++-- gems.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gems.locked b/gems.locked index 17c91bd..96fdf42 100644 --- a/gems.locked +++ b/gems.locked @@ -12,7 +12,7 @@ GEM dry-inflector (0.1.2) equatable (0.5.0) ffi (1.9.25) - github-markup (2.0.1) + github-markup (3.0.5) hitimes (1.3.0) interesting_methods (0.1.2) jaro_winkler (1.5.1) @@ -108,7 +108,7 @@ PLATFORMS DEPENDENCIES dry-inflector (~> 0.1) - github-markup (~> 2.0) + github-markup (~> 3.0) interesting_methods (~> 0.1) kamaze-project (~> 1.0, >= 1.0.3) listen (~> 3.1) diff --git a/gems.rb b/gems.rb index 772a0b0..f9bfa85 100644 --- a/gems.rb +++ b/gems.rb @@ -24,7 +24,7 @@ end group :development, :doc, :markdown do - gem 'github-markup', '~> 2.0' + gem 'github-markup', '~> 3.0' gem 'redcarpet', '~> 3.4' end