Skip to content

Commit

Permalink
deps(bundler): bump rubocop from 1.60.2 to 1.61.0 in /dependencies (#…
Browse files Browse the repository at this point in the history
…5359)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.61.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.60.2...v1.61.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 630d44b commit 20da02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "rubocop", "~> 1.60.2"
gem "rubocop", "~> 1.61.0"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.34.5"
gem "rubocop-performance", "~>1.20.2"
Expand Down
4 changes: 2 additions & 2 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GEM
rainbow (3.1.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.60.2)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -94,7 +94,7 @@ PLATFORMS
ruby

DEPENDENCIES
rubocop (~> 1.60.2)
rubocop (~> 1.61.0)
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.34.5)
rubocop-performance (~> 1.20.2)
Expand Down

0 comments on commit 20da02a

Please sign in to comment.