Skip to content

Commit

Permalink
Bump rubocop-rails from 2.28.0 to 2.29.0 (#955)
Browse files Browse the repository at this point in the history
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 Jan 23, 2025
1 parent e61992c commit c69c78f
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 @@ -64,7 +64,7 @@ group :development do
gem 'rubocop-capybara', '~> 2.21'
gem 'rubocop-factory_bot', '~> 2.26', require: false
gem 'rubocop-performance', '~> 1.23', require: false
gem 'rubocop-rails', '~> 2.28', require: false
gem 'rubocop-rails', '~> 2.29', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-rspec', '~> 3.4', require: false
gem 'rubocop-rspec_rails', '~> 2.30.0', require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ GEM
code_analyzer (0.5.5)
sexp_processor
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
hashdiff (1.1.2)
highline (3.1.1)
reline
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.14)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -521,7 +521,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 @@ -655,7 +655,7 @@ DEPENDENCIES
rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26)
rubocop-performance (~> 1.23)
rubocop-rails (~> 2.28)
rubocop-rails (~> 2.29)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.4)
rubocop-rspec_rails (~> 2.30.0)
Expand Down

0 comments on commit c69c78f

Please sign in to comment.