From 9a3ab11830a9b3700d9e25632a992a7e22510f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:17:43 -0800 Subject: [PATCH] chore: update rubocop requirement from 1.72.2 to 1.73.0 (#214) 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.72.2...v1.73.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6866b0a..8149fb4 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ gemspec gem 'appium_thor', '~> 2.0' gem 'rake', '~> 13.0' -gem 'rubocop', '1.72.2' +gem 'rubocop', '1.73.0'