Skip to content

Commit 3bac2b4

Browse files
build(deps-dev): bump rubocop-rails from 2.28.0 to 2.29.0 (#4177)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.28.0 to 2.29.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.28.0...v2.29.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3fb464 commit 3bac2b4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ group :test do
8686
gem 'rubocop', '~> 1.70.0'
8787
gem 'rubocop-capybara'
8888
gem 'rubocop-factory_bot'
89-
gem 'rubocop-rails', '~> 2.28'
89+
gem 'rubocop-rails', '~> 2.29'
9090
gem 'rubocop-rspec', '~> 3.3'
9191
gem 'rubocop-rspec_rails'
9292
gem 'rubocop-sequel', '~> 0.3.8'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ GEM
122122
simplecov (<= 0.13)
123123
coderay (1.1.3)
124124
concurrent-ruby (1.3.5)
125-
connection_pool (2.4.1)
125+
connection_pool (2.5.0)
126126
crack (1.0.0)
127127
bigdecimal
128128
rexml
@@ -261,7 +261,7 @@ GEM
261261
domain_name (~> 0.5)
262262
http-form_data (2.3.0)
263263
httpclient (2.8.3)
264-
i18n (1.14.6)
264+
i18n (1.14.7)
265265
concurrent-ruby (~> 1.0)
266266
io-console (0.8.0)
267267
ipaddress (0.8.3)
@@ -292,7 +292,7 @@ GEM
292292
llhttp-ffi (0.5.0)
293293
ffi-compiler (~> 1.0)
294294
rake (~> 13.0)
295-
logger (1.6.4)
295+
logger (1.6.5)
296296
loggregator_emitter (5.2.0)
297297
beefcake (~> 1.0.0)
298298
loofah (2.23.1)
@@ -349,7 +349,7 @@ GEM
349349
parallel (1.26.3)
350350
parallel_tests (4.9.0)
351351
parallel
352-
parser (3.3.6.0)
352+
parser (3.3.7.0)
353353
ast (~> 2.4.1)
354354
racc
355355
pg (1.5.9)
@@ -474,7 +474,7 @@ GEM
474474
rubocop (~> 1.41)
475475
rubocop-factory_bot (2.26.1)
476476
rubocop (~> 1.61)
477-
rubocop-rails (2.28.0)
477+
rubocop-rails (2.29.0)
478478
activesupport (>= 4.2.0)
479479
rack (>= 1.1)
480480
rubocop (>= 1.52.0, < 2.0)
@@ -560,7 +560,7 @@ GEM
560560
tzinfo (2.0.6)
561561
concurrent-ruby (~> 1.0)
562562
uber (0.1.0)
563-
unicode-display_width (3.1.3)
563+
unicode-display_width (3.1.4)
564564
unicode-emoji (~> 4.0, >= 4.0.4)
565565
unicode-emoji (4.0.4)
566566
useragent (0.16.10)
@@ -650,7 +650,7 @@ DEPENDENCIES
650650
rubocop (~> 1.70.0)
651651
rubocop-capybara
652652
rubocop-factory_bot
653-
rubocop-rails (~> 2.28)
653+
rubocop-rails (~> 2.29)
654654
rubocop-rspec (~> 3.3)
655655
rubocop-rspec_rails
656656
rubocop-sequel (~> 0.3.8)

0 commit comments

Comments
 (0)