From be78df503bb1d632efbd8ef39798fda52550cd6d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 06:05:16 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.83 to ~> 1.18 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.83.0...v1.18.0) Signed-off-by: dependabot-preview[bot] --- fluent-plugin-gcloud-pubsub-custom.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent-plugin-gcloud-pubsub-custom.gemspec b/fluent-plugin-gcloud-pubsub-custom.gemspec index 2e322b2..3b5d3d0 100644 --- a/fluent-plugin-gcloud-pubsub-custom.gemspec +++ b/fluent-plugin-gcloud-pubsub-custom.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency "pry" gem.add_development_dependency "pry-byebug" gem.add_development_dependency "rake" - gem.add_development_dependency "rubocop", "~>0.83" + gem.add_development_dependency "rubocop", "~>1.18" gem.add_development_dependency "test-unit" gem.add_development_dependency "test-unit-rr" end