Upgrade to 2.3.26

(cherry picked from commit e7e0c8a011e361e112283ed45132ce7ff2e8bca1)
This commit is contained in:
caodongxia 2023-03-13 15:08:24 +08:00 committed by openeuler-sync-bot
parent ed60694ac8
commit a2812a8a00
4 changed files with 11 additions and 8 deletions

Binary file not shown.

BIN
bundler-2.3.26.gem Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global gem_name bundler
%bcond_with tests
%global fileutils_version 0.7.2
%global molinillo_version 0.7.0
%global fileutils_version 1.4.1
%global molinillo_version 0.8.0
%global net_http_persistent_version 4.0.0
%global thor_version 1.1.0
%global thor_version 1.2.1
Name: rubygem-%{gem_name}
Version: 2.2.33
Version: 2.3.26
Release: 1
Summary: Library and utilities to manage a Ruby application's gem dependencies
License: MIT
@ -109,10 +109,10 @@ popd
%{_bindir}/bundle
%{_bindir}/bundler
%exclude %{gem_instdir}/.*
%exclude %{gem_libdir}/bundler/ssl_certs/index.rubygems.org
%exclude %{gem_libdir}/bundler/ssl_certs/rubygems.global.ssl.fastly.net
%exclude %{gem_libdir}/bundler/ssl_certs/rubygems.org
%exclude %{gem_libdir}/bundler/ssl_certs/.document
%exclude %{gem_libdir}/bundler/.document
%exclude %{gem_libdir}/bundler/vendor/.document
%exclude %{gem_libdir}/bundler/templates/.document
%exclude %{gem_libdir}/bundler/man/.document
%license %{gem_instdir}/LICENSE.md
%exclude %{gem_instdir}/bundler.gemspec
%{gem_instdir}/exe
@ -130,6 +130,9 @@ popd
%doc %{_mandir}/man5/*
%changelog
* Mon Mar 13 2023 caodongxia <caodongxia@h-partners.com> - 2.3.26-1
- Upgrade to 2.3.26
* Wed Dec 29 2021 houyingchao <houyingchao@huawei.com> - 2.2.33-1
- Upgrade to 2.2.33
- Fix CVE-2021-43809