[ARVADOS] updated: 1.4.2-13-gd1757cb27
Git user
git at public.arvados.org
Fri Jan 3 20:40:55 UTC 2020
Summary of changes:
apps/workbench/Gemfile | 2 +-
apps/workbench/Gemfile.lock | 8 ++++----
services/api/Gemfile | 4 ++--
services/api/Gemfile.lock | 10 +++++-----
4 files changed, 12 insertions(+), 12 deletions(-)
via d1757cb278f370eabc16fc0314afe01a3f932656 (commit)
from 311443795cf368f62c984838d2ed385f6a95694c (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 d1757cb278f370eabc16fc0314afe01a3f932656
Author: Tom Clegg <tom at tomclegg.ca>
Date: Fri Jan 3 15:40:02 2020 -0500
Update bundles to a commit that can be installed with git 2.1.4.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>
diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index 136e1948b..26188676a 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -5,7 +5,7 @@
source 'https://rubygems.org'
gem 'rails', '~> 5.0.0'
-gem 'arvados', git: 'https://github.com/curoverse/arvados.git', glob: 'sdk/ruby/arvados.gemspec', branch: '15900-gem-version-142'
+gem 'arvados', git: 'https://github.com/arvados/arvados.git', glob: 'sdk/ruby/arvados.gemspec', branch: '15900-gem-version-143'
gem 'activerecord-nulldb-adapter', git: 'https://github.com/curoverse/nulldb'
gem 'multi_json'
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index af6dc647f..d01cfd20f 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -1,10 +1,10 @@
GIT
- remote: https://github.com/curoverse/arvados.git
- revision: 2c952e4c3635e02b231019ed1bca2700c35a5682
- branch: 15900-gem-version-142
+ remote: https://github.com/arvados/arvados.git
+ revision: 311443795cf368f62c984838d2ed385f6a95694c
+ branch: 15900-gem-version-143
glob: sdk/ruby/arvados.gemspec
specs:
- arvados (1.4.3.pre20191203162527)
+ arvados (1.4.3.pre20200103202408)
activesupport (>= 3)
andand (~> 1.3, >= 1.3.3)
arvados-google-api-client (>= 0.7, < 0.8.9)
diff --git a/services/api/Gemfile b/services/api/Gemfile
index 29829c159..df37bf297 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -59,8 +59,8 @@ gem 'themes_for_rails', git: 'https://github.com/curoverse/themes_for_rails'
# two gems with the same "git" url but different "glob" values, hence
# the use of a wildcard here instead of literal paths
# (sdk/cli/arvados-cli.gem and sdk/ruby/arvados.gem).
-gem 'arvados-cli', git: 'https://github.com/curoverse/arvados.git', glob: 'sdk/*/*.gemspec', branch: '15900-gem-version-142'
-gem 'arvados', git: 'https://github.com/curoverse/arvados.git', glob: 'sdk/*/*.gemspec', branch: '15900-gem-version-142'
+gem 'arvados-cli', git: 'https://github.com/arvados/arvados.git', glob: 'sdk/*/*.gemspec', branch: '15900-gem-version-143'
+gem 'arvados', git: 'https://github.com/arvados/arvados.git', glob: 'sdk/*/*.gemspec', branch: '15900-gem-version-143'
gem 'httpclient'
gem 'sshkey'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index 204c509bd..07347a400 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -1,10 +1,10 @@
GIT
- remote: https://github.com/curoverse/arvados.git
- revision: 2c952e4c3635e02b231019ed1bca2700c35a5682
- branch: 15900-gem-version-142
+ remote: https://github.com/arvados/arvados.git
+ revision: 311443795cf368f62c984838d2ed385f6a95694c
+ branch: 15900-gem-version-143
glob: sdk/*/*.gemspec
specs:
- arvados (1.4.3.pre20191203162527)
+ arvados (1.4.3.pre20200103202408)
activesupport (>= 3)
andand (~> 1.3, >= 1.3.3)
arvados-google-api-client (>= 0.7, < 0.8.9)
@@ -12,7 +12,7 @@ GIT
i18n (~> 0)
json (>= 1.7.7, < 3)
jwt (>= 0.1.5, < 2)
- arvados-cli (1.4.3.pre20191203162527)
+ arvados-cli (1.4.3.pre20200103202408)
activesupport (>= 3.2.13, < 5.1)
andand (~> 1.3, >= 1.3.3)
arvados (>= 1.4.1.20190320201707)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list