Skip to content

Commit d9a2d1c

Browse files
authored
Merge pull request #676 from jgraichen/renovate/develop-rubocop-1.x
2 parents 8f15d10 + ea58ab1 commit d9a2d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ end
2525
# needed (and actually conflicting), therefore we skip them.
2626
if @dependencies.none? {|d| d.name == 'rubocop' }
2727
group :development, :test do
28-
gem 'rubocop', '~> 1.78.0'
28+
gem 'rubocop', '~> 1.79.0'
2929
gem 'slim_lint', '~> 0.33.0'
3030
end
3131
end

0 commit comments

Comments
 (0)