Skip to content

Commit 50b76c6

Browse files
chore: Update rubocop requirement from = 1.30.1 to = 1.31.0 (#932)
* chore: Update rubocop requirement from = 1.30.1 to = 1.31.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.30.1...v1.31.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * update Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuaki Matsuo <[email protected]>
1 parent b55c2a5 commit 50b76c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Style/StringConcatenation:
5151
Enabled: false
5252
Lint/NonDeterministicRequireOrder:
5353
Enabled: false
54-
Gemspec/DateAssignment:
54+
Gemspec/DeprecatedAttributeAssignment:
5555
Enabled: true
5656
Layout/LineEndStringConcatenationIndentation:
5757
Enabled: true

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.30.1'
27+
s.add_development_dependency 'rubocop', '1.31.0'
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)