Skip to content

Commit 637fe7d

Browse files
authored
Merge pull request #2214 from cloudfoundry/dependabot/bundler/rubocop-1.13.0
build(deps-dev): bump rubocop from 1.12.1 to 1.13.0
2 parents 9c796d8 + fe1dd08 commit 637fe7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ group :test do
8989
gem 'rspec-rails', '~> 5.0.1'
9090
gem 'rspec-wait'
9191
gem 'rspec_api_documentation', '>= 6.1.0'
92-
gem 'rubocop', '~> 1.12.1'
92+
gem 'rubocop', '~> 1.13.0'
9393
gem 'timecop'
9494
gem 'webmock', '> 2.3.1'
9595
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ GEM
318318
parallel (1.20.1)
319319
parallel_tests (3.7.0)
320320
parallel
321-
parser (3.0.0.0)
321+
parser (3.0.1.0)
322322
ast (~> 2.4.1)
323323
pg (1.2.3)
324324
posix-spawn (0.3.15)
@@ -409,7 +409,7 @@ GEM
409409
activesupport (>= 3.0.0)
410410
mustache (~> 1.0, >= 0.99.4)
411411
rspec (~> 3.0)
412-
rubocop (1.12.1)
412+
rubocop (1.13.0)
413413
parallel (~> 1.10)
414414
parser (>= 3.0.0.0)
415415
rainbow (>= 2.2.2, < 4.0)
@@ -582,7 +582,7 @@ DEPENDENCIES
582582
rspec-rails (~> 5.0.1)
583583
rspec-wait
584584
rspec_api_documentation (>= 6.1.0)
585-
rubocop (~> 1.12.1)
585+
rubocop (~> 1.13.0)
586586
ruby-debug-ide (>= 0.7.0.beta4)
587587
rubyzip (>= 1.3.0)
588588
scientist (~> 1.1.0)

0 commit comments

Comments
 (0)