From ae0bfc6686aabfdd27acd60ade9fe14fa33f045c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:58:58 +0000 Subject: [PATCH] Update carwow_rubocop requirement from ~> 4 to ~> 5 Updates the requirements on [carwow_rubocop](https://github.com/carwow/carwow_rubocop) to permit the latest version. - [Commits](https://github.com/carwow/carwow_rubocop/commits) --- updated-dependencies: - dependency-name: carwow_rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- zelastic.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zelastic.gemspec b/zelastic.gemspec index ca73ecc..948351a 100644 --- a/zelastic.gemspec +++ b/zelastic.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'activesupport' spec.add_development_dependency 'bundler', '~> 2' - spec.add_development_dependency 'carwow_rubocop', '~> 4' + spec.add_development_dependency 'carwow_rubocop', '~> 5' spec.add_development_dependency 'pry', '~> 0.14' spec.add_development_dependency 'rake', '~> 13' spec.add_development_dependency 'rspec', '~> 3'