X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/41c7f2010ebdbb76fada25a21f184e2d1f4049b3..5a341ad3a358bfadb96c83fb95acb7ce3f50cd83:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index 6e33113110..46d017e184 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rails', '~> 4.1.0' gem 'minitest', '>= 5.0.0' -gem 'arvados', '>= 0.1.20140903145725' +gem 'arvados', '>= 0.1.20140917180103' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' @@ -43,6 +43,7 @@ group :test do # still mandatory. gem 'simplecov', '~> 0.7.1', require: false gem 'simplecov-rcov', require: false + gem 'mocha', require: false end gem 'jquery-rails'