[ARVADOS] updated: 3891d484a96b50a6c2561ec0f296bf4f0399ad03

Git user git at public.curoverse.com
Mon Oct 17 15:47:42 EDT 2016


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

       via  3891d484a96b50a6c2561ec0f296bf4f0399ad03 (commit)
      from  921fef9e349cada916934ae0131067adac8d0335 (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 3891d484a96b50a6c2561ec0f296bf4f0399ad03
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Oct 17 15:47:32 2016 -0400

    Fix API server version pin on arvados-cli. refs #10259

diff --git a/services/api/Gemfile b/services/api/Gemfile
index 9ec8eed..5d9b031 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -73,7 +73,7 @@ gem 'faye-websocket'
 gem 'themes_for_rails'
 
 gem 'arvados', '>= 0.1.20150615153458'
-gem 'arvados-cli', '>= 0.1.20161017181634'
+gem 'arvados-cli', '>= 0.1.20161017193526'
 
 # 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 548dc20..6f78751 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -42,7 +42,7 @@ GEM
       i18n (~> 0)
       json (~> 1.7, >= 1.7.7)
       jwt (>= 0.1.5, < 2)
-    arvados-cli (0.1.20161017181634)
+    arvados-cli (0.1.20161017193526)
       activesupport (~> 3.2, >= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
       arvados (~> 0.1, >= 0.1.20150128223554)
@@ -236,7 +236,7 @@ DEPENDENCIES
   acts_as_api
   andand
   arvados (>= 0.1.20150615153458)
-  arvados-cli (>= 0.1.20161017181634)
+  arvados-cli (>= 0.1.20161017193526)
   coffee-rails (~> 3.2.0)
   database_cleaner
   factory_girl_rails

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list