switch mocha git repo location

Change-Id: Idd7ae75de5294241874bf0bf9f66ebf0ddcd8747
Reviewed-on: https://gerrit.instructure.com/48735
Reviewed-by: Cody Cutrer <cody@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Tested-by: Shawn Meredith <shawn@instructure.com>
Product-Review: Shawn Meredith <shawn@instructure.com>
This commit is contained in:
James Williams 2015-02-12 13:17:36 -07:00 committed by Shawn Meredith
parent e1e8d9b446
commit 118dfa19a7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ group :test do
gem 'bluecloth', '2.2.0' # for generating api docs
gem 'redcarpet', '3.0.0'
gem 'bullet_instructure', '4.0.3', :require => 'bullet'
gem 'mocha', github: 'eac/mocha', :branch => 'eac/alias_method_fix', :ref => 'bb8813fbb4cc589d7c58073d93983722d61b6919', :require => false
gem 'mocha', github: 'maneframe/mocha', :ref => 'bb8813fbb4cc589d7c58073d93983722d61b6919', :require => false
gem 'metaclass', '0.0.2'
gem 'thin', '1.6.3'
gem 'eventmachine', '1.0.4'