Skip to content

Commit

Permalink
Merge pull request #2135 from cloudfoundry/dependabot/bundler/rubocop…
Browse files Browse the repository at this point in the history
…-1.11.0

build(deps-dev): bump rubocop from 1.9.1 to 1.11.0
  • Loading branch information
sethboyles authored Mar 17, 2021
2 parents 8071a80 + 992ac58 commit db2e388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ group :test do
gem 'rspec-rails', '~> 4.1.0'
gem 'rspec-wait'
gem 'rspec_api_documentation', '>= 6.1.0'
gem 'rubocop', '~> 1.9.1'
gem 'rubocop', '~> 1.11.0'
gem 'timecop'
gem 'webmock', '> 2.3.1'
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ GEM
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0)
rubocop (1.9.1)
rubocop (1.11.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -582,7 +582,7 @@ DEPENDENCIES
rspec-rails (~> 4.1.0)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.9.1)
rubocop (~> 1.11.0)
ruby-debug-ide (>= 0.7.0.beta4)
rubyzip (>= 1.3.0)
scientist (~> 1.1.0)
Expand Down

0 comments on commit db2e388

Please sign in to comment.