Skip to content

Commit

Permalink
Merge pull request #1626 from dodona-edu/renovate/rubocop-minitest-0.x
Browse files Browse the repository at this point in the history
Update dependency rubocop-minitest to '~> 0.36.0'
  • Loading branch information
renovate[bot] authored Oct 23, 2024
2 parents ba50800 + 0064f83 commit 80eba02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ group :development do
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# 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.35.0'
gem 'rubocop-minitest', '~> 0.36.0'
gem 'rubocop-rails', '~> 2.26', '>= 2.26.2'
end

Expand Down
4 changes: 2 additions & 2 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.2)
Expand Down Expand Up @@ -321,7 +321,7 @@ DEPENDENCIES
puma (~> 6.4, >= 6.4.3)
rack-cors
rails (~> 7.1.3, >= 7.1.3.3)
rubocop-minitest (~> 0.35.0)
rubocop-minitest (~> 0.36.0)
rubocop-rails (~> 2.26, >= 2.26.2)
rubyzip (~> 2.3, >= 2.3.2)
sentry-rails
Expand Down

0 comments on commit 80eba02

Please sign in to comment.