Skip to content

Commit 97840b0

Browse files
Update rubocop-rspec requirement from = 3.5.0 to = 3.6.0
Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8556da commit 97840b0

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
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
2121
# so that code bases using panolint-ruby will get the latest versions
2222
spec.add_dependency "rubocop", "1.75.6"
2323
spec.add_dependency "rubocop-performance", "1.21.1"
24-
spec.add_dependency "rubocop-rspec", "3.5.0"
24+
spec.add_dependency "rubocop-rspec", "3.6.0"
2525
end

0 commit comments

Comments
 (0)