Skip to content

Commit

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

---
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 and noraj committed Jan 2, 2024
1 parent 55c3399 commit 538f0e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ group :development, :test do
end

group :development, :lint do
gem 'rubocop', '~> 1.58'
gem 'rubocop', '~> 1.59'
end

group :development, :docs do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
cgi (0.4.1)
commonmarker (0.23.10)
docopt (0.6.1)
json (2.7.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.20.0)
minitest-skip (0.0.3)
Expand All @@ -24,9 +24,9 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rexml (3.2.6)
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -56,7 +56,7 @@ DEPENDENCIES
minitest (~> 5.20)
minitest-skip (~> 0.0)
rake (~> 13.1)
rubocop (~> 1.58)
rubocop (~> 1.59)
uri (~> 0.13.0)
yard (>= 0.9.27, < 0.10)

Expand Down

0 comments on commit 538f0e5

Please sign in to comment.