Make our arvados-api and arvados-workbench Gemfiles use the arvados
authorWard Vandewege <ward@curii.com>
Wed, 2 Jun 2021 21:28:41 +0000 (17:28 -0400)
committerWard Vandewege <ward@curii.com>
Wed, 2 Jun 2021 21:29:22 +0000 (17:29 -0400)
2.1.5 gem.

refs #17738

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

apps/workbench/Gemfile
apps/workbench/Gemfile.lock
services/api/Gemfile
services/api/Gemfile.lock

index 9f7008ba05f38bb99901ba5b5ea072c40c083e2b..239c24d950efa7ebab1e4b905e3ba132f47df491 100644 (file)
@@ -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'
index a23eeaed4d04d08d0246bb747f6b6297f1f94515..fe497fe84498be13d811c6dcb7374775aed6c7fd 100644 (file)
@@ -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
index 88d078906d3e9f72240bed671c9b6b7f5eae76fa..ae1658123615794fc699c840c0ade42552ad5052 100644 (file)
@@ -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'
index 82fd84fe2d75e5ebd9dcb76654855fe565af4168..6a26ffd494199ba04dcc9026a11434b586ff5d0d 100644 (file)
@@ -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