From 3c85ff03b4039aadebf0ff86de2622303a574d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:22:16 -0700 Subject: [PATCH] chore(deps-dev): update rubocop requirement from = 1.67.0 to = 1.68.0 (#576) 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.67.0...v1.68.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- appium_lib_core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appium_lib_core.gemspec b/appium_lib_core.gemspec index 3d763dc8..4e32125e 100644 --- a/appium_lib_core.gemspec +++ b/appium_lib_core.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'minitest-reporters', '~> 1.1' spec.add_development_dependency 'parallel_tests' spec.add_development_dependency 'rake', '~> 13.0' - spec.add_development_dependency 'rubocop', '1.67.0' + spec.add_development_dependency 'rubocop', '1.68.0' spec.add_development_dependency 'simplecov' spec.add_development_dependency 'steep', '~> 1.7.0' spec.add_development_dependency 'webmock', '~> 3.24.0'