Skip to content

Commit

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

build(deps-dev): bump rubocop from 1.12.0 to 1.12.1
  • Loading branch information
sweinstein22 authored Apr 6, 2021
2 parents a674488 + 25198c0 commit bce2639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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', '~> 5.0.1'
gem 'rspec-wait'
gem 'rspec_api_documentation', '>= 6.1.0'
gem 'rubocop', '~> 1.12.0'
gem 'rubocop', '~> 1.12.1'
gem 'timecop'
gem 'webmock', '> 2.3.1'
end
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ GEM
retryable (3.0.5)
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.4)
rexml (3.2.5)
rfc822 (0.1.5)
roodi (5.0.0)
ruby_parser (~> 3.2, >= 3.2.2)
Expand Down Expand Up @@ -409,7 +409,7 @@ GEM
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0)
rubocop (1.12.0)
rubocop (1.12.1)
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 (~> 5.0.1)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.12.0)
rubocop (~> 1.12.1)
ruby-debug-ide (>= 0.7.0.beta4)
rubyzip (>= 1.3.0)
scientist (~> 1.1.0)
Expand Down

0 comments on commit bce2639

Please sign in to comment.