Skip to content

Commit

Permalink
Update dependency rubocop-rails to '~> 2.29'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent a4c4461 commit 647b1d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :development do
# gem "spring"
gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-minitest', '~> 0.36.0'
gem 'rubocop-rails', '~> 2.26', '>= 2.26.2'
gem 'rubocop-rails', '~> 2.29'
end

# Use Capistrano for deployment
Expand Down
8 changes: 4 additions & 4 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
i18n (>= 1.8.11, < 2)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
irb (1.14.3)
Expand Down Expand Up @@ -256,7 +256,7 @@ GEM
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
rubocop (1.70.0)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -271,7 +271,7 @@ GEM
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 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 @@ -334,7 +334,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.1.3, >= 7.1.3.3)
rubocop-minitest (~> 0.36.0)
rubocop-rails (~> 2.26, >= 2.26.2)
rubocop-rails (~> 2.29)
rubyzip (~> 2.3, >= 2.3.2)
sentry-rails
sentry-ruby
Expand Down

0 comments on commit 647b1d9

Please sign in to comment.