Skip to content

Commit c869327

Browse files
authoredApr 24, 2024··
chore: Update rubocop requirement from = 1.63.2 to = 1.63.3 (#1026)
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.2...v1.63.3) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6543765 commit c869327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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.63.2'
27+
s.add_development_dependency 'rubocop', '1.63.3'
2828
s.add_development_dependency 'yard', '~> 0.9.11'
2929
s.add_development_dependency 'minitest', '~> 5.0'
3030
s.add_development_dependency 'minitest-reporters', '~> 1.1'

0 commit comments

Comments
 (0)
Please sign in to comment.