20862: Update arvados gem version.
authorTom Clegg <tom@curii.com>
Wed, 23 Aug 2023 14:15:02 +0000 (10:15 -0400)
committerTom Clegg <tom@curii.com>
Wed, 23 Aug 2023 14:15:02 +0000 (10:15 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

apps/workbench/Gemfile
apps/workbench/Gemfile.lock
services/api/Gemfile
services/api/Gemfile.lock
services/login-sync/arvados-login-sync.gemspec

index cc2cb4140ce154d4e50706efc7522233f13ad434..214a3fc04d8eac7dafa3c155fe6623f7fde35980 100644 (file)
@@ -5,7 +5,7 @@
 source 'https://rubygems.org'
 
 gem 'rails', '~> 5.2.0'
-gem 'arvados', '~> 2.7.0.dev20230822151629'
+gem 'arvados', '~> 2.7.0.dev20230823133326'
 
 gem 'activerecord-nulldb-adapter', git: 'https://github.com/arvados/nulldb'
 gem 'multi_json'
index e08cfac6a8f1b00ee1631c2fdbe19ee332c22d3b..e8ad25a8826033b1cb75859686a8b8ae1b2921cb 100644 (file)
@@ -62,7 +62,7 @@ GEM
     andand (1.3.3)
     angularjs-rails (1.3.15)
     arel (9.0.0)
-    arvados (2.7.0.dev20230822151629)
+    arvados (2.7.0.dev20230823133326)
       activesupport (>= 3)
       andand (~> 1.3, >= 1.3.3)
       arvados-google-api-client (= 0.8.7.5, < 0.8.8)
@@ -320,7 +320,7 @@ DEPENDENCIES
   activerecord-nulldb-adapter!
   andand
   angularjs-rails (~> 1.3.8)
-  arvados (~> 2.7.0.dev20230822151629)
+  arvados (~> 2.7.0.dev20230823133326)
   bootstrap-sass (~> 3.4.1)
   bootstrap-tab-history-rails
   bootstrap-x-editable-rails
index 01236ff8aac4c165596aa5827e72bf44b2e69ee7..1d0a31470ed27cd053699f6aaf17dbdbb3f858de 100644 (file)
@@ -49,7 +49,7 @@ gem 'optimist'
 
 gem 'themes_for_rails', git: 'https://github.com/arvados/themes_for_rails'
 
-gem 'arvados', '~> 2.7.0.dev20230822151629'
+gem 'arvados', '~> 2.7.0.dev20230823133326'
 gem 'httpclient'
 
 gem 'safe_yaml'
index 2ec546fed8533399f99d8d7ffb647e5200455285..89bd94a9a40f3edba00ce40d8dea5cf4e7db59f5 100644 (file)
@@ -57,7 +57,7 @@ GEM
       public_suffix (>= 2.0.2, < 6.0)
     andand (1.3.3)
     arel (9.0.0)
-    arvados (2.7.0.dev20230822151629)
+    arvados (2.7.0.dev20230823133326)
       activesupport (>= 3)
       andand (~> 1.3, >= 1.3.3)
       arvados-google-api-client (= 0.8.7.5, < 0.8.8)
@@ -243,7 +243,7 @@ PLATFORMS
 DEPENDENCIES
   acts_as_api
   andand
-  arvados (~> 2.7.0.dev20230822151629)
+  arvados (~> 2.7.0.dev20230823133326)
   byebug
   factory_bot_rails
   httpclient
index 9cd19bb1252da2d4c59265fc94838383f574ab94..40dcd2336d134b21c52e76e89fd5be339c93906b 100644 (file)
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
   # bundler's dependency resolver to include 'pre-release' versions, like the
   # ones we build (but not publish) on every test pipeline job.
   # See: https://github.com/rubygems/bundler/issues/4340
-  s.add_runtime_dependency 'arvados', '~> 2.7.0.dev20230822151629'
+  s.add_runtime_dependency 'arvados', '~> 2.7.0.dev20230823133326'
   s.add_runtime_dependency 'launchy', '< 2.5'
   # We need at least version 0.8.7.3, cf. https://dev.arvados.org/issues/15673
   s.add_dependency('arvados-google-api-client', '>= 0.8.7.3', '< 0.8.9')