Skip to content

Commit 47cffd7

Browse files
build(deps-dev): bump the rubocop group across 1 directory with 2 updates
Bumps the rubocop group with 2 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop` from 1.81.7 to 1.82.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.82.1) Updates `rubocop-rails` from 2.34.2 to 2.34.3 - [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.34.2...v2.34.3) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rails dependency-version: 2.34.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5a1edb commit 47cffd7

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ group :development, :test do
6666
gem 'dotenv-rails', '~> 3.2.0'
6767
gem 'i18n-tasks', '~> 1.1.2'
6868
gem 'rspec-rails', '~> 8.0.2'
69-
gem 'rubocop', '~> 1.81.7'
69+
gem 'rubocop', '~> 1.82.1'
7070
gem 'rubocop-performance', '~> 1.26.1'
71-
gem 'rubocop-rails', '~> 2.34.2'
71+
gem 'rubocop-rails', '~> 2.34.3'
7272
gem 'rubocop-rspec', '~> 3.8.0'
7373
gem 'rubocop-rspec_rails', '~> 2.32.0'
7474
gem 'brakeman', '~> 7.1.1'

Gemfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ GEM
110110
aws-eventstream (~> 1, >= 1.0.2)
111111
base64 (0.3.0)
112112
benchmark (0.5.0)
113-
bigdecimal (3.3.1)
113+
bigdecimal (4.0.1)
114114
bindex (0.8.1)
115115
bootsnap (1.19.0)
116116
msgpack (~> 1.2)
@@ -120,7 +120,7 @@ GEM
120120
byebug (12.0.0)
121121
ccs-frontend_helpers (3.3.0)
122122
rails (>= 7.2)
123-
concurrent-ruby (1.3.5)
123+
concurrent-ruby (1.3.6)
124124
connection_pool (3.0.2)
125125
crass (1.0.6)
126126
cssbundling-rails (1.4.3)
@@ -151,7 +151,7 @@ GEM
151151
http-accept (1.7.0)
152152
http-cookie (1.0.3)
153153
domain_name (~> 0.5)
154-
i18n (1.14.7)
154+
i18n (1.14.8)
155155
concurrent-ruby (~> 1.0)
156156
i18n-tasks (1.1.2)
157157
activesupport (>= 4.0.2)
@@ -176,7 +176,7 @@ GEM
176176
jmespath (1.6.2)
177177
jsbundling-rails (1.3.1)
178178
railties (>= 6.0.0)
179-
json (2.16.0)
179+
json (2.18.0)
180180
jwt (3.1.2)
181181
base64
182182
language_server-protocol (3.17.0.5)
@@ -200,7 +200,8 @@ GEM
200200
mime-types-data (3.2020.0512)
201201
mini_mime (1.1.5)
202202
mini_portile2 (2.8.9)
203-
minitest (5.26.2)
203+
minitest (6.0.1)
204+
prism (~> 1.5)
204205
msgpack (1.8.0)
205206
net-imap (0.5.12)
206207
date
@@ -236,7 +237,7 @@ GEM
236237
pp (0.6.3)
237238
prettyprint
238239
prettyprint (0.2.0)
239-
prism (1.6.0)
240+
prism (1.7.0)
240241
propshaft (1.3.1)
241242
actionpack (>= 7.0.0)
242243
activesupport (>= 7.0.0)
@@ -342,25 +343,25 @@ GEM
342343
rspec-mocks (~> 3.13)
343344
rspec-support (~> 3.13)
344345
rspec-support (3.13.4)
345-
rubocop (1.81.7)
346+
rubocop (1.82.1)
346347
json (~> 2.3)
347348
language_server-protocol (~> 3.17.0.2)
348349
lint_roller (~> 1.1.0)
349350
parallel (~> 1.10)
350351
parser (>= 3.3.0.2)
351352
rainbow (>= 2.2.2, < 4.0)
352353
regexp_parser (>= 2.9.3, < 3.0)
353-
rubocop-ast (>= 1.47.1, < 2.0)
354+
rubocop-ast (>= 1.48.0, < 2.0)
354355
ruby-progressbar (~> 1.7)
355356
unicode-display_width (>= 2.4.0, < 4.0)
356-
rubocop-ast (1.48.0)
357+
rubocop-ast (1.49.0)
357358
parser (>= 3.3.7.2)
358-
prism (~> 1.4)
359+
prism (~> 1.7)
359360
rubocop-performance (1.26.1)
360361
lint_roller (~> 1.1)
361362
rubocop (>= 1.75.0, < 2.0)
362363
rubocop-ast (>= 1.47.1, < 2.0)
363-
rubocop-rails (2.34.2)
364+
rubocop-rails (2.34.3)
364365
activesupport (>= 4.2.0)
365366
lint_roller (~> 1.1)
366367
rack (>= 1.1)
@@ -406,7 +407,7 @@ GEM
406407
unf_ext (0.0.7.7)
407408
unicode-display_width (3.2.0)
408409
unicode-emoji (~> 4.1)
409-
unicode-emoji (4.1.0)
410+
unicode-emoji (4.2.0)
410411
uri (1.1.1)
411412
useragent (0.16.11)
412413
web-console (4.2.1)
@@ -456,9 +457,9 @@ DEPENDENCIES
456457
rollbar (~> 3.7.0)
457458
roo (~> 3.0.0)
458459
rspec-rails (~> 8.0.2)
459-
rubocop (~> 1.81.7)
460+
rubocop (~> 1.82.1)
460461
rubocop-performance (~> 1.26.1)
461-
rubocop-rails (~> 2.34.2)
462+
rubocop-rails (~> 2.34.3)
462463
rubocop-rspec (~> 3.8.0)
463464
rubocop-rspec_rails (~> 2.32.0)
464465
simplecov (~> 0.22.0, >= 0.16.1)

0 commit comments

Comments
 (0)