Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jan 19, 2011
1 parent 96960c2 commit 24112b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shoulda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |s|
s.summary = %q{Making tests easy on the fingers and eyes}
s.description = %q{Making tests easy on the fingers and eyes}

s.add_runtime_dependency(%q<shoulda-context>)
s.add_runtime_dependency(%q<shoulda-matchers>)
s.add_runtime_dependency(%q<shoulda-context>, "~> 1.0.0.beta1")
s.add_runtime_dependency(%q<shoulda-matchers>, "~> 1.0.0.beta1")

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit 24112b1

Please sign in to comment.