Skip to content

Commit

Permalink
build(deps-dev): bump rubocop from 1.56.2 to 1.57.2
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.2 to 1.57.2.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.56.2...v1.57.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent 56a9486 commit 2ea361d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 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', '~> 6.0.3'
gem 'rspec-wait'
gem 'rspec_api_documentation', '>= 6.1.0'
gem 'rubocop', '~> 1.56.2'
gem 'rubocop', '~> 1.57.2'
gem 'timecop'
gem 'webmock', '> 2.3.1'
end
Expand Down
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ GEM
azure_mgmt_traffic_manager (0.9.0)
ms_rest_azure (~> 0.7.0)
backport (1.2.0)
base64 (0.1.1)
beefcake (1.0.0)
benchmark (0.2.1)
bigdecimal (3.1.4)
Expand Down Expand Up @@ -346,7 +345,7 @@ GEM
parallel (1.23.0)
parallel_tests (4.2.2)
parallel
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -391,7 +390,7 @@ GEM
redis-client (>= 0.9.0)
redis-client (0.15.0)
connection_pool
regexp_parser (2.8.1)
regexp_parser (2.8.2)
reline (0.3.8)
io-console (~> 0.5)
representable (3.2.0)
Expand Down Expand Up @@ -445,12 +444,11 @@ GEM
activesupport (>= 3.0.0)
mustache (~> 1.0, >= 0.99.4)
rspec (~> 3.0)
rubocop (1.56.2)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand Down Expand Up @@ -534,7 +532,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
vhd (0.0.4)
bit-struct
vmstat (2.3.1)
Expand Down Expand Up @@ -622,7 +620,7 @@ DEPENDENCIES
rspec-rails (~> 6.0.3)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.56.2)
rubocop (~> 1.57.2)
rubyzip (>= 1.3.0)
sequel (~> 5.72)
sequel_pg
Expand Down

0 comments on commit 2ea361d

Please sign in to comment.