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:
parent
ba0695f48a
commit
632f215da0
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue