[ARVADOS] updated: b212abf2074b52057f9c1dbf8ad9cef77b2ca8ce

git at public.curoverse.com git at public.curoverse.com
Wed Oct 14 17:00:02 EDT 2015


Summary of changes:
 services/api/Gemfile      | 2 +-
 services/api/Gemfile.lock | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

       via  b212abf2074b52057f9c1dbf8ad9cef77b2ca8ce (commit)
      from  7072110da82050af324cfb7a511f65a543a062d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit b212abf2074b52057f9c1dbf8ad9cef77b2ca8ce
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Oct 14 16:59:40 2015 -0400

    API server needs an arvados-cli with crunch-job --docker-bin.
    
    crunch-dispatch was extended to use `crunch-job --docker-bin` in
    #6838.  This commit simply updates the Gemfile to ensure this
    dependency is satisfied.  No issue #.

diff --git a/services/api/Gemfile b/services/api/Gemfile
index 8f1b687..1193e91 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -74,7 +74,7 @@ gem 'faye-websocket'
 gem 'themes_for_rails'
 
 gem 'arvados', '>= 0.1.20150615153458'
-gem 'arvados-cli', '>= 0.1.20150128223752'
+gem 'arvados-cli', '>=  0.1.20150605170031'
 
 # pg_power lets us use partial indexes in schema.rb in Rails 3
 gem 'pg_power'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index d671182..be4d460 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -41,10 +41,10 @@ GEM
       google-api-client (~> 0.6.3, >= 0.6.3)
       json (~> 1.7, >= 1.7.7)
       jwt (>= 0.1.5, < 1.0.0)
-    arvados-cli (0.1.20150205181653)
+    arvados-cli (0.1.20150930141818)
       activesupport (~> 3.2, >= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
-      arvados (~> 0.1, >= 0.1.20150615153458)
+      arvados (~> 0.1, >= 0.1.20150128223554)
       curb (~> 0.8)
       google-api-client (~> 0.6.3, >= 0.6.3)
       json (~> 1.7, >= 1.7.7)
@@ -69,7 +69,7 @@ GEM
       coffee-script-source
       execjs
     coffee-script-source (1.7.0)
-    curb (0.8.6)
+    curb (0.8.8)
     daemon_controller (1.2.0)
     database_cleaner (1.2.0)
     erubis (2.7.0)
@@ -228,7 +228,7 @@ DEPENDENCIES
   acts_as_api
   andand
   arvados (>= 0.1.20150615153458)
-  arvados-cli (>= 0.1.20150128223752)
+  arvados-cli (>= 0.1.20150605170031)
   coffee-rails (~> 3.2.0)
   database_cleaner
   factory_girl_rails

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list