Skip to content

Commit

Permalink
deps(bundler): bump rubocop from 1.69.2 to 1.70.0 in /dependencies (#…
Browse files Browse the repository at this point in the history
…1876)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.70.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.2...v1.70.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent f6d377a commit c01b432
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.69.2"
gem "rubocop", "~> 1.70.0"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.35.1"
gem "rubocop-performance", "~>1.23.1"
Expand Down
8 changes: 4 additions & 4 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GEM
rack (3.1.8)
rainbow (3.1.1)
regexp_parser (2.10.0)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -69,10 +69,10 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
standard (1.43.0)
standard (1.44.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.69.1)
rubocop (~> 1.70.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.6)
standard-custom (1.0.2)
Expand All @@ -92,7 +92,7 @@ PLATFORMS
ruby

DEPENDENCIES
rubocop (~> 1.69.2)
rubocop (~> 1.70.0)
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.35.1)
rubocop-performance (~> 1.23.1)
Expand Down

0 comments on commit c01b432

Please sign in to comment.