summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-01 13:19:37 +0000
committerGitHub <noreply@github.com>2021-11-01 13:19:37 +0000
commit70ca2b3da825727abef3e3041c937c3010b43e14 (patch)
tree0441140e30100d6d933042a64107fddcafb40c6d
parent3e4ddf4a0bb8f821b7084048deeb29bbab543c39 (diff)
downloadohai-dependabot/bundler/rubocop-performance-1.12.0.tar.gz
Update rubocop-performance requirement from 1.11.5 to 1.12.0dependabot/bundler/rubocop-performance-1.12.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](https://github.com/rubocop/rubocop-performance/compare/v1.11.5...v1.12.0) --- 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 32365a93..53220a94 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.11.5"
+ gem "rubocop-performance", "1.12.0"
gem "rubocop-rspec"
end