Skip to content

Commit 905b709

Browse files
Update rubocop-performance requirement from ~> 1.19.0 to ~> 1.20.0
Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edaa131 commit 905b709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publify_core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Gem::Specification.new do |s|
6060
s.add_development_dependency "rubocop", "~> 1.59.0"
6161
s.add_development_dependency "rubocop-capybara", "~> 2.19.0"
6262
s.add_development_dependency "rubocop-factory_bot", "~> 2.24.0"
63-
s.add_development_dependency "rubocop-performance", "~> 1.19.0"
63+
s.add_development_dependency "rubocop-performance", "~> 1.20.0"
6464
s.add_development_dependency "rubocop-rails", "~> 2.23.0"
6565
s.add_development_dependency "rubocop-rspec", "~> 2.25.0"
6666
s.add_development_dependency "shoulda-matchers", "~> 5.3"

0 commit comments

Comments
 (0)