[arvados] updated: 2.6.0-1156-g8cb7d5136d

git repository hosting git at public.arvados.org
Wed Aug 23 14:16:55 UTC 2023


Summary of changes:
 apps/workbench/Gemfile                         | 2 +-
 apps/workbench/Gemfile.lock                    | 4 ++--
 services/api/Gemfile                           | 2 +-
 services/api/Gemfile.lock                      | 4 ++--
 services/login-sync/arvados-login-sync.gemspec | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

       via  8cb7d5136d376fe28e09963eb51bee4657e9061a (commit)
      from  f361c2439d0b2a9b8ac839b62a868884261e7897 (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 8cb7d5136d376fe28e09963eb51bee4657e9061a
Author: Tom Clegg <tom at curii.com>
Date:   Wed Aug 23 10:15:02 2023 -0400

    20862: Update arvados gem version.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index cc2cb4140c..214a3fc04d 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -5,7 +5,7 @@
 source 'https://rubygems.org'
 
 gem 'rails', '~> 5.2.0'
-gem 'arvados', '~> 2.7.0.dev20230822151629'
+gem 'arvados', '~> 2.7.0.dev20230823133326'
 
 gem 'activerecord-nulldb-adapter', git: 'https://github.com/arvados/nulldb'
 gem 'multi_json'
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index e08cfac6a8..e8ad25a882 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -62,7 +62,7 @@ GEM
     andand (1.3.3)
     angularjs-rails (1.3.15)
     arel (9.0.0)
-    arvados (2.7.0.dev20230822151629)
+    arvados (2.7.0.dev20230823133326)
       activesupport (>= 3)
       andand (~> 1.3, >= 1.3.3)
       arvados-google-api-client (= 0.8.7.5, < 0.8.8)
@@ -320,7 +320,7 @@ DEPENDENCIES
   activerecord-nulldb-adapter!
   andand
   angularjs-rails (~> 1.3.8)
-  arvados (~> 2.7.0.dev20230822151629)
+  arvados (~> 2.7.0.dev20230823133326)
   bootstrap-sass (~> 3.4.1)
   bootstrap-tab-history-rails
   bootstrap-x-editable-rails
diff --git a/services/api/Gemfile b/services/api/Gemfile
index 01236ff8aa..1d0a31470e 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -49,7 +49,7 @@ gem 'optimist'
 
 gem 'themes_for_rails', git: 'https://github.com/arvados/themes_for_rails'
 
-gem 'arvados', '~> 2.7.0.dev20230822151629'
+gem 'arvados', '~> 2.7.0.dev20230823133326'
 gem 'httpclient'
 
 gem 'safe_yaml'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index 2ec546fed8..89bd94a9a4 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -57,7 +57,7 @@ GEM
       public_suffix (>= 2.0.2, < 6.0)
     andand (1.3.3)
     arel (9.0.0)
-    arvados (2.7.0.dev20230822151629)
+    arvados (2.7.0.dev20230823133326)
       activesupport (>= 3)
       andand (~> 1.3, >= 1.3.3)
       arvados-google-api-client (= 0.8.7.5, < 0.8.8)
@@ -243,7 +243,7 @@ PLATFORMS
 DEPENDENCIES
   acts_as_api
   andand
-  arvados (~> 2.7.0.dev20230822151629)
+  arvados (~> 2.7.0.dev20230823133326)
   byebug
   factory_bot_rails
   httpclient
diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec
index 9cd19bb125..40dcd2336d 100644
--- a/services/login-sync/arvados-login-sync.gemspec
+++ b/services/login-sync/arvados-login-sync.gemspec
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
   # bundler's dependency resolver to include 'pre-release' versions, like the
   # ones we build (but not publish) on every test pipeline job.
   # See: https://github.com/rubygems/bundler/issues/4340
-  s.add_runtime_dependency 'arvados', '~> 2.7.0.dev20230822151629'
+  s.add_runtime_dependency 'arvados', '~> 2.7.0.dev20230823133326'
   s.add_runtime_dependency 'launchy', '< 2.5'
   # We need at least version 0.8.7.3, cf. https://dev.arvados.org/issues/15673
   s.add_dependency('arvados-google-api-client', '>= 0.8.7.3', '< 0.8.9')

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list