X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1bcfe8651af341c6e7cd01a19443c7c288efa932..2755c8e5060fc5f84c91e089b43d5019c84cd93b:/services/api/Gemfile diff --git a/services/api/Gemfile b/services/api/Gemfile index 70f67d5d76..4d03da31b2 100644 --- a/services/api/Gemfile +++ b/services/api/Gemfile @@ -14,6 +14,7 @@ group :test, :development do # still mandatory. gem 'simplecov', '~> 0.7.1', require: false gem 'simplecov-rcov', require: false + gem 'mocha', require: false end # This might not be needed in :test and :development, but we load it @@ -66,17 +67,17 @@ gem 'andand' gem 'test_after_commit', :group => :test -gem 'google-api-client', '~> 0.6.3' gem 'trollop' gem 'faye-websocket' gem 'themes_for_rails' -gem 'arvados', '>= 0.1.20150210011250' -gem 'arvados-cli', '>= 0.1.20150128223752' +gem 'arvados', '>= 0.1.20150615153458' +gem 'arvados-cli', '>= 0.1.20151207150126' # pg_power lets us use partial indexes in schema.rb in Rails 3 gem 'pg_power' gem 'puma' gem 'sshkey' +gem 'safe_yaml'