Skip to content

Commit

Permalink
Update rubocop-rails requirement from ~> 2.28.0 to ~> 2.29.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent c3bab47 commit ad4c8bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ GEM
benchmark (0.4.0)
bigdecimal (3.1.9)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
diff-lcs (1.5.1)
drb (2.2.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.4)
logger (1.6.5)
method_source (1.1.0)
minitest (5.25.4)
mysql2 (0.5.6)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pry (0.15.2)
Expand Down Expand Up @@ -83,7 +83,7 @@ GEM
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.28.0)
rubocop-rails (2.29.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand All @@ -98,7 +98,7 @@ GEM
trilogy (2.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 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)
uri (1.0.2)
Expand All @@ -116,7 +116,7 @@ DEPENDENCIES
rspec (~> 3)
rubocop (~> 1.69.2)
rubocop-performance
rubocop-rails (~> 2.28.0)
rubocop-rails (~> 2.29.0)
rubocop-rspec
rubocop-thread_safety
trilogy
Expand Down
2 changes: 1 addition & 1 deletion janus-ar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '~> 3'
gem.add_development_dependency 'rubocop', '~> 1.69.2'
gem.add_development_dependency 'rubocop-rails', '~> 2.28.0'
gem.add_development_dependency 'rubocop-rails', '~> 2.29.0'
gem.add_development_dependency 'rubocop-rspec'
gem.add_development_dependency 'rubocop-thread_safety'
gem.add_development_dependency 'rubocop-performance'
Expand Down

0 comments on commit ad4c8bb

Please sign in to comment.