From a8eb9582cedad113f9f0c3e60b079f9209ba2b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:52:10 +0000 Subject: [PATCH] build(deps-dev): update rubocop requirement from 1.43.0 to 1.44.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.43.0...v1.44.1) --- updated-dependencies: - dependency-name: rubocop 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 cd60f4b9e9..0bd1bdc1a3 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ group :development do # rubocop if Gem::Requirement.new("~> 3.0").satisfied_by?(Gem::Version.new(RUBY_VERSION)) - gem "rubocop", "1.43.0" + gem "rubocop", "1.44.1" gem "rubocop-minitest", "0.27.0" gem "rubocop-performance", "1.15.2" gem "rubocop-rake", "= 0.6.0"