Skip to content

Commit e27b7e9

Browse files
committed
hiera-eyaml: Update 4.3.0->5.0.0
1 parent 224898b commit e27b7e9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

configs/components/rubygem-hiera-eyaml.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
#####
66
component 'rubygem-hiera-eyaml' do |pkg, settings, _platform|
77
### Maintained by update_gems automation ###
8-
pkg.version '4.3.0'
9-
pkg.sha256sum '19eba2ea9d70b2d56de064df9e3242860d8070d47ff9c9a6348b7fe94708ab0a'
8+
pkg.version '5.0.0'
9+
pkg.sha256sum 'efdbc2d6d48897fc288047a391403b15c00cdf43de6765903997d4b65ae48895'
10+
pkg.build_requires 'rubygem-base64'
1011
pkg.build_requires 'rubygem-highline'
1112
pkg.build_requires 'rubygem-optimist'
1213
### End automated maintenance section ###

configs/projects/agent-runtime-main.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
proj.component 'rubygem-fast_gettext'
5252
proj.component 'rubygem-ffi'
5353
proj.component 'rubygem-gettext'
54+
proj.component 'rubygem-base64' # needs to come before hiera-eyaml. Otherwise vanagon tries to install a deb/rpm called rubygem-base64
5455
proj.component 'rubygem-hiera-eyaml'
5556
proj.component 'rubygem-highline'
5657
proj.component 'rubygem-hocon'

configs/projects/agent-runtime-ruby4.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
proj.component 'rubygem-fast_gettext'
5151
proj.component 'rubygem-ffi'
5252
proj.component 'rubygem-gettext'
53+
proj.component 'rubygem-base64' # needs to come before hiera-eyaml. Otherwise vanagon tries to install a deb/rpm called rubygem-base64
5354
proj.component 'rubygem-hiera-eyaml'
5455
proj.component 'rubygem-highline'
5556
proj.component 'rubygem-hocon'
@@ -75,7 +76,6 @@
7576
if platform.is_macos?
7677
proj.component 'readline'
7778
proj.component 'rubygem-CFPropertyList'
78-
proj.component 'rubygem-base64'
7979
end
8080

8181
unless platform.is_aix? || platform.is_windows?

0 commit comments

Comments
 (0)