Skip to content

Commit

Permalink
Updated minitest, rubocop and coveralls dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed Apr 16, 2015
1 parent fbed47e commit ee02ae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions to_boolean.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |gem|
gem.test_files = Dir.glob('spec/**/*.rb')

gem.add_development_dependency 'rake', '~> 10.4'
gem.add_development_dependency 'minitest', '~> 5.5'
gem.add_development_dependency 'minitest', '~> 5.6'
gem.add_development_dependency 'minitest-reporters', '~> 1.0'
gem.add_development_dependency 'rubocop', '~> 0.29'
gem.add_development_dependency 'coveralls', '~> 0.7'
gem.add_development_dependency 'rubocop', '~> 0.30'
gem.add_development_dependency 'coveralls', '~> 0.8'
end

0 comments on commit ee02ae8

Please sign in to comment.