Skip to content

Commit 7a152ae

Browse files
chore(deps): update dependency rubocop to '~> 1.75.0'
1 parent db12157 commit 7a152ae

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
@@ -23,7 +23,7 @@ end
2323
# not needed (and actually conflicting), therefore we skip them.
2424
if @dependencies.none? {|d| d.name == 'rubocop' }
2525
group :development do
26-
gem 'rubocop', '~> 1.74.0'
26+
gem 'rubocop', '~> 1.75.0'
2727
gem 'rubocop-performance', '~> 1.24.0'
2828
gem 'rubocop-rails', '~> 2.30.0'
2929
gem 'slim_lint', '~> 0.32.0'

0 commit comments

Comments
 (0)