Skip to content

Commit d64ff8a

Browse files
build(deps-dev): bump the rubocop group across 1 directory with 4 updates
Bumps the rubocop group with 4 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-performance](https://github.com/rubocop/rubocop-performance), [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop` from 1.71.2 to 1.72.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.2...v1.72.1) Updates `rubocop-performance` from 1.23.1 to 1.24.0 - [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.23.1...v1.24.0) Updates `rubocop-rails` from 2.29.1 to 2.30.1 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.29.1...v2.30.1) Updates `rubocop-rspec` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.4.0...v3.5.0) --- 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-rails 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-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 970deb7 commit d64ff8a

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ group :development, :test do
6262
gem 'dotenv-rails', '~> 3.1.4'
6363
gem 'i18n-tasks', '~> 1.0.14'
6464
gem 'rspec-rails', '~> 7.1.1'
65-
gem 'rubocop', '~> 1.71.2'
66-
gem 'rubocop-performance', '~> 1.23.1'
67-
gem 'rubocop-rails', '~> 2.29.1'
68-
gem 'rubocop-rspec', '~> 3.4.0'
65+
gem 'rubocop', '~> 1.72.1'
66+
gem 'rubocop-performance', '~> 1.24.0'
67+
gem 'rubocop-rails', '~> 2.30.1'
68+
gem 'rubocop-rspec', '~> 3.5.0'
6969
gem 'rubocop-rspec_rails', '~> 2.30.0'
7070
gem 'brakeman', '~> 7.0.0'
7171
end

Gemfile.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ GEM
183183
jwt (2.10.1)
184184
base64
185185
language_server-protocol (3.17.0.4)
186+
lint_roller (1.1.0)
186187
listen (3.9.0)
187188
rb-fsevent (~> 0.10, >= 0.10.3)
188189
rb-inotify (~> 0.9, >= 0.9.10)
@@ -324,9 +325,10 @@ GEM
324325
rspec-mocks (~> 3.13)
325326
rspec-support (~> 3.13)
326327
rspec-support (3.13.2)
327-
rubocop (1.71.2)
328+
rubocop (1.72.1)
328329
json (~> 2.3)
329-
language_server-protocol (>= 3.17.0)
330+
language_server-protocol (~> 3.17.0.2)
331+
lint_roller (~> 1.1.0)
330332
parallel (~> 1.10)
331333
parser (>= 3.3.0.2)
332334
rainbow (>= 2.2.2, < 4.0)
@@ -336,16 +338,19 @@ GEM
336338
unicode-display_width (>= 2.4.0, < 4.0)
337339
rubocop-ast (1.38.0)
338340
parser (>= 3.3.1.0)
339-
rubocop-performance (1.23.1)
340-
rubocop (>= 1.48.1, < 2.0)
341-
rubocop-ast (>= 1.31.1, < 2.0)
342-
rubocop-rails (2.29.1)
341+
rubocop-performance (1.24.0)
342+
lint_roller (~> 1.1)
343+
rubocop (>= 1.72.1, < 2.0)
344+
rubocop-ast (>= 1.38.0, < 2.0)
345+
rubocop-rails (2.30.1)
343346
activesupport (>= 4.2.0)
347+
lint_roller (~> 1.1)
344348
rack (>= 1.1)
345-
rubocop (>= 1.52.0, < 2.0)
346-
rubocop-ast (>= 1.31.1, < 2.0)
347-
rubocop-rspec (3.4.0)
348-
rubocop (~> 1.61)
349+
rubocop (>= 1.72.1, < 2.0)
350+
rubocop-ast (>= 1.38.0, < 2.0)
351+
rubocop-rspec (3.5.0)
352+
lint_roller (~> 1.1)
353+
rubocop (~> 1.72, >= 1.72.1)
349354
rubocop-rspec_rails (2.30.0)
350355
rubocop (~> 1.61)
351356
rubocop-rspec (~> 3, >= 3.0.1)
@@ -416,10 +421,10 @@ DEPENDENCIES
416421
rollbar (~> 3.6.1)
417422
roo (~> 2.10.1)
418423
rspec-rails (~> 7.1.1)
419-
rubocop (~> 1.71.2)
420-
rubocop-performance (~> 1.23.1)
421-
rubocop-rails (~> 2.29.1)
422-
rubocop-rspec (~> 3.4.0)
424+
rubocop (~> 1.72.1)
425+
rubocop-performance (~> 1.24.0)
426+
rubocop-rails (~> 2.30.1)
427+
rubocop-rspec (~> 3.5.0)
423428
rubocop-rspec_rails (~> 2.30.0)
424429
simplecov (~> 0.22.0, >= 0.16.1)
425430
spring (~> 4.2.1)

0 commit comments

Comments
 (0)