From 3216b35d32deb8d647d528b6dbe87566b8f32d29 Mon Sep 17 00:00:00 2001 From: Andrew Vella <av603@cam.ac.uk> Date: Tue, 18 Mar 2025 15:41:01 +0000 Subject: [PATCH] build(ci): make rubocop optional install and pin version --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0b94ff6..f83aa8b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ ruby '3.4.2' gem 'gitlab-triage', '~> 1.44', '>= 1.44.3' gem 'csv' gem 'racc' -gem 'rubocop', '~> 1.60' +gem 'rubocop', '~> 1.74', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8c6fca6..b11b71d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ DEPENDENCIES csv gitlab-triage (~> 1.44, >= 1.44.3) racc - rubocop (~> 1.60) + rubocop (~> 1.74) RUBY VERSION ruby 3.4.2p28 -- GitLab