Skip to content

Commit

Permalink
[TASK] Update the development dependencies (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jun 14, 2024
1 parent bf94c0e commit f56adea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions page_title_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Gem::Specification.new do |s|

s.add_dependency 'rails', '>= 6.1.0', '< 7.2'

s.add_development_dependency 'rake', '~> 13.0.6'
s.add_development_dependency 'rubocop', '~> 1.56.4'
s.add_development_dependency 'rubocop-rails', '~> 2.21.2'
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-rake', '~> 0.6.0'
s.add_development_dependency 'shoulda', '~> 4.0.0'
end

0 comments on commit f56adea

Please sign in to comment.