Skip to content

Commit

Permalink
Merge pull request #1531 from dodona-edu/renovate/rubocop-rails-2.x
Browse files Browse the repository at this point in the history
Update dependency rubocop-rails to '~> 2.25'
  • Loading branch information
renovate[bot] authored May 28, 2024
2 parents 7082848 + 84dcd97 commit 0ded194
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.35.0'
gem 'rubocop-rails', '~> 2.24', '>= 2.24.1'
gem 'rubocop-rails', '~> 2.25'
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 @@ -201,7 +201,7 @@ GEM
stringio
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (3.0.11)
rack-cors (2.0.2)
rack (>= 2.0.0)
Expand Down Expand Up @@ -250,7 +250,7 @@ GEM
io-console (~> 0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.63.5)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -266,7 +266,7 @@ GEM
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.24.1)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -327,7 +327,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.1.3, >= 7.1.3.3)
rubocop-minitest (~> 0.35.0)
rubocop-rails (~> 2.24, >= 2.24.1)
rubocop-rails (~> 2.25)
rubyzip (~> 2.3, >= 2.3.2)
sentry-rails
sentry-ruby
Expand Down

0 comments on commit 0ded194

Please sign in to comment.