Skip to content

Commit

Permalink
[TASK] Update the development dependencies (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Nov 8, 2024
1 parent ac080ac commit b1ab169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions currency_select.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Gem::Specification.new do |s|
s.add_dependency 'money', '~> 6.0'

s.add_development_dependency 'rspec-rails', '~> 6.1.3'
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 'rubocop-rspec', '~> 3.0.4'
s.add_development_dependency 'rubocop-rspec', '~> 3.2.0'
s.add_development_dependency 'rubocop-rspec_rails', '~> 2.30.0'
end

0 comments on commit b1ab169

Please sign in to comment.