Skip to content

Commit

Permalink
Add an explicit requirement for test-unit
Browse files Browse the repository at this point in the history
This is required for Ruby 2.2.
  • Loading branch information
koraktor committed Mar 19, 2015
1 parent 24385ff commit a092832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steam-condenser.gemspec
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mocha', '~> 0.13.0'
s.add_development_dependency 'rake', '~> 10.0.1'
s.add_development_dependency 'shoulda-context', '~> 1.1.1'
s.add_development_dependency 'test-unit', '~> 3.0'
s.add_development_dependency 'yard', '~> 0.8.0'

s.files = Dir.glob '**/*'
Expand Down

0 comments on commit a092832

Please sign in to comment.