Skip to content

Commit 5fe3e1a

Browse files
build(deps-dev): bump the rubocop group across 1 directory with 3 updates
Bumps the rubocop group with 3 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-performance](https://github.com/rubocop/rubocop-performance) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop` from 1.74.0 to 1.75.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.74.0...v1.75.2) Updates `rubocop-performance` from 1.24.0 to 1.25.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.24.0...v1.25.0) Updates `rubocop-rails` from 2.30.3 to 2.31.0 - [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.30.3...v2.31.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-performance dependency-version: 1.25.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rails dependency-version: 2.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f1554e commit 5fe3e1a

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ group :development, :test do
6262
gem 'dotenv-rails', '~> 3.1.4'
6363
gem 'i18n-tasks', '~> 1.0.15'
6464
gem 'rspec-rails', '~> 7.1.1'
65-
gem 'rubocop', '~> 1.74.0'
66-
gem 'rubocop-performance', '~> 1.24.0'
67-
gem 'rubocop-rails', '~> 2.30.3'
65+
gem 'rubocop', '~> 1.75.2'
66+
gem 'rubocop-performance', '~> 1.25.0'
67+
gem 'rubocop-rails', '~> 2.31.0'
6868
gem 'rubocop-rspec', '~> 3.5.0'
6969
gem 'rubocop-rspec_rails', '~> 2.31.0'
7070
gem 'brakeman', '~> 7.0.0'

Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ GEM
189189
listen (3.9.0)
190190
rb-fsevent (~> 0.10, >= 0.10.3)
191191
rb-inotify (~> 0.9, >= 0.9.10)
192-
logger (1.6.6)
192+
logger (1.7.0)
193193
loofah (2.24.0)
194194
crass (~> 1.0.2)
195195
nokogiri (>= 1.12.0)
@@ -222,13 +222,14 @@ GEM
222222
mini_portile2 (~> 2.8.2)
223223
racc (~> 1.4)
224224
parallel (1.26.3)
225-
parser (3.3.7.2)
225+
parser (3.3.7.4)
226226
ast (~> 2.4.1)
227227
racc
228228
pg (1.5.9)
229229
pp (0.6.2)
230230
prettyprint
231231
prettyprint (0.2.0)
232+
prism (1.4.0)
232233
propshaft (1.1.0)
233234
actionpack (>= 7.0.0)
234235
activesupport (>= 7.0.0)
@@ -327,28 +328,29 @@ GEM
327328
rspec-mocks (~> 3.13)
328329
rspec-support (~> 3.13)
329330
rspec-support (3.13.2)
330-
rubocop (1.74.0)
331+
rubocop (1.75.2)
331332
json (~> 2.3)
332333
language_server-protocol (~> 3.17.0.2)
333334
lint_roller (~> 1.1.0)
334335
parallel (~> 1.10)
335336
parser (>= 3.3.0.2)
336337
rainbow (>= 2.2.2, < 4.0)
337338
regexp_parser (>= 2.9.3, < 3.0)
338-
rubocop-ast (>= 1.38.0, < 2.0)
339+
rubocop-ast (>= 1.44.0, < 2.0)
339340
ruby-progressbar (~> 1.7)
340341
unicode-display_width (>= 2.4.0, < 4.0)
341-
rubocop-ast (1.38.1)
342-
parser (>= 3.3.1.0)
343-
rubocop-performance (1.24.0)
342+
rubocop-ast (1.44.0)
343+
parser (>= 3.3.7.2)
344+
prism (~> 1.4)
345+
rubocop-performance (1.25.0)
344346
lint_roller (~> 1.1)
345-
rubocop (>= 1.72.1, < 2.0)
347+
rubocop (>= 1.75.0, < 2.0)
346348
rubocop-ast (>= 1.38.0, < 2.0)
347-
rubocop-rails (2.30.3)
349+
rubocop-rails (2.31.0)
348350
activesupport (>= 4.2.0)
349351
lint_roller (~> 1.1)
350352
rack (>= 1.1)
351-
rubocop (>= 1.72.1, < 2.0)
353+
rubocop (>= 1.75.0, < 2.0)
352354
rubocop-ast (>= 1.38.0, < 2.0)
353355
rubocop-rspec (3.5.0)
354356
lint_roller (~> 1.1)
@@ -426,9 +428,9 @@ DEPENDENCIES
426428
rollbar (~> 3.6.1)
427429
roo (~> 2.10.1)
428430
rspec-rails (~> 7.1.1)
429-
rubocop (~> 1.74.0)
430-
rubocop-performance (~> 1.24.0)
431-
rubocop-rails (~> 2.30.3)
431+
rubocop (~> 1.75.2)
432+
rubocop-performance (~> 1.25.0)
433+
rubocop-rails (~> 2.31.0)
432434
rubocop-rspec (~> 3.5.0)
433435
rubocop-rspec_rails (~> 2.31.0)
434436
simplecov (~> 0.22.0, >= 0.16.1)

0 commit comments

Comments
 (0)