Skip to content

Commit

Permalink
Froze dev test-unit dependency to ~>2.1.0
Browse files Browse the repository at this point in the history
Tests weren't running properly on newer versions of test-unit
  • Loading branch information
rmm5t committed Feb 11, 2012
1 parent 2f8fad6 commit 11721e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shoulda-context.gemspec
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |s|

s.add_development_dependency("mocha", "~> 0.9.10")
s.add_development_dependency("rake")
s.add_development_dependency("test-unit", "~> 2.0")
s.add_development_dependency("test-unit", "~> 2.1.0")
end

0 comments on commit 11721e5

Please sign in to comment.