Pin rubocop version to 1.77.0

This commit is contained in:
Sami Samhuri 2025-06-30 09:41:12 -07:00
parent d51a1db42c
commit 8dfd1e8332
No known key found for this signature in database

View file

@ -23,5 +23,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.3'
spec.add_development_dependency 'rspec', '~> 3.5'
spec.add_development_dependency 'rubocop'
# This is pinned to an exact version otherwise we can't know which rules
# are in play at any given time in different environments.
spec.add_development_dependency 'rubocop', '1.77.0'
end