From ebfa2713301c322ebaf06f657a9cfb7cdd176b12 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 2 Jun 2021 17:28:41 -0400 Subject: [PATCH] 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 --- 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(-) diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index 9f7008ba05..239c24d950 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 a23eeaed4d..fe497fe844 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 88d078906d..ae16581236 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 82fd84fe2d..6a26ffd494 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 -- 2.30.2