Skip to content

Commit

Permalink
Merge pull request #5956 from arunagw/mocha_upgrade
Browse files Browse the repository at this point in the history
Upgrading to Mocha 0.11.2 to fix Object#method override
  • Loading branch information
jeremy committed Apr 24, 2012
2 parents 10540e2 + 42b8bd5 commit f7ddbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -29,7 +29,7 @@ end
gem 'uglifier', '>= 1.0.3', :require => false

gem 'rake', '>= 0.8.7'
gem 'mocha', '>= 0.9.8'
gem 'mocha', '>= 0.11.2'

group :doc do
# The current sdoc cannot generate GitHub links due
Expand Down

0 comments on commit f7ddbaa

Please sign in to comment.