Skip to content

Commit

Permalink
fixed mocha dependency version number
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingzumwalt committed Aug 5, 2010
1 parent 2189931 commit ce7d034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ begin
# gem.add_dependency('yaml')

gem.add_development_dependency "rspec", ">= 1.2.9"
gem.add_development_dependency "mocha", ">= 1.2.9"
gem.add_development_dependency "mocha", ">= 0.9.8"
gem.add_development_dependency "ruby-debug"

# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
Expand Down

0 comments on commit ce7d034

Please sign in to comment.