[ARVADOS] created: 2.1.0-864-gbc43917e2
Git user
git at public.arvados.org
Tue Jun 1 15:17:14 UTC 2021
at bc43917e2fff2c8add13d9e5ac0c1cd593ddf413 (commit)
commit bc43917e2fff2c8add13d9e5ac0c1cd593ddf413
Author: Ward Vandewege <ward at curii.com>
Date: Fri May 28 16:53:18 2021 -0400
Pin the api server and workbench to the Arvados 2.2.0 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 d5b416b53..a8af0b16d 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -5,7 +5,7 @@
source 'https://rubygems.org'
gem 'rails', '~> 5.2.0'
-gem 'arvados', git: 'https://github.com/arvados/arvados.git', glob: 'sdk/ruby/arvados.gemspec'
+gem 'arvados', '~> 2.2.0'
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 0f29c543b..f0c12dbb2 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -1,17 +1,3 @@
-GIT
- remote: https://github.com/arvados/arvados.git
- revision: c210114aa8c77ba0bb8e4d487fc1507b40f9560f
- glob: sdk/ruby/arvados.gemspec
- specs:
- arvados (1.5.0.pre20200114202620)
- activesupport (>= 3)
- andand (~> 1.3, >= 1.3.3)
- arvados-google-api-client (>= 0.7, < 0.8.9)
- faraday (< 0.16)
- i18n (~> 0)
- json (>= 1.7.7, < 3)
- jwt (>= 0.1.5, < 2)
-
GIT
remote: https://github.com/arvados/nulldb
revision: d8e0073b665acdd2537c5eb15178a60f02f4b413
@@ -76,6 +62,14 @@ GEM
andand (1.3.3)
angularjs-rails (1.3.15)
arel (9.0.0)
+ arvados (2.2.0)
+ activesupport (>= 3)
+ andand (~> 1.3, >= 1.3.3)
+ arvados-google-api-client (>= 0.7, < 0.8.9)
+ faraday (< 0.16)
+ i18n (~> 0)
+ json (>= 1.7.7, < 3)
+ jwt (>= 0.1.5, < 2)
arvados-google-api-client (0.8.7.4)
activesupport (>= 3.2, < 5.3)
addressable (~> 2.3)
@@ -186,8 +180,9 @@ GEM
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
- mimemagic (0.3.8)
+ mimemagic (0.3.10)
nokogiri (~> 1)
+ rake
mini_mime (1.0.2)
mini_portile2 (2.5.1)
minitest (5.10.3)
@@ -341,7 +336,7 @@ DEPENDENCIES
activerecord-nulldb-adapter!
andand
angularjs-rails (~> 1.3.8)
- arvados!
+ arvados (~> 2.2.0)
bootsnap
bootstrap-sass (~> 3.4.1)
bootstrap-tab-history-rails
diff --git a/services/api/Gemfile b/services/api/Gemfile
index 1e12d6a4c..70554731c 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -57,8 +57,7 @@ gem 'optimist'
gem 'themes_for_rails', git: 'https://github.com/arvados/themes_for_rails'
-# Import arvados gem. Note: actual git commit is pinned via Gemfile.lock
-gem 'arvados', git: 'https://github.com/arvados/arvados.git', glob: 'sdk/ruby/arvados.gemspec'
+gem 'arvados', '~> 2.2.0'
gem 'httpclient'
gem 'sshkey'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index 58504d057..4e4d47357 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -1,17 +1,3 @@
-GIT
- remote: https://github.com/arvados/arvados.git
- revision: 81725af5d5d2e6cd18ba7099ba5fb1fc520f4f8c
- glob: sdk/ruby/arvados.gemspec
- specs:
- arvados (1.5.0.pre20200114202620)
- activesupport (>= 3)
- andand (~> 1.3, >= 1.3.3)
- arvados-google-api-client (>= 0.7, < 0.8.9)
- faraday (< 0.16)
- i18n (~> 0)
- json (>= 1.7.7, < 3)
- jwt (>= 0.1.5, < 2)
-
GIT
remote: https://github.com/arvados/themes_for_rails
revision: ddf6e592b3b6493ea0c2de7b5d3faa120ed35be0
@@ -71,6 +57,14 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
andand (1.3.3)
arel (9.0.0)
+ arvados (2.2.0)
+ activesupport (>= 3)
+ andand (~> 1.3, >= 1.3.3)
+ arvados-google-api-client (>= 0.7, < 0.8.9)
+ faraday (< 0.16)
+ i18n (~> 0)
+ json (>= 1.7.7, < 3)
+ jwt (>= 0.1.5, < 2)
arvados-google-api-client (0.8.7.4)
activesupport (>= 3.2, < 5.3)
addressable (~> 2.3)
@@ -129,8 +123,8 @@ GEM
thor (>= 0.14, < 2.0)
json (2.3.0)
jwt (1.5.6)
- launchy (2.4.3)
- addressable (~> 2.3)
+ launchy (2.5.0)
+ addressable (~> 2.7)
libv8 (3.16.14.19)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -151,8 +145,9 @@ GEM
memoist (0.16.2)
metaclass (0.0.4)
method_source (1.0.0)
- mimemagic (0.3.8)
+ mimemagic (0.3.10)
nokogiri (~> 1)
+ rake
mini_mime (1.0.2)
mini_portile2 (2.5.1)
minitest (5.10.3)
@@ -187,7 +182,7 @@ GEM
oauth2 (~> 1.1)
omniauth (~> 1.2)
optimist (3.0.0)
- os (1.0.1)
+ os (1.1.1)
passenger (6.0.2)
rack
rake (>= 0.8.1)
@@ -297,7 +292,7 @@ PLATFORMS
DEPENDENCIES
acts_as_api
andand
- arvados!
+ arvados (~> 2.2.0)
bootsnap
byebug
factory_bot_rails
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list