Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rails from 2.27.0 to 2.28.0 (#4153)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent 2571245 commit 9a6d26c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ group :test do
gem 'rubocop', '~> 1.69.2'
gem 'rubocop-capybara'
gem 'rubocop-factory_bot'
gem 'rubocop-rails', '~> 2.27'
gem 'rubocop-rails', '~> 2.28'
gem 'rubocop-rspec', '~> 3.3'
gem 'rubocop-rspec_rails'
gem 'rubocop-sequel', '~> 0.3.8'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ GEM
base64 (0.2.0)
beefcake (1.0.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bit-struct (0.17)
builder (3.3.0)
byebug (11.1.3)
Expand Down Expand Up @@ -292,7 +292,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.2)
logger (1.6.4)
loggregator_emitter (5.2.0)
beefcake (~> 1.0.0)
loofah (2.23.1)
Expand Down Expand Up @@ -406,7 +406,7 @@ GEM
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.3)
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
representable (3.2.0)
Expand Down Expand Up @@ -474,7 +474,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-rails (2.27.0)
rubocop-rails (2.28.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand All @@ -491,7 +491,7 @@ GEM
ruby_parser (3.8.3)
sexp_processor (~> 4.1)
rubyzip (2.3.2)
securerandom (0.4.0)
securerandom (0.4.1)
sequel (5.87.0)
bigdecimal
sequel_pg (1.17.1)
Expand Down Expand Up @@ -649,7 +649,7 @@ DEPENDENCIES
rubocop (~> 1.69.2)
rubocop-capybara
rubocop-factory_bot
rubocop-rails (~> 2.27)
rubocop-rails (~> 2.28)
rubocop-rspec (~> 3.3)
rubocop-rspec_rails
rubocop-sequel (~> 0.3.8)
Expand Down

0 comments on commit 9a6d26c

Please sign in to comment.