Skip to content

Commit fad76d5

Browse files
Update rubocop requirement from = 1.42.0 to = 1.85.1
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.42.0...v1.85.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 417514b commit fad76d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane-plugin-mint.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.add_development_dependency('rake')
2424
spec.add_development_dependency('rspec')
2525
spec.add_development_dependency('rspec_junit_formatter')
26-
spec.add_development_dependency('rubocop', '1.42.0')
26+
spec.add_development_dependency('rubocop', '1.85.1')
2727
spec.add_development_dependency('rubocop-performance')
2828
spec.add_development_dependency('rubocop-require_tools')
2929
spec.add_development_dependency('simplecov')

0 commit comments

Comments
 (0)