mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
Pin rubocop version to 1.77.0
This commit is contained in:
parent
d51a1db42c
commit
8dfd1e8332
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue