X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d5ba0e97f8522ba3ce6ad36edf099c661a43f6b7..b958fc62a440d30e4f381f88015acfecaa640b71:/sdk/cli/Gemfile diff --git a/sdk/cli/Gemfile b/sdk/cli/Gemfile index 9a1c5be637..638a00c86f 100644 --- a/sdk/cli/Gemfile +++ b/sdk/cli/Gemfile @@ -1,10 +1,4 @@ source 'https://rubygems.org' +gemspec gem 'minitest', '>= 5.0.0' gem 'rake' -gem 'google-api-client', '~> 0.6.3' -gem 'activesupport', '>= 3.2.13' -gem 'json', '>= 1.7.7' -gem 'trollop', '>= 2.0' -gem 'andand', '>= 1.3.3' -gem 'oj', '>= 2.0.3' -gem 'curb', '~> 0.8'