From 9408598dcaa65baa0864ac83e3410f1c8d384880 Mon Sep 17 00:00:00 2001 From: Luke Hill <20105237+luke-hill@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:19:14 +0100 Subject: [PATCH] Revert "Update dependency rubocop to v1.56.0 (#1718)" This reverts commit 2e3f7c50b8ac1f62a11ae82997e8928a9c949d85. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index af70da7fbf..246986fe85 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec -gem 'rubocop', '1.56.0' +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: