From 850afe4111541cd1c23c27d4013b76f4aefdbfdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:43:05 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.60.1 to ~> 1.62.1 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.60.1...v1.62.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- confset.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confset.gemspec b/confset.gemspec index 853285c6..2ffe40e4 100644 --- a/confset.gemspec +++ b/confset.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |s| s.add_development_dependency "simplecov", "~> 0.22.0" s.add_development_dependency "mdl", "~> 0.13.0" s.add_development_dependency "pry", "~> 0.14.2" - s.add_development_dependency "rubocop", "~> 1.60.1" + s.add_development_dependency "rubocop", "~> 1.62.1" s.add_development_dependency "rubocop-packaging" s.add_development_dependency "rubocop-performance" end