Skip to content

Commit f58dba3

Browse files
Bump rubocop-rails from 2.33.4 to 2.34.2 (#1322)
1 parent a0179bc commit f58dba3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 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
@@ -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.17.0)
226226
multi_xml (0.7.2)
@@ -278,7 +278,7 @@ GEM
278278
activesupport (>= 3.0.0)
279279
raabro (1.4.0)
280280
racc (1.8.1)
281-
rack (3.2.3)
281+
rack (3.2.4)
282282
rack-brotli (2.0.0)
283283
brotli (>= 0.3)
284284
rack (>= 3)
@@ -358,14 +358,14 @@ GEM
358358
rubocop-ast (>= 1.47.1, < 2.0)
359359
ruby-progressbar (~> 1.7)
360360
unicode-display_width (>= 2.4.0, < 4.0)
361-
rubocop-ast (1.47.1)
361+
rubocop-ast (1.48.0)
362362
parser (>= 3.3.7.2)
363363
prism (~> 1.4)
364364
rubocop-performance (1.26.1)
365365
lint_roller (~> 1.1)
366366
rubocop (>= 1.75.0, < 2.0)
367367
rubocop-ast (>= 1.47.1, < 2.0)
368-
rubocop-rails (2.33.4)
368+
rubocop-rails (2.34.2)
369369
activesupport (>= 4.2.0)
370370
lint_roller (~> 1.1)
371371
rack (>= 1.1)
@@ -477,7 +477,7 @@ DEPENDENCIES
477477
redis (~> 5.4)
478478
rubocop (~> 1.81.7)
479479
rubocop-performance (~> 1.26.1)
480-
rubocop-rails (~> 2.33.4)
480+
rubocop-rails (~> 2.34.2)
481481
sassc-rails (~> 2.1.2)
482482
selenium-webdriver
483483
sentry-rails (~> 5.26.0)

0 commit comments

Comments
 (0)