[ARVADOS] updated: 2.1.0-869-gebfa27133
Git user
git at public.arvados.org
Wed Jun 2 21:29:02 UTC 2021
Summary of changes:
apps/workbench/Gemfile | 2 +-
apps/workbench/Gemfile.lock | 4 ++--
services/api/Gemfile | 2 +-
services/api/Gemfile.lock | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
via ebfa2713301c322ebaf06f657a9cfb7cdd176b12 (commit)
from 4921d160cd6237d9b84fb8abfa469d2501628cf6 (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 ebfa2713301c322ebaf06f657a9cfb7cdd176b12
Author: Ward Vandewege <ward at curii.com>
Date: Wed Jun 2 17:28:41 2021 -0400
Make our arvados-api and arvados-workbench Gemfiles use the arvados
2.1.5 gem.
refs #17738
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index 9f7008ba0..239c24d95 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.1.4'
+gem 'arvados', '~> 2.1.5'
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 a23eeaed4..fe497fe84 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.1.4)
+ arvados (2.1.5)
activesupport (>= 3)
andand (~> 1.3, >= 1.3.3)
arvados-google-api-client (>= 0.7, < 0.8.9)
@@ -335,7 +335,7 @@ DEPENDENCIES
activerecord-nulldb-adapter!
andand
angularjs-rails (~> 1.3.8)
- arvados (~> 2.1.4)
+ arvados (~> 2.1.5)
bootsnap
bootstrap-sass (~> 3.4.1)
bootstrap-tab-history-rails
diff --git a/services/api/Gemfile b/services/api/Gemfile
index 88d078906..ae1658123 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -58,7 +58,7 @@ gem 'optimist'
gem 'themes_for_rails', git: 'https://github.com/arvados/themes_for_rails'
# Import arvados gem.
-gem 'arvados', '~> 2.1.4'
+gem 'arvados', '~> 2.1.5'
gem 'httpclient'
gem 'sshkey'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index 82fd84fe2..6a26ffd49 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -57,7 +57,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
andand (1.3.3)
arel (9.0.0)
- arvados (2.1.4)
+ arvados (2.1.5)
activesupport (>= 3)
andand (~> 1.3, >= 1.3.3)
arvados-google-api-client (>= 0.7, < 0.8.9)
@@ -291,7 +291,7 @@ PLATFORMS
DEPENDENCIES
acts_as_api
andand
- arvados (~> 2.1.4)
+ arvados (~> 2.1.5)
bootsnap
byebug
factory_bot_rails
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list