X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0b7ddcd0f4d867b1794bf0a0b67a6120d3345fbd..5a2ee4443769b236001117a502bfef94bad54d16:/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' -