Skip to content

Commit

Permalink
Use new mocha version and add changelog entry for #8180
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Nov 13, 2012
1 parent 395d6b4 commit c940aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ gemspec

gem 'arel', github: 'rails/arel', branch: 'master'

gem 'mocha', github: 'freerange/mocha', require: false
gem 'mocha', '~> 0.13.0', require: false
gem 'rack-test', github: 'brynary/rack-test'
gem 'rack-cache', '~> 1.2'
gem 'bcrypt-ruby', '~> 3.0.0'
Expand Down
2 changes: 2 additions & 0 deletions activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##

* Simplify mocha integration and remove monkey-patches, bumping mocha to 0.13.0. *James Mead*

* `#as_json` isolates options when encoding a hash.
Fix #8182

Expand Down

0 comments on commit c940aa6

Please sign in to comment.