From e9c283d35cc0f471f360bd5452ab5807c8707756 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 05:20:36 +0000 Subject: [PATCH] Update github-markup requirement from ~> 1.3 to ~> 4.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/v1.3.0...v4.0.0) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-gitlab.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-gitlab.gemspec b/sensu-plugins-gitlab.gemspec index b1a622e..89b3b20 100644 --- a/sensu-plugins-gitlab.gemspec +++ b/sensu-plugins-gitlab.gemspec @@ -34,7 +34,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength s.add_runtime_dependency 'sensu-plugin', '~> 2.0' s.add_development_dependency 'bundler', '~> 1.15' - s.add_development_dependency 'github-markup', '~> 1.3' + s.add_development_dependency 'github-markup', '~> 4.0' s.add_development_dependency 'kitchen-docker', '~> 2.6' s.add_development_dependency 'kitchen-localhost', '~> 0.3' # locked to keep ruby 2.1 support, this is pulled in by test-kitchen