From d251f3ac21f5560aa921b3f50dcd8fc48980c439 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:18:16 +0000 Subject: [PATCH] Update github-markup requirement from ~> 3.0 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/v3.0.0...v4.0.0) Signed-off-by: dependabot-preview[bot] --- sensu-plugins-nginx.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-nginx.gemspec b/sensu-plugins-nginx.gemspec index 31d2b64..7397a78 100644 --- a/sensu-plugins-nginx.gemspec +++ b/sensu-plugins-nginx.gemspec @@ -34,7 +34,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'bundler', '~> 2.1' s.add_development_dependency 'codeclimate-test-reporter', '~> 1.0' - s.add_development_dependency 'github-markup', '~> 3.0' + s.add_development_dependency 'github-markup', '~> 4.0' s.add_development_dependency 'pry', '~> 0.10' s.add_development_dependency 'rake', '~> 13.0' s.add_development_dependency 'redcarpet', '~> 3.2'