!116 fix build failure due to version of pry and factory_bot mismatch

From: @wang--ge 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2023-01-16 01:49:10 +00:00 committed by Gitee
commit 63be5cf0ca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

@ -6,7 +6,7 @@
Name: obs-server
Version: 2.10.15
Release: 2
Release: 3
Summary: The Open Build Service -- Server Component
License: GPL-2.0-only OR GPL-3.0-only
URL: http://www.openbuildservice.org
@ -517,6 +517,9 @@ usermod -a -G docker obsservicerun
%{_sbindir}/rcobsstoragesetup
%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
- Fix obs-api install warning