Skip to content

Commit

Permalink
Bump the rubocop group across 1 directory with 3 updates (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 2175ed5 commit ebe0946
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ 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", "~> 1.67.0"
gem "rubocop-performance", "~> 1.22.1"
gem "rubocop-rspec", "~> 2.29.1"
gem "rubocop-sorbet", "~> 0.8.1"
gem "rubocop-sorbet", "~> 0.8.6"
gem "simplecov", "~> 0.22.0"
gem "turbo_tests", "~> 2.2.0"
gem "vcr", "~> 6.3"
Expand Down
17 changes: 8 additions & 9 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.8)
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -309,15 +309,14 @@ GEM
rspec-sorbet (1.9.2)
sorbet-runtime
rspec-support (3.13.1)
rubocop (1.65.1)
rubocop (1.67.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.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
Expand All @@ -326,7 +325,7 @@ GEM
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)
Expand All @@ -336,7 +335,7 @@ GEM
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.29.1)
rubocop (~> 1.61)
rubocop-sorbet (0.8.5)
rubocop-sorbet (0.8.6)
rubocop (>= 1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -412,10 +411,10 @@ DEPENDENCIES
rspec (~> 3.12)
rspec-its (~> 1.3)
rspec-sorbet (~> 1.9.2)
rubocop (~> 1.65.1)
rubocop-performance (~> 1.21.0)
rubocop (~> 1.67.0)
rubocop-performance (~> 1.22.1)
rubocop-rspec (~> 2.29.1)
rubocop-sorbet (~> 0.8.1)
rubocop-sorbet (~> 0.8.6)
sentry-opentelemetry (~> 5.21)
sentry-ruby (~> 5.17)
simplecov (~> 0.22.0)
Expand Down

0 comments on commit ebe0946

Please sign in to comment.