Skip to content

Commit

Permalink
build: update rubocop to earlier version fixing the LineLength crash
Browse files Browse the repository at this point in the history
(cherry picked from commit cbae022)
  • Loading branch information
grzuy committed Jan 23, 2021
1 parent 1cd4a1c commit 476144e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rubocop.yml
Expand Up @@ -8,6 +8,7 @@ inherit_mode:
AllCops:
TargetRubyVersion: 2.4
DisabledByDefault: true
NewCops: disable
Exclude:
- "examples/instrumentation.rb"
- "gemfiles/**/*"
Expand Down
2 changes: 1 addition & 1 deletion rack-attack.gemspec
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "minitest-stub-const", "~> 0.6"
s.add_development_dependency 'rack-test', "~> 1.0"
s.add_development_dependency 'rake', "~> 13.0"
s.add_development_dependency "rubocop", "0.84.0"
s.add_development_dependency "rubocop", "0.89.1"
s.add_development_dependency "rubocop-performance", "~> 1.5.0"
s.add_development_dependency "timecop", "~> 0.9.1"

Expand Down

0 comments on commit 476144e

Please sign in to comment.