Skip to content

Commit

Permalink
[TASK] Update the development dependencies (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Dec 13, 2023
1 parent ea331f3 commit 4e5f569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions currency_select.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'actionview', '>= 6.1.0', '< 7.2'
s.add_runtime_dependency 'money', '~> 6.0'

s.add_development_dependency 'rspec-rails', '~> 6.0.3'
s.add_development_dependency 'rubocop', '~> 1.56.4'
s.add_development_dependency 'rubocop-rails', '~> 2.21.2'
s.add_development_dependency 'rspec-rails', '~> 6.1.0'
s.add_development_dependency 'rubocop', '~> 1.59.0'
s.add_development_dependency 'rubocop-rails', '~> 2.22.2'
s.add_development_dependency 'rubocop-rake', '~> 0.6.0'
s.add_development_dependency 'rubocop-rspec', '~> 2.24.1'
s.add_development_dependency 'rubocop-rspec', '~> 2.25.0'
end

0 comments on commit 4e5f569

Please sign in to comment.