From f0df0fd539f5ff3d99619c9c813c5f44ed5361ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:32:39 +0000 Subject: [PATCH] Update rubocop-performance requirement from ~> 1.19.0 to ~> 1.20.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.19.0...v1.20.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7cea899..de77342 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :test do gem "oj", "~> 3.14" if ENV["WITH_OJ_GEM"] == "true" gem "rspec", "~> 3.12.0" gem "rubocop", "~> 1.59.0" - gem "rubocop-performance", "~> 1.19.0" + gem "rubocop-performance", "~> 1.20.1" gem "simplecov", "~> 0.22.0" gem "simplecov-console", "~> 0.9.1" end