Skip to content

Commit

Permalink
Updated development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Nov 16, 2009
1 parent 6548f11 commit d9c98aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ begin
gem.authors = ["Phil Nash"]
gem.add_dependency 'httparty', ">= 0.4.5"
gem.add_dependency 'crack', ">= 0.1.4"
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
gem.add_development_dependency "fakeweb"
gem.add_development_dependency "shoulda", ">= 2.10.2"
gem.add_development_dependency "fakeweb", ">= 1.2.4"
gem.rubyforge_project = 'meta-spotify'
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down

0 comments on commit d9c98aa

Please sign in to comment.