Skip to content

Commit cdc82c8

Browse files
chore(deps): update rubocop requirement from 1.75.8 to 1.76.0 (#619)
* chore(deps): update rubocop requirement from 1.75.8 to 1.76.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](rubocop/rubocop@v1.75.8...v1.76.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.76.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * update disable item --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuaki Matsuo <[email protected]>
1 parent 7e7166f commit cdc82c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'minitest', '~> 5.0'
88
gem 'minitest-reporters', '~> 1.1'
99
gem 'parallel_tests'
1010
gem 'rake', '~> 13.0'
11-
gem 'rubocop', '1.75.8'
11+
gem 'rubocop', '1.76.0'
1212
gem 'simplecov'
1313
gem 'steep', '~> 1.9.3'
1414
gem 'webmock', '~> 3.25.0'

lib/appium_lib_core/common/device/keyboard.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def hide_keyboard(close_key = nil)
2525
execute_script 'mobile:hideKeyboard', option
2626
end
2727

28-
def is_keyboard_shown # rubocop:disable Naming/PredicateName
28+
def is_keyboard_shown # rubocop:disable Naming/PredicatePrefix
2929
execute_script 'mobile:isKeyboardShown', {}
3030
end
3131
end # module Keyboard

0 commit comments

Comments
 (0)