Skip to content

Commit

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

build(deps-dev): bump rubocop from 1.60.0 to 1.60.1
  • Loading branch information
philippthun committed Jan 18, 2024
2 parents 41f6344 + 3fe0d06 commit d002740
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 @@ -90,7 +90,7 @@ group :test do
gem 'rspec-its'
gem 'rspec-rails', '~> 6.1.0'
gem 'rspec-wait'
gem 'rubocop', '~> 1.60.0'
gem 'rubocop', '~> 1.60.1'
gem 'rubocop-rails', '~> 2.23'
gem 'rubocop-rspec', '~> 2.26'
gem 'rubocop-sequel', '~> 0.3.4'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ GEM
parallel (1.24.0)
parallel_tests (4.4.0)
parallel
parser (3.3.0.3)
parser (3.3.0.4)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -448,7 +448,7 @@ GEM
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0)
rubocop (1.60.0)
rubocop (1.60.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -640,7 +640,7 @@ DEPENDENCIES
rspec-rails (~> 6.1.0)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.60.0)
rubocop (~> 1.60.1)
rubocop-rails (~> 2.23)
rubocop-rspec (~> 2.26)
rubocop-sequel (~> 0.3.4)
Expand Down

0 comments on commit d002740

Please sign in to comment.