[ARVADOS] updated: df54f4111b0afaaf073c7387dff5960bf19a53e2

git at public.curoverse.com git at public.curoverse.com
Tue Oct 14 14:47:54 EDT 2014


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

       via  df54f4111b0afaaf073c7387dff5960bf19a53e2 (commit)
      from  593316198c1647b24f66a64e4a0f7a34e75b54ab (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 df54f4111b0afaaf073c7387dff5960bf19a53e2
Author: Brett Smith <brett at curoverse.com>
Date:   Tue Oct 14 14:49:49 2014 -0400

    4126: API server uses fixed a-r-p-i.
    
    Refs #4126.

diff --git a/services/api/Gemfile b/services/api/Gemfile
index 67cf109..a31fe5c 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -72,7 +72,7 @@ gem 'database_cleaner'
 gem 'themes_for_rails'
 
 gem 'arvados', '>= 0.1.20140919104705'
-gem 'arvados-cli', '>= 0.1.20140919104705'
+gem 'arvados-cli', '>= 0.1.20141010134550'
 
 # 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 bb327d0..c4b269e 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -41,12 +41,12 @@ GEM
       google-api-client (~> 0.6.3)
       json (>= 1.7.7)
       jwt (>= 0.1.5, < 1.0.0)
-    arvados-cli (0.1.20140919104705)
+    arvados-cli (0.1.20141014153331)
       activesupport (~> 3.2, >= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
-      arvados (~> 0.1.0)
+      arvados (~> 0.1, >= 0.1.0)
       curb (~> 0.8)
-      google-api-client (~> 0.6.3)
+      google-api-client (~> 0.6, >= 0.6.3)
       json (~> 1.7, >= 1.7.7)
       jwt (>= 0.1.5, < 1.0.0)
       oj (~> 2.0, >= 2.0.3)
@@ -224,7 +224,7 @@ DEPENDENCIES
   acts_as_api
   andand
   arvados (>= 0.1.20140919104705)
-  arvados-cli (>= 0.1.20140919104705)
+  arvados-cli (>= 0.1.20141010134550)
   coffee-rails (~> 3.2.0)
   database_cleaner
   factory_girl_rails

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list