From 41782177ed1e1a142e3d74e6a79e556fbb8cfc51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:08:13 +0000 Subject: [PATCH] chore: update rubocop requirement from 1.84.0 to 1.84.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.84.0...v1.84.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c0872f9..2c1fc8f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ gemspec gem 'appium_thor', '~> 2.0' gem 'rake', '~> 13.0' -gem 'rubocop', '1.84.0' +gem 'rubocop', '1.84.1'