Skip to content

Commit

Permalink
Bump the rubocop group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rubocop group with 2 updates in the /updater directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec).


Updates `rubocop` from 1.65.1 to 1.66.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.65.1...v1.66.0)

Updates `rubocop-rspec` from 2.29.2 to 3.0.4
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.29.2...v3.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 97d68ba commit 86f8d1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
4 changes: 2 additions & 2 deletions updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ group :test do
gem "rspec", "~> 3.12"
gem "rspec-its", "~> 1.3"
gem "rspec-sorbet", "~> 1.9.2"
gem "rubocop", "~> 1.65.1"
gem "rubocop", "~> 1.66.0"
gem "rubocop-performance", "~> 1.21.0"
gem "rubocop-rspec", "~> 2.29.1"
gem "rubocop-rspec", "~> 3.0.4"
gem "rubocop-sorbet", "~> 0.8.1"
gem "simplecov", "~> 0.22.0"
gem "turbo_tests", "~> 2.2.0"
Expand Down
20 changes: 5 additions & 15 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,32 +292,22 @@ GEM
rspec-sorbet (1.9.2)
sorbet-runtime
rspec-support (3.13.1)
rubocop (1.65.1)
rubocop (1.66.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.29.1)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
rubocop-sorbet (0.8.5)
rubocop (>= 1)
Expand Down Expand Up @@ -394,9 +384,9 @@ DEPENDENCIES
rspec (~> 3.12)
rspec-its (~> 1.3)
rspec-sorbet (~> 1.9.2)
rubocop (~> 1.65.1)
rubocop (~> 1.66.0)
rubocop-performance (~> 1.21.0)
rubocop-rspec (~> 2.29.1)
rubocop-rspec (~> 3.0.4)
rubocop-sorbet (~> 0.8.1)
sentry-opentelemetry (~> 5.19)
sentry-ruby (~> 5.17)
Expand Down

0 comments on commit 86f8d1e

Please sign in to comment.