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 0dceeb0 commit 49e3ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions to_boolean.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 49e3ea7

Please sign in to comment.