Skip to content

Commit

Permalink
Updated gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed May 12, 2016
1 parent 13225fd commit 06fe6cd
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', '~> 10.5'
gem.add_development_dependency 'rake', '~> 11.1'
gem.add_development_dependency 'minitest', '~> 5.8'
gem.add_development_dependency 'minitest-reporters', '~> 1.1'
gem.add_development_dependency 'rubocop', '~> 0.36'
gem.add_development_dependency 'rubocop', '~> 0.40'
gem.add_development_dependency 'coveralls', '~> 0.8'
end

0 comments on commit 06fe6cd

Please sign in to comment.