Read data from local file if an absolute filename is given for an
[arvados.git] / sdk / cli / Gemfile
index c944bdb44b995f52b5deceda5bed11878da6d6f8..86107f70854b5102e401e4e0b2e76e31209e8028 100644 (file)
@@ -1,3 +1,11 @@
 source 'https://rubygems.org'
 gem 'minitest'
 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'
+