From ec89698959a3c6bccc895e57771b3e62ffe3566b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:47:15 +0000 Subject: [PATCH] chore: Update rubocop requirement from = 1.68.0 to = 1.69.0 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.68.0...v1.69.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- appium_lib.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appium_lib.gemspec b/appium_lib.gemspec index cc0f96f2..db72b31f 100644 --- a/appium_lib.gemspec +++ b/appium_lib.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'minitest-reporters', '~> 1.1' s.add_development_dependency 'pry' s.add_development_dependency 'rake', '~> 13.0' - s.add_development_dependency 'rubocop', '1.68.0' + s.add_development_dependency 'rubocop', '1.69.0' s.add_development_dependency 'yard', '~> 0.9.11' s.files = `git ls-files`.split("\n").reject { |v| v.match(/\A^(ios_tests|android_tests|grid|test_apps)\/.+/) }