From e4bef931e440056c999b5e3fb5d2e9a67ef39112 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:17:56 +0000 Subject: [PATCH] Update dependency rubocop to v1.56.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 246986fe85..1faa4b95b4 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec -gem 'rubocop', '1.43.0' +gem 'rubocop', '1.56.2' gem 'rubocop-packaging', '0.5.2' # To hack on Cucumber together with any of these libraries, uncomment the line below: