[ARVADOS] updated: a9f3e9ce8853d574e9f1aafed61085b66eb09702

git at public.curoverse.com git at public.curoverse.com
Wed Sep 17 20:12:34 EDT 2014


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

       via  a9f3e9ce8853d574e9f1aafed61085b66eb09702 (commit)
      from  dce0ccabe3d9fab6943e89dc84050793cca5b553 (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 a9f3e9ce8853d574e9f1aafed61085b66eb09702
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Sep 17 20:11:40 2014 -0400

    Update Gemfiles to use latest arvados gem. refs #3550

diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index c7e3870..b96fee1 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
 gem 'rails', '~> 4.1.0'
 gem 'minitest', '>= 5.0.0'
 
-gem 'arvados', '>= 0.1.20140910123800'
+gem 'arvados', '>= 0.1.20140917180103'
 
 # Bundle edge Rails instead:
 # gem 'rails', :git => 'git://github.com/rails/rails.git'
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index 7d98bf1..bdf3913 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -39,7 +39,7 @@ GEM
     addressable (2.3.6)
     andand (1.3.3)
     arel (5.0.1.20140414130214)
-    arvados (0.1.20140910123800)
+    arvados (0.1.20140917180103)
       activesupport (>= 3.2.13)
       andand
       google-api-client (~> 0.6.3)
@@ -229,7 +229,7 @@ PLATFORMS
 DEPENDENCIES
   RedCloth
   andand
-  arvados (>= 0.1.20140910123800)
+  arvados (>= 0.1.20140917180103)
   bootstrap-sass (~> 3.1.0)
   bootstrap-x-editable-rails
   capybara
diff --git a/services/api/Gemfile b/services/api/Gemfile
index 3488d59..eca6d01 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -71,8 +71,8 @@ gem 'database_cleaner'
 
 gem 'themes_for_rails'
 
-gem 'arvados', '>= 0.1.20140912152020'
-gem 'arvados-cli', '>= 0.1.20140912152020'
+gem 'arvados', '>= 0.1.20140917180103'
+gem 'arvados-cli', '>= 0.1.20140917180103'
 
 # 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 69517c1..e01b95a 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -35,13 +35,13 @@ GEM
     addressable (2.3.6)
     andand (1.3.3)
     arel (3.0.3)
-    arvados (0.1.20140912152020)
+    arvados (0.1.20140917180103)
       activesupport (>= 3.2.13)
       andand
       google-api-client (~> 0.6.3)
       json (>= 1.7.7)
       jwt (>= 0.1.5, < 1.0.0)
-    arvados-cli (0.1.20140912152020)
+    arvados-cli (0.1.20140917180103)
       activesupport (~> 3.2, >= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
       arvados (~> 0.1.0)
@@ -223,8 +223,8 @@ PLATFORMS
 DEPENDENCIES
   acts_as_api
   andand
-  arvados (>= 0.1.20140912152020)
-  arvados-cli (>= 0.1.20140912152020)
+  arvados (>= 0.1.20140917180103)
+  arvados-cli (>= 0.1.20140917180103)
   coffee-rails (~> 3.2.0)
   database_cleaner
   factory_girl_rails

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list