diff --git a/Gemfile b/Gemfile index 229b698a..e3c7f06b 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.75.8' +gem 'rubocop', '1.76.0' gem 'simplecov' gem 'steep', '~> 1.9.3' gem 'webmock', '~> 3.25.0' diff --git a/lib/appium_lib_core/common/device/keyboard.rb b/lib/appium_lib_core/common/device/keyboard.rb index 43ef52f8..7a1c26b5 100644 --- a/lib/appium_lib_core/common/device/keyboard.rb +++ b/lib/appium_lib_core/common/device/keyboard.rb @@ -25,7 +25,7 @@ def hide_keyboard(close_key = nil) execute_script 'mobile:hideKeyboard', option end - def is_keyboard_shown # rubocop:disable Naming/PredicateName + def is_keyboard_shown # rubocop:disable Naming/PredicatePrefix execute_script 'mobile:isKeyboardShown', {} end end # module Keyboard