From 9ee3e691a0f3c9238e7d8c463ed485a84933ee7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:49:54 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.48.0 to ~> 1.50.2 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/v1.48.0...v1.50.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- asetus.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asetus.gemspec b/asetus.gemspec index 46b41dd..7735fcd 100644 --- a/asetus.gemspec +++ b/asetus.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'bundler', '~> 2.2' s.add_development_dependency 'rake', '~> 13.0' - s.add_development_dependency 'rubocop', '~> 1.48.0' + s.add_development_dependency 'rubocop', '~> 1.50.2' s.add_development_dependency 'rubocop-minitest', '~> 0.29.0' s.add_development_dependency 'rubocop-rake', '~> 0.6.0' s.add_development_dependency 'simplecov', '~> 0.22.0'