Skip to content

Commit

Permalink
build(deps-dev): bump rubocop-rails from 2.28.0 to 2.29.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 8e9bc84 commit 3abe067
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ group :test do
gem 'rubocop', '~> 1.70.0'
gem 'rubocop-capybara'
gem 'rubocop-factory_bot'
gem 'rubocop-rails', '~> 2.28'
gem 'rubocop-rails', '~> 2.29'
gem 'rubocop-rspec', '~> 3.3'
gem 'rubocop-rspec_rails'
gem 'rubocop-sequel', '~> 0.3.8'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ GEM
simplecov (<= 0.13)
coderay (1.1.3)
concurrent-ruby (1.3.5)
connection_pool (2.4.1)
connection_pool (2.5.0)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -261,7 +261,7 @@ GEM
domain_name (~> 0.5)
http-form_data (2.3.0)
httpclient (2.8.3)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
ipaddress (0.8.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.4)
logger (1.6.5)
loggregator_emitter (5.2.0)
beefcake (~> 1.0.0)
loofah (2.23.1)
Expand Down Expand Up @@ -349,7 +349,7 @@ GEM
parallel (1.26.3)
parallel_tests (4.9.0)
parallel
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -474,7 +474,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-rails (2.28.0)
rubocop-rails (2.29.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -560,7 +560,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
useragent (0.16.10)
Expand Down Expand Up @@ -650,7 +650,7 @@ DEPENDENCIES
rubocop (~> 1.70.0)
rubocop-capybara
rubocop-factory_bot
rubocop-rails (~> 2.28)
rubocop-rails (~> 2.29)
rubocop-rspec (~> 3.3)
rubocop-rspec_rails
rubocop-sequel (~> 0.3.8)
Expand Down

0 comments on commit 3abe067

Please sign in to comment.