summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-03 14:16:33 +0000
committerGitHub <noreply@github.com>2022-01-03 14:16:33 +0000
commit259a4c452e138e661dfa9d3da554b69d06d3d275 (patch)
tree1db2e46b42bc4b88b0c2b0dae865c093f8985999
parente86d186661a599703fe929497b33c5f7a3257d49 (diff)
downloadohai-dependabot/bundler/rubocop-performance-1.13.1.tar.gz
Update rubocop-performance requirement from 1.13.0 to 1.13.1dependabot/bundler/rubocop-performance-1.13.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.13.0...v1.13.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 54d229b9..3d6b8a68 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.13.0"
+ gem "rubocop-performance", "1.13.1"
gem "rubocop-rspec"
end