Updated Gemfile to include all dependencies of 'arv' command line tool so bundler
authorPeter Amstutz <peter.amstutz@curoverse.com>
Sun, 29 Dec 2013 01:51:12 +0000 (20:51 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Sun, 29 Dec 2013 01:51:12 +0000 (20:51 -0500)
can auto-install them.

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'
+