[arvados] updated: 2.6.0-1160-gdfadcc1a6c
git repository hosting
git at public.arvados.org
Thu Aug 24 16:22:19 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 dfadcc1a6ccb7128784c4894cbd297272db094d9 (commit)
from a1caf98fffd0c8c9b925b3102d857ce61bbe1f47 (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 dfadcc1a6ccb7128784c4894cbd297272db094d9
Author: Tom Clegg <tom at curii.com>
Date: Thu Aug 24 12:22:09 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 214a3fc04d..cda942d5d5 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.dev20230823133326'
+gem 'arvados', '~> 2.7.0.dev20230824142549'
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 e8ad25a882..e038499d17 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.dev20230823133326)
+ arvados (2.7.0.dev20230824142549)
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.dev20230823133326)
+ arvados (~> 2.7.0.dev20230824142549)
bootstrap-sass (~> 3.4.1)
bootstrap-tab-history-rails
bootstrap-x-editable-rails
diff --git a/services/api/Gemfile b/services/api/Gemfile
index 1d0a31470e..c4596cbe03 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.dev20230823133326'
+gem 'arvados', '~> 2.7.0.dev20230824142549'
gem 'httpclient'
gem 'safe_yaml'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index 89bd94a9a4..285f80039c 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.dev20230823133326)
+ arvados (2.7.0.dev20230824142549)
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.dev20230823133326)
+ arvados (~> 2.7.0.dev20230824142549)
byebug
factory_bot_rails
httpclient
diff --git a/services/login-sync/arvados-login-sync.gemspec b/services/login-sync/arvados-login-sync.gemspec
index 40dcd2336d..d0ad308e54 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.dev20230823133326'
+ s.add_runtime_dependency 'arvados', '~> 2.7.0.dev20230824142549'
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