Skip to content

Commit

Permalink
build: upd rubocop version to 0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGorbanev committed May 28, 2023
1 parent 6f473f6 commit ee1b2c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ Metrics/AbcSize:
Metrics/MethodLength:
Exclude:
- "spec/**/*"

Style/ClassVars:
Exclude:
- "spec/**/*"
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (0.86.0)
rubocop (0.89.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3, < 1.0)
rubocop-ast (>= 0.3.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.8.0)
Expand All @@ -62,7 +62,7 @@ DEPENDENCIES
mobility_typed!
rake (~> 10.0)
rspec (~> 3.0)
rubocop (~> 0.86.0)
rubocop (~> 0.89.0)
rubocop-rspec (~> 1.40.0)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion mobility_typed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.17'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 0.86.0'
spec.add_development_dependency 'rubocop', '~> 0.89.0'
spec.add_development_dependency 'rubocop-rspec', '~> 1.40.0'
end

0 comments on commit ee1b2c7

Please sign in to comment.