Bump arvados-cli version to use output_is_persistent feature. refs #1932
authorTom Clegg <tom@curoverse.com>
Fri, 28 Mar 2014 21:14:52 +0000 (17:14 -0400)
committerTom Clegg <tom@curoverse.com>
Fri, 28 Mar 2014 21:14:52 +0000 (17:14 -0400)
services/api/Gemfile
services/api/Gemfile.lock

index 21fad45a218710f6d3b24d41f14cb29e8c8c2354..5932778657ff2b6f2917e237e675aa15e7e1ff64 100644 (file)
@@ -63,4 +63,4 @@ gem 'test_after_commit', :group => :test
 gem 'google-api-client', '~> 0.6.3'
 gem 'trollop'
 
-gem 'arvados-cli', '>= 0.1.20140328115832'
+gem 'arvados-cli', '>= 0.1.20140328152103'
index 420f15294f01a04747c3e2360a16e75c478a5a1b..39718bda445f29624ccd9d118c2a5b88e299656d 100644 (file)
@@ -35,9 +35,15 @@ GEM
     addressable (2.3.5)
     andand (1.3.3)
     arel (3.0.2)
-    arvados-cli (0.1.20140328115832)
+    arvados (0.1.20140328152103)
+      activesupport (>= 3.2.13)
+      andand
+      google-api-client (~> 0.6.3)
+      json (>= 1.7.7)
+    arvados-cli (0.1.20140328152103)
       activesupport (~> 3.2, >= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
+      arvados (~> 0.1.0)
       curb (~> 0.8)
       google-api-client (~> 0.6.3)
       json (~> 1.7, >= 1.7.7)
@@ -192,7 +198,7 @@ PLATFORMS
 DEPENDENCIES
   acts_as_api
   andand
-  arvados-cli (>= 0.1.20140328115832)
+  arvados-cli (>= 0.1.20140328152103)
   coffee-rails (~> 3.2.0)
   google-api-client (~> 0.6.3)
   jquery-rails