Skip to content

Commit

Permalink
[TASK] Update RuboCop and friends (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Aug 12, 2024
1 parent 4606b1a commit 94824a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions page_title_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Gem::Specification.new do |s|
s.add_dependency 'rails', '>= 6.1.0', '< 7.3'

s.add_development_dependency 'rake', '~> 13.2.1'
s.add_development_dependency 'rubocop', '~> 1.64.1'
s.add_development_dependency 'rubocop-rails', '~> 2.25.0'
s.add_development_dependency 'rubocop', '~> 1.65.1'
s.add_development_dependency 'rubocop-rails', '~> 2.25.1'
s.add_development_dependency 'rubocop-rake', '~> 0.6.0'
s.add_development_dependency 'shoulda', '~> 4.0.0'
end

0 comments on commit 94824a7

Please sign in to comment.