From 126c03602fe7011acedc152efba80f2e5f934fe0 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Thu, 27 Oct 2022 17:22:36 +0800 Subject: [PATCH] update to 8.7.0 Signed-off-by: Zhao Hang --- ruby.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ruby.yaml b/ruby.yaml index bd0a827..265e805 100644 --- a/ruby.yaml +++ b/ruby.yaml @@ -23,7 +23,7 @@ data: - Ruby or MIT dependencies: - buildrequires: - platform: [an8.6.0] + platform: [an8.7.0] requires: platform: [an8] references: @@ -71,30 +71,30 @@ data: rationale: An interpreter of object-oriented scripting language ref: a8-ruby-stream-2.6 buildorder: 101 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] multilib: [x86_64] rubygem-abrt: rationale: ABRT support for Ruby ref: a8-ruby-stream-2.6 buildorder: 102 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] rubygem-bson: rationale: Ruby Implementation of the BSON specification ref: a8-ruby-stream-2.6 buildorder: 102 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] rubygem-mongo: rationale: Ruby driver for MongoDB ref: a8-ruby-stream-2.6 buildorder: 103 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] rubygem-mysql2: rationale: A simple, fast Mysql library for Ruby, binding to libmysql ref: a8-ruby-stream-2.6 buildorder: 102 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] rubygem-pg: rationale: A Ruby interface to the PostgreSQL RDBMS ref: a8-ruby-stream-2.6 buildorder: 102 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] -- Gitee