From 6038f083c8a4b7cae557b40852c8f052fdf679ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 02:29:24 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.53.0 to ~> 1.66.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.53.0...v1.66.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- makara.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makara.gemspec b/makara.gemspec index 7cd4b922..6b4a45b5 100644 --- a/makara.gemspec +++ b/makara.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |gem| gem.add_development_dependency "rake", "~> 13.0" gem.add_development_dependency "rspec", "~> 3.9" gem.add_development_dependency "timecop" - gem.add_development_dependency "rubocop", "~> 1.53.0" + gem.add_development_dependency "rubocop", "~> 1.66.1" if RUBY_ENGINE == "jruby" gem.add_development_dependency "activerecord-jdbcmysql-adapter"