Skip to content

Commit

Permalink
Update rubocop requirement from ~> 0.81.0 to ~> 0.92.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Sep 25, 2020
1 parent 831a230 commit b253770
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ Layout/EmptyLinesAroundAccessModifier:
Layout/EndOfLine:
EnforcedStyle: "lf"

Layout/HeredocIndentation:
EnforcedStyle: "squiggly"

Layout/IndentationConsistency:
EnforcedStyle: "normal"

Expand Down
31 changes: 17 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ GEM
activesupport (>= 4.2.0)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jaro_winkler (1.5.4-java)
jdbc-sqlite3 (3.28.0)
loofah (2.7.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -139,6 +137,7 @@ GEM
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (1.8.0)
rexml (3.2.4)
rspec-collection_matchers (1.2.0)
rspec-expectations (>= 2.99.0.beta1)
Expand All @@ -159,23 +158,27 @@ GEM
rspec-mocks (~> 3.9)
rspec-support (~> 3.9)
rspec-support (3.9.3)
rubocop (0.81.0)
jaro_winkler (~> 1.5.1)
rubocop (0.92.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.5.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-performance (1.6.1)
rubocop (>= 0.71.0)
rubocop-rails (2.5.2)
activesupport
rubocop-ast (0.5.0)
parser (>= 2.7.1.5)
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.8.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rails_config (0.11.0)
rubocop (>= 0.87.0)
rubocop-rails_config (0.12.6)
railties (>= 5.0)
rubocop (~> 0.80)
rubocop (~> 0.82)
rubocop-performance (~> 1.3)
rubocop-rails (~> 2.0)
ruby-progressbar (1.10.1)
Expand Down Expand Up @@ -214,8 +217,8 @@ DEPENDENCIES
rapporteur!
rspec-collection_matchers (~> 1.0)
rspec-rails (~> 4.0)
rubocop (~> 0.81.0)
rubocop-rails_config (~> 0.11.0)
rubocop (~> 0.92.0)
rubocop-rails_config (~> 0.12.0)
sqlite3

BUNDLED WITH
Expand Down
4 changes: 2 additions & 2 deletions rapporteur.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'
spec.add_development_dependency 'rspec-rails', '~> 4.0'
spec.add_development_dependency 'rubocop', '~> 0.81.0'
spec.add_development_dependency 'rubocop-rails_config', '~> 0.11.0'
spec.add_development_dependency 'rubocop', '~> 0.92.0'
spec.add_development_dependency 'rubocop-rails_config', '~> 0.12.0'
end

0 comments on commit b253770

Please sign in to comment.