Skip to content

Commit 30a2af8

Browse files
Update rubocop requirement from = 1.75.6 to = 1.76.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.75.6...v1.76.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.76.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93e50a4 commit 30a2af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panolint-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919

2020
# Pinned to latest versions and will be updated by Dependabot
2121
# so that code bases using panolint-ruby will get the latest versions
22-
spec.add_dependency "rubocop", "1.75.6"
22+
spec.add_dependency "rubocop", "1.76.1"
2323
spec.add_dependency "rubocop-performance", "1.25.0"
2424
spec.add_dependency "rubocop-rspec", "3.6.0"
2525
end

0 commit comments

Comments
 (0)