From 101ecf87550ed4874814c43c36235b73af37c074 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 4 Apr 2021 17:55:23 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.40.0 to ~> 0.50.0 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/commits/v0.50.0) Signed-off-by: dependabot[bot] --- sensu-plugins-ftp.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-ftp.gemspec b/sensu-plugins-ftp.gemspec index 7ce586b..f22d952 100644 --- a/sensu-plugins-ftp.gemspec +++ b/sensu-plugins-ftp.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'codeclimate-test-reporter', '~> 1.0' s.add_development_dependency 'github-markup', '~> 3.0' s.add_development_dependency 'pry', '~> 0.10' - s.add_development_dependency 'rubocop', '~> 0.40.0' + s.add_development_dependency 'rubocop', '~> 0.50.0' s.add_development_dependency 'rspec', '~> 3.1' s.add_development_dependency 'rake', '~> 12.3' s.add_development_dependency 'redcarpet', '~> 3.2'