fix build failure

This commit is contained in:
wang--ge 2023-01-13 15:42:09 +08:00
parent 454844ee95
commit f788575d1a
3 changed files with 9 additions and 6 deletions

View File

@ -152,7 +152,7 @@ GEM
experimental-influxdb-rails (1.0.0.beta5) experimental-influxdb-rails (1.0.0.beta5)
influxdb (~> 0.6, >= 0.6.4) influxdb (~> 0.6, >= 0.6.4)
railties (>= 4.2) railties (>= 4.2)
factory_bot (6.2.1) factory_bot (6.2.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
factory_bot_rails (6.2.0) factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0) factory_bot (~> 6.2.0)

View File

@ -1,5 +1,5 @@
GEM GEM
remote: https://anonymous:devcloud@mirrors.huaweicloud.com/repository/rubygems/ remote: https://rubygems.org/
specs: specs:
actioncable (5.2.7.1) actioncable (5.2.7.1)
actionpack (= 5.2.7.1) actionpack (= 5.2.7.1)
@ -278,12 +278,12 @@ GEM
pkg-config (1.4.7) pkg-config (1.4.7)
popper_js (2.9.3) popper_js (2.9.3)
power_assert (2.0.1) power_assert (2.0.1)
pry (0.13.1) pry (0.14.1)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
pry-byebug (3.9.0) pry-byebug (3.8.0)
byebug (~> 11.0) byebug (~> 11.0)
pry (~> 0.13.0) pry (~> 0.10)
psych (4.0.3) psych (4.0.3)
stringio stringio
public_suffix (4.0.6) public_suffix (4.0.6)

View File

@ -6,7 +6,7 @@
Name: obs-server Name: obs-server
Version: 2.10.15 Version: 2.10.15
Release: 2 Release: 3
Summary: The Open Build Service -- Server Component Summary: The Open Build Service -- Server Component
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
@ -517,6 +517,9 @@ usermod -a -G docker obsservicerun
%{_sbindir}/rcobsstoragesetup %{_sbindir}/rcobsstoragesetup
%changelog %changelog
* Fri Jan 13 2023 Ge Wang <wangge20@h-partners.com> - 2.10.15-3
- Fix build failure due to version of pry and factory_bot mismatch
* Wed Jun 15 2022 wangkai <wangkai385@h-partners.com> - 2.10.15-2 * Wed Jun 15 2022 wangkai <wangkai385@h-partners.com> - 2.10.15-2
- Fix obs-api install warning - Fix obs-api install warning