Skip to content

Commit 9a6d26c

Browse files
build(deps-dev): bump rubocop-rails from 2.27.0 to 2.28.0 (#4153)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.27.0 to 2.28.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.27.0...v2.28.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 2571245 commit 9a6d26c

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
@@ -85,7 +85,7 @@ group :test do
8585
gem 'rubocop', '~> 1.69.2'
8686
gem 'rubocop-capybara'
8787
gem 'rubocop-factory_bot'
88-
gem 'rubocop-rails', '~> 2.27'
88+
gem 'rubocop-rails', '~> 2.28'
8989
gem 'rubocop-rspec', '~> 3.3'
9090
gem 'rubocop-rspec_rails'
9191
gem 'rubocop-sequel', '~> 0.3.8'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ GEM
106106
base64 (0.2.0)
107107
beefcake (1.0.0)
108108
benchmark (0.4.0)
109-
bigdecimal (3.1.8)
109+
bigdecimal (3.1.9)
110110
bit-struct (0.17)
111111
builder (3.3.0)
112112
byebug (11.1.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.2)
295+
logger (1.6.4)
296296
loggregator_emitter (5.2.0)
297297
beefcake (~> 1.0.0)
298298
loofah (2.23.1)
@@ -406,7 +406,7 @@ GEM
406406
redis-client (>= 0.22.0)
407407
redis-client (0.22.2)
408408
connection_pool
409-
regexp_parser (2.9.3)
409+
regexp_parser (2.10.0)
410410
reline (0.6.0)
411411
io-console (~> 0.5)
412412
representable (3.2.0)
@@ -474,7 +474,7 @@ GEM
474474
rubocop (~> 1.41)
475475
rubocop-factory_bot (2.26.1)
476476
rubocop (~> 1.61)
477-
rubocop-rails (2.27.0)
477+
rubocop-rails (2.28.0)
478478
activesupport (>= 4.2.0)
479479
rack (>= 1.1)
480480
rubocop (>= 1.52.0, < 2.0)
@@ -491,7 +491,7 @@ GEM
491491
ruby_parser (3.8.3)
492492
sexp_processor (~> 4.1)
493493
rubyzip (2.3.2)
494-
securerandom (0.4.0)
494+
securerandom (0.4.1)
495495
sequel (5.87.0)
496496
bigdecimal
497497
sequel_pg (1.17.1)
@@ -649,7 +649,7 @@ DEPENDENCIES
649649
rubocop (~> 1.69.2)
650650
rubocop-capybara
651651
rubocop-factory_bot
652-
rubocop-rails (~> 2.27)
652+
rubocop-rails (~> 2.28)
653653
rubocop-rspec (~> 3.3)
654654
rubocop-rspec_rails
655655
rubocop-sequel (~> 0.3.8)

0 commit comments

Comments
 (0)