From 8d46fee11e6cf9d1127fe4a44893a523ee653caa Mon Sep 17 00:00:00 2001 From: Luke Hill <20105237+luke-hill@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:59:39 +0100 Subject: [PATCH] Revert "Update dependency rubocop to v1.56.2 (#1724)" (#1725) This reverts commit 289ad1e20299675991e10457a3faa46c7284de44. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1faa4b95b4..246986fe85 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec -gem 'rubocop', '1.56.2' +gem 'rubocop', '1.43.0' gem 'rubocop-packaging', '0.5.2' # To hack on Cucumber together with any of these libraries, uncomment the line below: