Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
[SETUP] Depend on Mocha 0.13, older versions throw exceptions about `…
Browse files Browse the repository at this point in the history
…mocha/setup`

Please make sure to delete your Gemfile.lock and run `bundle`.

The "shoulda" gem depends on "bourne", which only recently
[upgraded](https://github.com/thoughtbot/bourne/commits/v1.3.0)
to Mocha 0.13.1.
  • Loading branch information
karmi committed Jan 5, 2013
1 parent de83c24 commit 2433b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tire.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
#
s.add_development_dependency "bundler", "~> 1.0"
s.add_development_dependency "shoulda"
s.add_development_dependency "mocha"
s.add_development_dependency "mocha", "~> 0.13"
s.add_development_dependency "minitest", "~> 2.12"
s.add_development_dependency "activerecord", ">= 3.0"
s.add_development_dependency "mongoid", "~> 2.2"
Expand Down

0 comments on commit 2433b22

Please sign in to comment.