15370: Fix flaky test.
[arvados.git] / sdk / cli / Gemfile
index 9a1c5be637beb6a9c1aa29b90900e43fcc3aef54..61cf76dbddd91c813a96496c5196f76aa896ab36 100644 (file)
@@ -1,10 +1,9 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 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'
+gem 'signet', '<= 0.11'