[arvados] updated: 2.6.0-473-gbc233f72b
git repository hosting
git at public.arvados.org
Thu Aug 10 20:48:33 UTC 2023
Summary of changes:
apps/workbench/Gemfile | 2 +-
apps/workbench/Gemfile.lock | 2 +-
sdk/cli/arvados-cli.gemspec | 2 +-
services/api/Gemfile | 2 +-
services/api/Gemfile.lock | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
via bc233f72bd1de3f753619a933f42a9e038457a11 (commit)
from 2e441afdc7f0dbe7732446bd38bf330ab65c0aa6 (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 bc233f72bd1de3f753619a933f42a9e038457a11
Author: Tom Clegg <tom at curii.com>
Date: Thu Aug 10 16:48:17 2023 -0400
19213: Fix gem dependencies.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index 1a2e5e01f..1a9fa92fb 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.dev20230810141507'
+gem 'arvados', '>= 2.7.0.dev20230810143224'
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 68e2c08b9..e115b0fd2 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.dev20230810141507)
+ arvados (2.7.0.dev20230810143224)
activesupport (>= 3)
andand (~> 1.3, >= 1.3.3)
faraday (>= 0.17.4)
diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index 51888ea2e..d40a04250 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
s.executables << "arv"
s.executables << "arv-tag"
s.required_ruby_version = '>= 2.5.0'
- s.add_runtime_dependency 'arvados', '>= 2.7.0.dev20230810141507'
+ s.add_runtime_dependency 'arvados', '>= 2.7.0.dev20230810143224'
# Our google-api-client dependency used to be < 0.9, but that could be
# satisfied by the buggy 0.9.pre*, cf. https://dev.arvados.org/issues/9213
# We need at least version 0.8.7.3, cf. https://dev.arvados.org/issues/15673
diff --git a/services/api/Gemfile b/services/api/Gemfile
index b8a5decbe..eb7eb31c5 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -48,7 +48,7 @@ gem 'optimist'
gem 'themes_for_rails', git: 'https://github.com/arvados/themes_for_rails'
-gem 'arvados', '>= 2.7.0.dev20230810141507'
+gem 'arvados', '>= 2.7.0.dev20230810143224'
gem 'httpclient'
gem 'safe_yaml'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index a8541ee8c..46495578a 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.dev20230810141507)
+ arvados (2.7.0.dev20230810143224)
activesupport (>= 3)
andand (~> 1.3, >= 1.3.3)
faraday (>= 0.17.4)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list