Skip to content

Commit

Permalink
update dependencies for shoulda-context and shoulda-matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
3den committed Jan 16, 2012
1 parent 8054563 commit b3dc4de
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 @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency("shoulda-context", "~> 1.0.0.beta1")
s.add_dependency("shoulda-matchers", "~> 1.0.0.beta1")
s.add_dependency("shoulda-context", "~> 1.0.0")
s.add_dependency("shoulda-matchers", "~> 1.0.0")

s.add_development_dependency("rails", "3.0.3")
s.add_development_dependency("sqlite3", "~> 1.3.2")
Expand Down

0 comments on commit b3dc4de

Please sign in to comment.