Skip to content

Commit

Permalink
Updated rake and rubocop gems
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed Oct 25, 2017
1 parent a923622 commit aa655cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-extensions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Gem::Specification.new do |gem|

gem.test_files = Dir.glob('spec/**/*.rb')

gem.add_development_dependency 'rake', '~> 12.0'
gem.add_development_dependency 'rake', '~> 12.2'
gem.add_development_dependency 'minitest', '~> 5.10'
gem.add_development_dependency 'minitest-reporters', '~> 1.1'
gem.add_development_dependency 'rubocop', '~> 0.50'
gem.add_development_dependency 'rubocop', '~> 0.51'
gem.add_development_dependency 'coveralls', '~> 0.8'
end

0 comments on commit aa655cd

Please sign in to comment.