aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-06 11:41:30 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-06 13:03:21 -0300
commit50d6b4549d56ac3a82f2096bd479a7b2305b0bf3 (patch)
treeee2d1749ea614b9403fcb2f7a349a09c30a1d79f /Gemfile
parent4e8f1d258854d0d6a6bff5955ef1aeb4fbb1dc00 (diff)
downloadrails-50d6b4549d56ac3a82f2096bd479a7b2305b0bf3.tar.gz
rails-50d6b4549d56ac3a82f2096bd479a7b2305b0bf3.tar.bz2
rails-50d6b4549d56ac3a82f2096bd479a7b2305b0bf3.zip
Fix broken tests of the previous release
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8c5cbb2ab1..633444212b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,7 +22,7 @@ end
gem 'uglifier', '>= 1.0.3', :require => false
gem 'rake', '>= 0.8.7'
-gem 'mocha', '>= 0.13.0', :require => false
+gem 'mocha', '~> 0.14', :require => false
group :doc do
# The current sdoc cannot generate GitHub links due