From 67c998d30ec3bbf3457da9cb788e1384d9ac3fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 2 Nov 2018 05:37:12 +0000 Subject: [PATCH] Update github-markup requirement from ~> 1.3 to ~> 3.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/commits/v3.0.1) Signed-off-by: dependabot[bot] --- sensu-plugins-process-checks.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-process-checks.gemspec b/sensu-plugins-process-checks.gemspec index 1e3560e..be07181 100644 --- a/sensu-plugins-process-checks.gemspec +++ b/sensu-plugins-process-checks.gemspec @@ -37,7 +37,7 @@ Gem::Specification.new do |s| # rubocop: disable Metrics/BlockLength s.add_development_dependency 'bundler', '~> 1.7' s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4' - s.add_development_dependency 'github-markup', '~> 1.3' + s.add_development_dependency 'github-markup', '~> 3.0' s.add_development_dependency 'pry', '~> 0.10' s.add_development_dependency 'rake', '~> 10.0' s.add_development_dependency 'redcarpet', '~> 3.2'