Skip to content

Commit

Permalink
Updated gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed Dec 16, 2015
1 parent 9742372 commit 970b128
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.7'
gem.add_development_dependency 'minitest-reporters', '~> 1.0'
gem.add_development_dependency 'rubocop', '~> 0.33'
gem.add_development_dependency 'minitest', '~> 5.8'
gem.add_development_dependency 'minitest-reporters', '~> 1.1'
gem.add_development_dependency 'rubocop', '~> 0.35'
gem.add_development_dependency 'coveralls', '~> 0.8'
end

0 comments on commit 970b128

Please sign in to comment.