1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Mocha 0.14.0 was released with MT5 support. Switch back to gem

This commit is contained in:
Ryan Davis 2013-05-16 15:51:35 -07:00
parent ba0695f48a
commit 632f215da0

View file

@ -2,7 +2,7 @@ source 'https://rubygems.org'
gemspec
gem 'mocha', git: 'https://github.com/freerange/mocha', require: false
gem 'mocha', '~> 0.14'
gem 'rack-cache', '~> 1.2'
gem 'bcrypt-ruby', '~> 3.0.0'
gem 'jquery-rails', '~> 2.2.0'