From 7ab9f442ee9a9d22ad021316171e6824628eeb99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:20:28 -0700 Subject: [PATCH] chore: Update rubocop requirement from = 1.62.1 to = 1.63.0 (#1023) 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.62.1...v1.63.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.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appium_lib.gemspec b/appium_lib.gemspec index 93326ca5..721f7463 100644 --- a/appium_lib.gemspec +++ b/appium_lib.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'posix-spawn', '~> 0.3' s.add_development_dependency 'pry' s.add_development_dependency 'rake', '~> 13.0' - s.add_development_dependency 'rubocop', '1.62.1' + s.add_development_dependency 'rubocop', '1.63.0' s.add_development_dependency 'yard', '~> 0.9.11' s.add_development_dependency 'minitest', '~> 5.0' s.add_development_dependency 'minitest-reporters', '~> 1.1'