From aac9143d96fb873d29b221e32f47bb69b1245f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:44:27 +0000 Subject: [PATCH 1/2] chore(deps): update rubocop requirement from 1.72.2 to 1.73.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.72.2...v1.73.0) --- updated-dependencies: - dependency-name: rubocop 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 4dd59e5e..dfa8f22b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'minitest', '~> 5.0' gem 'minitest-reporters', '~> 1.1' gem 'parallel_tests' gem 'rake', '~> 13.0' -gem 'rubocop', '1.72.2' +gem 'rubocop', '1.73.0' gem 'simplecov' gem 'steep', '~> 1.9.3' gem 'webmock', '~> 3.25.0' From 868be4fbefc13f23ac838c8bb8818df5cfe00030 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 27 Feb 2025 00:14:12 -0800 Subject: [PATCH 2/2] fix rubocop --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 85cdacc6..3833258a 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -130,7 +130,7 @@ def ios(platform_name = :ios) platform_version = '17.4' wda_port = wda_local_port - real_device = ENV['REAL'] ? true : false + real_device = ENV['REAL'] || false cap = { caps: { # :desiredCapabilities is also available