X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/10be0dd7536aeb8909cb21573f9c47bfdc4cfbea..ef661ebdb4cb7ae6e0bc79da5e27fe226ca70bfa:/sdk/cli/Gemfile diff --git a/sdk/cli/Gemfile b/sdk/cli/Gemfile index 86107f7085..f34204e029 100644 --- a/sdk/cli/Gemfile +++ b/sdk/cli/Gemfile @@ -1,11 +1,8 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + source 'https://rubygems.org' -gem 'minitest' +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' -