Skip to content

Commit 712ab14

Browse files
chore: Update rubocop requirement from = 1.49.0 to = 1.50.2 (#982)
* chore: Update rubocop requirement from = 1.49.0 to = 1.50.2 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.49.0...v1.50.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update rule --------- 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 363067e commit 712ab14

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.rubocop.yml

+2
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,5 @@ Lint/UselessRuby2Keywords: # new in 1.23
217217
Enabled: true
218218
Style/OpenStructUse: # new in 1.23
219219
Enabled: false
220+
Lint/RedundantStringCoercion:
221+
Enabled: false

appium_lib.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
s.add_development_dependency 'posix-spawn', '~> 0.3'
2525
s.add_development_dependency 'pry'
2626
s.add_development_dependency 'rake', '~> 13.0'
27-
s.add_development_dependency 'rubocop', '1.49.0'
27+
s.add_development_dependency 'rubocop', '1.50.2'
2828
s.add_development_dependency 'spec', '~> 5.3', '>= 5.3.4'
2929
s.add_development_dependency 'yard', '~> 0.9.11'
3030

0 commit comments

Comments
 (0)