Skip to content

Commit

Permalink
Bump rubocop-rails from 2.27.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.27.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.27.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 0994977 commit dd5cbfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ group :development, :test do
gem "rspec-rails", "~> 7.1"
gem "rspec-sidekiq", "~> 5.0", require: false
gem "rubocop", "~> 1.69"
gem "rubocop-rails", "~> 2.27"
gem "rubocop-rails", "~> 2.29"
gem "shoulda-matchers", "~> 6.4"
gem "simplecov", require: false
gem "simplecov-cobertura", require: false
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GEM
childprocess (5.0.0)
chunky_png (1.4.0)
colorize (1.1.0)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.4.1)
crass (1.0.6)
cssbundling-rails (1.4.1)
Expand Down Expand Up @@ -233,7 +233,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n-js (4.0.0)
glob
Expand All @@ -244,7 +244,7 @@ GEM
ruby-vips (>= 2.0.17, < 3)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.8.2)
json (2.9.1)
json-schema (5.1.0)
addressable (~> 2.8)
jwt (2.9.3)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.2)
minitest (5.25.4)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand Down Expand Up @@ -323,7 +323,7 @@ GEM
os (1.1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -388,7 +388,7 @@ GEM
rake (13.2.1)
redcarpet (3.6.0)
redis (4.8.1)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
request_store (1.5.1)
rack (>= 1.4)
responders (3.1.1)
Expand Down Expand Up @@ -448,9 +448,9 @@ GEM
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-rails (2.27.0)
rubocop-rails (2.29.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -535,7 +535,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (3.1.2)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uniform_notifier (1.16.0)
Expand Down Expand Up @@ -621,7 +621,7 @@ DEPENDENCIES
rspec-rails (~> 7.1)
rspec-sidekiq (~> 5.0)
rubocop (~> 1.69)
rubocop-rails (~> 2.27)
rubocop-rails (~> 2.29)
rubyzip (~> 2.3)
sanitize
sassc-rails
Expand Down

0 comments on commit dd5cbfb

Please sign in to comment.