# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in gitlab-rubocop.gemspec gemspec group :test do # Pin these dependencies, otherwise a new rule could break the CI pipelines gem 'rubocop', '1.36.0' gem 'rubocop-rspec', '2.12.1' gem 'rspec-parameterized', '0.5.2', require: false end