Update to 2.10.15

This commit is contained in:
lyn1001 2022-10-27 17:36:23 +08:00
parent 6d2d96392b
commit 4b877b44d3
5 changed files with 82 additions and 79 deletions

View File

@ -1,6 +1,6 @@
# Edit this Gemfile to bundle your application's dependencies. # Edit this Gemfile to bundle your application's dependencies.
# This preamble is the current preamble for Rails 3 apps; edit as needed. # This preamble is the current preamble for Rails 3 apps; edit as needed.
source 'https://mirrors.huaweicloud.com/repository/rubygems' source 'https://repo.huaweicloud.com/repository/rubygems'
gem 'rails', '~> 5.2' gem 'rails', '~> 5.2'

View File

@ -1,47 +1,47 @@
GEM GEM
remote: https://anonymous:devcloud@mirrors.huaweicloud.com/repository/rubygems/ remote: https://anonymous:devcloud@repo.huaweicloud.com/repository/rubygems/
specs: specs:
actioncable (5.2.7) actioncable (5.2.7.1)
actionpack (= 5.2.7) actionpack (= 5.2.7.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailer (5.2.7) actionmailer (5.2.7.1)
actionpack (= 5.2.7) actionpack (= 5.2.7.1)
actionview (= 5.2.7) actionview (= 5.2.7.1)
activejob (= 5.2.7) activejob (= 5.2.7.1)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.2.7) actionpack (5.2.7.1)
actionview (= 5.2.7) actionview (= 5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
rack (~> 2.0, >= 2.0.8) rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.7) actionview (5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.7) activejob (5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.2.7) activemodel (5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
activemodel-serializers-xml (1.0.2) activemodel-serializers-xml (1.0.2)
activemodel (> 5.x) activemodel (> 5.x)
activesupport (> 5.x) activesupport (> 5.x)
builder (~> 3.1) builder (~> 3.1)
activerecord (5.2.7) activerecord (5.2.7.1)
activemodel (= 5.2.7) activemodel (= 5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
arel (>= 9.0) arel (>= 9.0)
activestorage (5.2.7) activestorage (5.2.7.1)
actionpack (= 5.2.7) actionpack (= 5.2.7.1)
activerecord (= 5.2.7) activerecord (= 5.2.7.1)
marcel (~> 1.0.0) marcel (~> 1.0.0)
activesupport (5.2.7) activesupport (5.2.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
@ -256,7 +256,7 @@ GEM
mysql2 (0.5.3) mysql2 (0.5.3)
netrc (0.11.0) netrc (0.11.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.3-aarch64-linux) nokogiri (1.13.4-aarch64-linux)
racc (~> 1.4) racc (~> 1.4)
parallel (1.21.0) parallel (1.21.0)
parser (3.1.1.0) parser (3.1.1.0)
@ -295,18 +295,18 @@ GEM
rack (2.2.3) rack (2.2.3)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.2.7) rails (5.2.7.1)
actioncable (= 5.2.7) actioncable (= 5.2.7.1)
actionmailer (= 5.2.7) actionmailer (= 5.2.7.1)
actionpack (= 5.2.7) actionpack (= 5.2.7.1)
actionview (= 5.2.7) actionview (= 5.2.7.1)
activejob (= 5.2.7) activejob (= 5.2.7.1)
activemodel (= 5.2.7) activemodel (= 5.2.7.1)
activerecord (= 5.2.7) activerecord (= 5.2.7.1)
activestorage (= 5.2.7) activestorage (= 5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.2.7) railties (= 5.2.7.1)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5) rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
@ -322,9 +322,9 @@ GEM
activesupport (>= 5.2) activesupport (>= 5.2)
rails_tokeninput (1.7.0) rails_tokeninput (1.7.0)
railties (>= 3.1.0) railties (>= 3.1.0)
railties (5.2.7) railties (5.2.7.1)
actionpack (= 5.2.7) actionpack (= 5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
@ -482,7 +482,7 @@ GEM
webrick webrick
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
yajl-ruby (1.4.1) yajl-ruby (1.4.2)
zeitwerk (2.5.4) zeitwerk (2.5.4)
PLATFORMS PLATFORMS

View File

@ -1,47 +1,47 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (5.2.7) actioncable (5.2.7.1)
actionpack (= 5.2.7) actionpack (= 5.2.7.1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailer (5.2.7) actionmailer (5.2.7.1)
actionpack (= 5.2.7) actionpack (= 5.2.7.1)
actionview (= 5.2.7) actionview (= 5.2.7.1)
activejob (= 5.2.7) activejob (= 5.2.7.1)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.2.7) actionpack (5.2.7.1)
actionview (= 5.2.7) actionview (= 5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
rack (~> 2.0, >= 2.0.8) rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.7) actionview (5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.7) activejob (5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.2.7) activemodel (5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
activemodel-serializers-xml (1.0.2) activemodel-serializers-xml (1.0.2)
activemodel (> 5.x) activemodel (> 5.x)
activesupport (> 5.x) activesupport (> 5.x)
builder (~> 3.1) builder (~> 3.1)
activerecord (5.2.7) activerecord (5.2.7.1)
activemodel (= 5.2.7) activemodel (= 5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
arel (>= 9.0) arel (>= 9.0)
activestorage (5.2.7) activestorage (5.2.7.1)
actionpack (= 5.2.7) actionpack (= 5.2.7.1)
activerecord (= 5.2.7) activerecord (= 5.2.7.1)
marcel (~> 1.0.0) marcel (~> 1.0.0)
activesupport (5.2.7) activesupport (5.2.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
@ -256,7 +256,7 @@ GEM
mysql2 (0.5.3) mysql2 (0.5.3)
netrc (0.11.0) netrc (0.11.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.3-x86_64-linux) nokogiri (1.13.4-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
parallel (1.21.0) parallel (1.21.0)
parser (3.1.1.0) parser (3.1.1.0)
@ -295,18 +295,18 @@ GEM
rack (2.2.3) rack (2.2.3)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (5.2.7) rails (5.2.7.1)
actioncable (= 5.2.7) actioncable (= 5.2.7.1)
actionmailer (= 5.2.7) actionmailer (= 5.2.7.1)
actionpack (= 5.2.7) actionpack (= 5.2.7.1)
actionview (= 5.2.7) actionview (= 5.2.7.1)
activejob (= 5.2.7) activejob (= 5.2.7.1)
activemodel (= 5.2.7) activemodel (= 5.2.7.1)
activerecord (= 5.2.7) activerecord (= 5.2.7.1)
activestorage (= 5.2.7) activestorage (= 5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.2.7) railties (= 5.2.7.1)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5) rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1) actionpack (>= 5.0.1.rc1)
@ -322,9 +322,9 @@ GEM
activesupport (>= 5.2) activesupport (>= 5.2)
rails_tokeninput (1.7.0) rails_tokeninput (1.7.0)
railties (>= 3.1.0) railties (>= 3.1.0)
railties (5.2.7) railties (5.2.7.1)
actionpack (= 5.2.7) actionpack (= 5.2.7.1)
activesupport (= 5.2.7) activesupport (= 5.2.7.1)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
@ -482,7 +482,7 @@ GEM
webrick webrick
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
yajl-ruby (1.4.1) yajl-ruby (1.4.2)
zeitwerk (2.5.4) zeitwerk (2.5.4)
PLATFORMS PLATFORMS

View File

@ -19,7 +19,7 @@
%global rack_version 2.2.3 %global rack_version 2.2.3
Name: obs-bundled-gems Name: obs-bundled-gems
Version: 2.10.1 Version: 2.10.1
Release: 6 Release: 7
Summary: The Open Build Service -- Bundled Gems Summary: The Open Build Service -- Bundled Gems
License: GPL-2.0-only OR GPL-3.0-only License: GPL-2.0-only OR GPL-3.0-only
URL: http://www.openbuildservice.org URL: http://www.openbuildservice.org
@ -139,6 +139,9 @@ done
%doc README %doc README
%changelog %changelog
* Thu Oct 27 2022 liyanan <liyanan32@h-partners.com> 2.10.1-7
- Update gem version for obs-server 2.10.15
* Tue May 24 2022 wangkai <wangkai385@h-partners.com> 2.10.1-6 * Tue May 24 2022 wangkai <wangkai385@h-partners.com> 2.10.1-6
- Update Gemfile.lock factory_bot-6.2.1 and pry-0.13.1 and pry-byebug-3.9.0 - Update Gemfile.lock factory_bot-6.2.1 and pry-0.13.1 and pry-byebug-3.9.0

Binary file not shown.