Skip to content

Commit

Permalink
Merge pull request #590 from jgraichen/renovate/main-rubocop-rails-2.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency rubocop-rails to '~> 2.28.0' (main)
  • Loading branch information
jgraichen authored Dec 25, 2024
2 parents 1fb4455 + 6abdb94 commit a121a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if @dependencies.none? {|d| d.name == 'rubocop' }
group :development do
gem 'rubocop', '~> 1.69.0'
gem 'rubocop-performance', '~> 1.23.0'
gem 'rubocop-rails', '~> 2.27.0'
gem 'rubocop-rails', '~> 2.28.0'
gem 'slim_lint', '~> 0.31.0'
end
end

0 comments on commit a121a3b

Please sign in to comment.