Skip to content

Commit 87da90b

Browse files
chore: Update rubocop requirement from = 1.66.0 to = 1.66.1 (#1041)
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.66.0...v1.66.1) --- 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>
1 parent 57a1e79 commit 87da90b

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 'minitest-reporters', '~> 1.1'
2525
s.add_development_dependency 'pry'
2626
s.add_development_dependency 'rake', '~> 13.0'
27-
s.add_development_dependency 'rubocop', '1.66.0'
27+
s.add_development_dependency 'rubocop', '1.66.1'
2828
s.add_development_dependency 'yard', '~> 0.9.11'
2929

3030
s.files = `git ls-files`.split("\n").reject { |v| v.match(/\A^(ios_tests|android_tests|grid|test_apps)\/.+/) }

0 commit comments

Comments
 (0)