Skip to content

Commit

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


Updates `rubocop` from 1.65.1 to 1.66.1
- [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.1)

Updates `rubocop-performance` from 1.21.1 to 1.22.1
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.21.1...v1.22.1)

Updates `rubocop-rspec` from 2.29.2 to 3.0.5
- [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.5)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-performance
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 94e4a2c commit 8cb7802
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
6 changes: 3 additions & 3 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-performance", "~> 1.21.0"
gem "rubocop-rspec", "~> 2.29.1"
gem "rubocop", "~> 1.66.1"
gem "rubocop-performance", "~> 1.22.1"
gem "rubocop-rspec", "~> 3.0.5"
gem "rubocop-sorbet", "~> 0.8.1"
gem "simplecov", "~> 0.22.0"
gem "turbo_tests", "~> 2.2.0"
Expand Down
26 changes: 8 additions & 18 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.7)
rexml (3.3.8)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -291,32 +291,22 @@ GEM
rspec-sorbet (1.9.2)
sorbet-runtime
rspec-support (3.13.1)
rubocop (1.65.1)
rubocop (1.66.1)
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.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
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-performance (1.22.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.5)
rubocop (~> 1.61)
rubocop-sorbet (0.8.5)
rubocop (>= 1)
Expand Down Expand Up @@ -392,9 +382,9 @@ DEPENDENCIES
rspec (~> 3.12)
rspec-its (~> 1.3)
rspec-sorbet (~> 1.9.2)
rubocop (~> 1.65.1)
rubocop-performance (~> 1.21.0)
rubocop-rspec (~> 2.29.1)
rubocop (~> 1.66.1)
rubocop-performance (~> 1.22.1)
rubocop-rspec (~> 3.0.5)
rubocop-sorbet (~> 0.8.1)
sentry-opentelemetry (~> 5.20)
sentry-ruby (~> 5.17)
Expand Down

0 comments on commit 8cb7802

Please sign in to comment.