Skip to content

Commit

Permalink
Merge pull request #617 from indirect/dependabot/bundler/rubocop-rail…
Browse files Browse the repository at this point in the history
…s-2.29.0

Bump rubocop-rails from 2.28.0 to 2.29.0
  • Loading branch information
github-actions[bot] authored Jan 20, 2025
2 parents dbf0bb6 + e3c3de1 commit f1ae434
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ group :development do
gem "rubocop-capybara", "~> 2.21", require: false
gem "rubocop-factory_bot", "~> 2.26", require: false
gem "rubocop-gemfile", "~> 0.1.0.beta3", require: false
gem "rubocop-rails", "~> 2.28", require: false
gem "rubocop-rails", "~> 2.29", require: false
gem "rubocop-rspec", "~> 3.3", require: false
gem "rubocop-rspec_rails", "~> 2.30", require: false
gem "standard", "~> 1.44", require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GEM
railties (>= 7.1.0, < 8.1.0)
zeitwerk (>= 2.5.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
console (1.29.2)
fiber-annotation
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
actioncable (>= 7.0.0)
listen (>= 3.0.0)
railties (>= 7.0.0)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
importmap-rails (2.1.0)
actionpack (>= 6.0.0)
Expand Down Expand Up @@ -334,7 +334,7 @@ GEM
options (2.3.2)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
progress_bar (1.3.4)
Expand Down Expand Up @@ -462,7 +462,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 Down Expand Up @@ -578,7 +578,7 @@ DEPENDENCIES
rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26)
rubocop-gemfile (~> 0.1.0.beta3)
rubocop-rails (~> 2.28)
rubocop-rails (~> 2.29)
rubocop-rspec (~> 3.3)
rubocop-rspec_rails (~> 2.30)
rufus-scheduler (~> 3.9)
Expand Down

0 comments on commit f1ae434

Please sign in to comment.