Skip to content

Commit

Permalink
chore: Update rubocop requirement from = 1.63.4 to = 1.63.5 (#1028)
Browse files Browse the repository at this point in the history
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.63.4...v1.63.5)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 415b3c6 commit 50bca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium_lib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'hashdiff', '~> 1.1.0'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'rubocop', '1.63.4'
s.add_development_dependency 'rubocop', '1.63.5'
s.add_development_dependency 'yard', '~> 0.9.11'
s.add_development_dependency 'minitest', '~> 5.0'
s.add_development_dependency 'minitest-reporters', '~> 1.1'
Expand Down

0 comments on commit 50bca8f

Please sign in to comment.