File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ variables:
4
4
OOD_PACKAGING_DEBUG : ' true'
5
5
OOD_PACKAGING_GPG_PRIVATE_KEY : /systems/osc_certs/gpg/ondemand/ondemand.sec
6
6
OOD_PACKAGING_GPG_PASSPHRASE : /systems/osc_certs/gpg/ondemand/.gpgpass
7
- OOD_PACKAGING_RELEASE : ' 2 .1'
7
+ OOD_PACKAGING_RELEASE : ' 3 .1'
8
8
9
9
before_script :
10
10
- docker info
@@ -23,7 +23,7 @@ rpm-build:
23
23
- ./tmp/ondemand-packaging/bin/ood_packaging -w $CI_PROJECT_DIR/tmp/work -o $CI_PROJECT_DIR/tmp/output -V $CI_COMMIT_TAG -T $CI_PROJECT_DIR
24
24
parallel :
25
25
matrix :
26
- - OOD_PACKAGING_DIST : [el7, el8]
26
+ - OOD_PACKAGING_DIST : [el8]
27
27
artifacts :
28
28
paths :
29
29
- tmp/output
Original file line number Diff line number Diff line change @@ -46,3 +46,7 @@ gem 'ood_appkit', '~> 2.1'
46
46
gem 'ood_core' , '~> 0.21.0'
47
47
48
48
gem 'nokogiri' , '>= 1.10.4'
49
+
50
+ # ruby 3.1 ships psych 4 which breaks
51
+ # and rails 6.0 does not have the patch
52
+ gem 'psych' , '< 4'
Original file line number Diff line number Diff line change 141
141
ood_support (~> 0.0.2 )
142
142
rexml (~> 3.2 )
143
143
ood_support (0.0.3 )
144
+ psych (3.3.4 )
144
145
public_suffix (5.0.1 )
145
146
racc (1.6.2 )
146
147
rack (2.2.6.4 )
@@ -233,6 +234,7 @@ DEPENDENCIES
233
234
nokogiri (>= 1.10.4 )
234
235
ood_appkit (~> 2.1 )
235
236
ood_core (~> 0.21.0 )
237
+ psych (< 4 )
236
238
rails (= 6.0.6.1 )
237
239
sass-rails (~> 5.0 )
238
240
sqlite3 (~> 1.4.0 )
You can’t perform that action at this time.
0 commit comments