Skip to content

Commit 3abf43b

Browse files
Bump rubocop-rails from 2.33.4 to 2.34.2
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.33.4 to 2.34.2. - [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.33.4...v2.34.2) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.34.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b3c281 commit 3abf43b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ group :development, :test do
5858
gem 'byebug', platform: :mri
5959
gem 'rubocop', '~> 1.81.7', require: false
6060
gem 'rubocop-performance', '~> 1.26.1'
61-
gem 'rubocop-rails', '~> 2.33.4'
61+
gem 'rubocop-rails', '~> 2.34.2'
6262
gem 'dotenv'
6363
end
6464

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ GEM
120120
mail
121121
coderay (1.1.3)
122122
concurrent-ruby (1.3.5)
123-
connection_pool (2.5.4)
123+
connection_pool (2.5.5)
124124
crack (1.0.1)
125125
bigdecimal
126126
rexml
@@ -198,7 +198,7 @@ GEM
198198
rdoc (>= 4.0.0)
199199
reline (>= 0.4.2)
200200
jmespath (1.6.2)
201-
json (2.15.2)
201+
json (2.16.0)
202202
jwt (3.1.2)
203203
base64
204204
language_server-protocol (3.17.0.5)
@@ -220,7 +220,7 @@ GEM
220220
matrix (0.4.2)
221221
method_source (1.1.0)
222222
mini_mime (1.1.5)
223-
minitest (5.26.0)
223+
minitest (5.26.2)
224224
msgpack (1.8.0)
225225
multi_json (1.15.0)
226226
multi_xml (0.7.2)
@@ -279,7 +279,7 @@ GEM
279279
activesupport (>= 3.0.0)
280280
raabro (1.4.0)
281281
racc (1.8.1)
282-
rack (3.2.3)
282+
rack (3.2.4)
283283
rack-brotli (2.0.0)
284284
brotli (>= 0.3)
285285
rack (>= 3)
@@ -359,14 +359,14 @@ GEM
359359
rubocop-ast (>= 1.47.1, < 2.0)
360360
ruby-progressbar (~> 1.7)
361361
unicode-display_width (>= 2.4.0, < 4.0)
362-
rubocop-ast (1.47.1)
362+
rubocop-ast (1.48.0)
363363
parser (>= 3.3.7.2)
364364
prism (~> 1.4)
365365
rubocop-performance (1.26.1)
366366
lint_roller (~> 1.1)
367367
rubocop (>= 1.75.0, < 2.0)
368368
rubocop-ast (>= 1.47.1, < 2.0)
369-
rubocop-rails (2.33.4)
369+
rubocop-rails (2.34.2)
370370
activesupport (>= 4.2.0)
371371
lint_roller (~> 1.1)
372372
rack (>= 1.1)
@@ -421,7 +421,7 @@ GEM
421421
unicode-display_width (3.2.0)
422422
unicode-emoji (~> 4.1)
423423
unicode-emoji (4.1.0)
424-
uri (1.1.0)
424+
uri (1.1.1)
425425
useragent (0.16.11)
426426
warden (1.2.9)
427427
rack (>= 2.0.9)
@@ -478,7 +478,7 @@ DEPENDENCIES
478478
redis (~> 5.4)
479479
rubocop (~> 1.81.7)
480480
rubocop-performance (~> 1.26.1)
481-
rubocop-rails (~> 2.33.4)
481+
rubocop-rails (~> 2.34.2)
482482
sassc-rails (~> 2.1.2)
483483
selenium-webdriver
484484
sentry-rails (~> 5.26.0)

0 commit comments

Comments
 (0)