FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 3216b35d authored by Andrew Vella's avatar Andrew Vella
Browse files

build(ci): make rubocop optional install and pin version

parent dbd7463a
No related branches found
No related tags found
Loading
Pipeline #718634 failed
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment