Skip to content

Commit

Permalink
[TASK] Update the development dependencies (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Nov 8, 2024
1 parent f53b1f6 commit 0ed7a8f
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', '>= 7.0.0', '< 8.1'

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

0 comments on commit 0ed7a8f

Please sign in to comment.