Skip to content

Commit

Permalink
Update rubocop-rspec to version 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Sep 8, 2024
1 parent c3b543c commit 058252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_optim.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ EOF
s.add_development_dependency 'rspec', '~> 3.0'
if RUBY_VERSION >= '2.5' && !Gem.win_platform? && !defined?(JRUBY_VERSION)
s.add_development_dependency 'rubocop', '~> 1.22', '!= 1.22.2'
s.add_development_dependency 'rubocop-rspec', '~> 2.0'
s.add_development_dependency 'rubocop-rspec', '~> 3.0'
end
end

0 comments on commit 058252a

Please sign in to comment.