Update required arvados gem to depend on version of arv-run-pipeline-instance
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 27 Jun 2014 13:26:02 +0000 (09:26 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 27 Jun 2014 13:26:02 +0000 (09:26 -0400)
that supports runtime constraints.  no issue #

services/api/Gemfile
services/api/Gemfile.lock

index ce4162d86d3ad11139d179231e0f05ceba4c6bfd..905cce14db375dc93cef8b282c672ebf135739e4 100644 (file)
@@ -70,7 +70,7 @@ gem 'database_cleaner'
 
 gem 'themes_for_rails'
 
-gem 'arvados-cli', '>= 0.1.20140328152103'
+gem 'arvados-cli', '>= 0.1.20140627084759'
 
 # pg_power lets us use partial indexes in schema.rb in Rails 3
 gem 'pg_power'
index 5f66bb2220f98db9ea3316dacd1a02351db8b2fa..a38f3ac7c3c4be54478f12a5c7c820cc03f53eca 100644 (file)
@@ -35,12 +35,12 @@ GEM
     addressable (2.3.6)
     andand (1.3.3)
     arel (3.0.3)
-    arvados (0.1.20140513131358)
+    arvados (0.1.20140627084759)
       activesupport (>= 3.2.13)
       andand
       google-api-client (~> 0.6.3)
       json (>= 1.7.7)
-    arvados-cli (0.1.20140513131358)
+    arvados-cli (0.1.20140627084759)
       activesupport (~> 3.2, >= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
       arvados (~> 0.1.0)
@@ -215,7 +215,7 @@ PLATFORMS
 DEPENDENCIES
   acts_as_api
   andand
-  arvados-cli (>= 0.1.20140328152103)
+  arvados-cli (>= 0.1.20140627084759)
   coffee-rails (~> 3.2.0)
   database_cleaner
   faye-websocket