Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to '~> 1.69.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent e760c50 commit a9df5fe
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 @@ -25,7 +25,7 @@ end
# needed (and actually conflicting), therefore we skip them.
if @dependencies.none? {|d| d.name == 'rubocop' }
group :development, :test do
gem 'rubocop', '~> 1.68.0'
gem 'rubocop', '~> 1.69.0'
gem 'slim_lint', '~> 0.31.0'
end
end

0 comments on commit a9df5fe

Please sign in to comment.