Skip to content

Commit 10ee9b9

Browse files
chore: update rubocop requirement from = 1.69.1 to = 1.69.2 (#206)
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.69.1...v1.69.2) --- 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 849e353 commit 10ee9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium_console.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
2929
s.add_runtime_dependency 'thor', '>= 0.19', '< 2.0'
3030
s.add_development_dependency 'rake', '~> 13.0'
3131
s.add_development_dependency 'appium_thor', '~> 2.0'
32-
s.add_development_dependency 'rubocop', '1.69.1'
32+
s.add_development_dependency 'rubocop', '1.69.2'
3333

3434
s.executables = [ 'arc' ]
3535
s.files = `git ls-files`.split "\n"

0 commit comments

Comments
 (0)