Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 5863555

Browse files
committed
Update rubocop to 0.92.0
Authored-by: Greg Cobb <gcobb@pivotal.io>
1 parent 3ab29a7 commit 5863555

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ group :test do
8888
gem 'rspec-rails', '~> 3.9.1'
8989
gem 'rspec-wait'
9090
gem 'rspec_api_documentation', '>= 6.1.0'
91-
gem 'rubocop', '~> 0.91.1'
91+
gem 'rubocop', '~> 0.92.0'
9292
gem 'timecop'
9393
gem 'webmock', '> 2.3.1'
9494
end

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,16 +395,16 @@ GEM
395395
activesupport (>= 3.0.0)
396396
mustache (~> 1.0, >= 0.99.4)
397397
rspec (~> 3.0)
398-
rubocop (0.91.1)
398+
rubocop (0.92.0)
399399
parallel (~> 1.10)
400-
parser (>= 2.7.1.1)
400+
parser (>= 2.7.1.5)
401401
rainbow (>= 2.2.2, < 4.0)
402402
regexp_parser (>= 1.7)
403403
rexml
404-
rubocop-ast (>= 0.4.0, < 1.0)
404+
rubocop-ast (>= 0.5.0)
405405
ruby-progressbar (~> 1.7)
406406
unicode-display_width (>= 1.4.0, < 2.0)
407-
rubocop-ast (0.8.0)
407+
rubocop-ast (1.0.1)
408408
parser (>= 2.7.1.5)
409409
ruby-debug-ide (0.7.2)
410410
rake (>= 0.8.1)
@@ -567,7 +567,7 @@ DEPENDENCIES
567567
rspec-rails (~> 3.9.1)
568568
rspec-wait
569569
rspec_api_documentation (>= 6.1.0)
570-
rubocop (~> 0.91.1)
570+
rubocop (~> 0.92.0)
571571
ruby-debug-ide (>= 0.7.0.beta4)
572572
rubyzip (>= 1.3.0)
573573
scientist (~> 1.1.0)

0 commit comments

Comments
 (0)