Skip to content

Commit 5fe9f85

Browse files
authored
Merge pull request #696 from jgraichen/renovate/develop-rubocop-1.x
chore(deps): update dependency rubocop to '~> 1.81.0' (develop)
2 parents 26c619a + 812afce commit 5fe9f85

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.80.0'
28+
gem 'rubocop', '~> 1.81.0'
2929
gem 'slim_lint', '~> 0.33.0'
3030
end
3131
end

0 commit comments

Comments
 (0)