summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-10 14:00:54 +0000
committerGitHub <noreply@github.com>2023-04-10 14:00:54 +0000
commitff8b7f034966840a3699d8feab3c8028d61bb3a0 (patch)
tree6b1129934b0ce4e6b601b5d0e38c9ead772a315f
parent066bd7635ed71c25c73dd2735b0bce9b202235bf (diff)
downloadohai-dependabot/bundler/rubocop-performance-1.17.1.tar.gz
Update rubocop-performance requirement from 1.16.0 to 1.17.1dependabot/bundler/rubocop-performance-1.17.1
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](https://github.com/rubocop/rubocop-performance/compare/v1.16.0...v1.17.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9ee1cf4b..367e91d4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,7 @@ group :development do
gem "rspec-core", "~> 3.0"
gem "rspec-expectations", "~> 3.0"
gem "rspec-mocks", "~> 3.0"
- gem "rubocop-performance", "1.16.0"
+ gem "rubocop-performance", "1.17.1"
gem "rubocop-rspec"
end