[ARVADOS] updated: 1.3.0-2943-gc8f84a3c4
Git user
git at public.arvados.org
Wed Aug 19 19:23:58 UTC 2020
Summary of changes:
sdk/cli/arvados-cli.gemspec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via c8f84a3c4a4f589afaa0bfa1dcc65be9c23e62e6 (commit)
from 917466e7fcf1e6f4f65dfee8ff7d103679e97041 (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 c8f84a3c4a4f589afaa0bfa1dcc65be9c23e62e6
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Aug 19 16:23:36 2020 -0300
Pins oj gem on arvados-cli to avoid asking for ruby >= 2.4.
No issue #
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index f60adf538..4096a2eb1 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -46,7 +46,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'json', '>= 1.7.7', '<3'
s.add_runtime_dependency 'optimist', '~> 3.0'
s.add_runtime_dependency 'andand', '~> 1.3', '>= 1.3.3'
- s.add_runtime_dependency 'oj', '~> 3.0'
+ # oj 3.10.9 requires ruby >= 2.4 and arvbox doesn't currently have it because of SSO
+ s.add_runtime_dependency 'oj', '< 3.10.9'
s.add_runtime_dependency 'curb', '~> 0.8'
s.add_runtime_dependency 'launchy', '< 2.5'
# arvados-google-api-client 0.8.7.2 is incompatible with faraday 0.16.2
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list