Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ end
gem 'artifactory'
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.105')
gem 'rake', '~> 13.0'
gem 'rubocop'
gem 'rubocop-rake'
gem 'rubocop', '~> 1.86'
gem 'rubocop-rake', '~> 0.7'
gem 'vanagon', *location_for(ENV['VANAGON_LOCATION'] || 'https://github.com/openvoxproject/vanagon#main')
# Need to update the openssl gem on MacOS to avoid SSL errors. Doesn't hurt to have the newest
# for all platforms.
Expand Down
4 changes: 2 additions & 2 deletions configs/components/curl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Component release information: https://github.com/curl/curl/releases
#####
component 'curl' do |pkg, settings, platform|
pkg.version '8.18.0'
pkg.sha256sum 'e9274a5f8ab5271c0e0e6762d2fce194d5f98acc568e4ce816845b2dcc0cf88f'
pkg.version '8.19.0'
pkg.sha256sum '2a2c11db4c122691aa23b4363befda1bfd801770bfebf41e1d21cee4f2ab0f71'

pkg.url "https://curl.se/download/curl-#{pkg.get_version}.tar.gz"
pkg.mirror "#{settings[:buildsources_url]}/curl-#{pkg.get_version}.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions configs/components/ruby-3.2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# The file name of the ruby component must match the ruby_version
#####
component 'ruby-3.2' do |pkg, settings, platform|
pkg.version '3.2.10'
pkg.sha256sum '880acb05e08da8c559c56a13e512bae1b472da67c72ebb750c765f9c2134e689'
pkg.version '3.2.11'
pkg.sha256sum 'b3eeabd6636f334531db3ffdc3229eb05e524740e6c84fdc043720573cf2f8b2'

ruby_dir = settings[:ruby_dir]
ruby_bindir = settings[:ruby_bindir]
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-addressable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#####
component 'rubygem-addressable' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '2.8.8'
pkg.sha256sum '7c13b8f9536cf6364c03b9d417c19986019e28f7c00ac8132da4eb0fe393b057'
pkg.version '2.9.0'
pkg.sha256sum '7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af'
pkg.build_requires 'rubygem-public_suffix'
### End automated maintenance section ###

Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-aws-partitions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#####
component 'rubygem-aws-partitions' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '1.1218.0'
pkg.sha256sum 'd7f06aea9cb119d5bc9fe7c42914428e568d536711de68fcff45cc944274126e'
pkg.version '1.1234.0'
pkg.sha256sum '8f74aa6ca2e945fa50d83a23fc10f5406cb0becd32ac9f8940001ba8b04dcf8a'
### End automated maintenance section ###

instance_eval File.read('configs/components/_base-rubygem.rb')
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-aws-sdk-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#####
component 'rubygem-aws-sdk-core' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '3.242.0'
pkg.sha256sum 'c17b3003acc78d80c1a8437b285a1cfc5e4d7749ce7821cf3071e847535a29a0'
pkg.version '3.244.0'
pkg.sha256sum '3e458c078b0c5bdee95bc370c3a483374b3224cf730c1f9f0faf849a5d9a18ea'
pkg.build_requires 'rubygem-aws-eventstream'
pkg.build_requires 'rubygem-aws-partitions'
pkg.build_requires 'rubygem-aws-sigv4'
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-aws-sdk-ec2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#####
component 'rubygem-aws-sdk-ec2' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '1.603.0'
pkg.sha256sum '7c076991e9ad142c1cd440314baf39a625ec7cf109ee85fad8d68c069519545b'
pkg.version '1.610.0'
pkg.sha256sum 'f73d949135910502bf81408a24e7ed6aaff78f66a05e24a1e9ac6ad0aec4b0f8'
pkg.build_requires 'rubygem-aws-sdk-core'
pkg.build_requires 'rubygem-aws-sigv4'
### End automated maintenance section ###
Expand Down
2 changes: 2 additions & 0 deletions configs/components/rubygem-choria-mcorpc-support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
### Maintained by update_gems automation ###
pkg.version '2.26.5'
pkg.sha256sum '4f82fc732ab4c85b73a71941de3bae6b11ac5787c9e48f05f92679d82209f82d'
pkg.build_requires 'rubygem-nats-pure'
pkg.build_requires 'rubygem-systemu'
### End automated maintenance section ###

instance_eval File.read('configs/components/_base-rubygem.rb')
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-excon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#####
component 'rubygem-excon' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '1.3.2'
pkg.sha256sum 'a089babe98638e58042a7d542b2bbd183304527e33d612b6dde22fa491a544a5'
pkg.version '1.4.2'
pkg.sha256sum '32d8d8eda619717d9b8043b4675e096fb5c2139b080e2ad3b267f88c545aaa35'
### End automated maintenance section ###

instance_eval File.read('configs/components/_base-rubygem.rb')
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-ffi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#####
component 'rubygem-ffi' do |pkg, settings, platform|
### Maintained by update_gems automation ###
pkg.version '1.17.3'
pkg.sha256sum '0e9f39f7bb3934f77ad6feab49662be77e87eedcdeb2a3f5c0234c2938563d4c'
pkg.version '1.17.4'
pkg.sha256sum 'bcd1642e06f0d16fc9e09ac6d49c3a7298b9789bcb58127302f934e437d60acf'
### End automated maintenance section ###

# Prior to ruby 3.2, both ruby and the ffi gem vendored a version of libffi.
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-gettext-setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#####
component 'rubygem-gettext-setup' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '1.1.0'
pkg.sha256sum '2ad4fa99575d869f18056941d98dc9cb2a656abc7b991f360fbd3e32d28fd4ec'
pkg.version '1.1.1'
pkg.sha256sum '15ce653696283c9835b0ad9f02f236b9f240cb35facd3341cc62b85d42c6b667'
pkg.build_requires 'rubygem-fast_gettext'
pkg.build_requires 'rubygem-gettext'
pkg.build_requires 'rubygem-locale'
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-gettext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#####
component 'rubygem-gettext' do |pkg, settings, _platform|
### Maintained by update_gems automation ###
pkg.version '3.5.1'
pkg.sha256sum '03ec7f71ea7e2cf1fdcd5e08682e98b81601922fdbee890b7bc6f63b0e1a512a'
pkg.version '3.5.2'
pkg.sha256sum 'ada02c59aa7e9f56bd2522faedaed16421dd2f3ddb5fe28628c0be5abcbf3c74'
pkg.build_requires 'rubygem-erubi'
pkg.build_requires 'rubygem-locale'
pkg.build_requires 'rubygem-text'
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-locale.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#####
component 'rubygem-locale' do |pkg, settings, _platform|
### Maintained by update_gems automation ###
pkg.version '2.1.4'
pkg.sha256sum '522f9973ef3eee64aac9bca06d21db2fba675fa3d2cf61d21f42d1ca18a9f780'
pkg.version '2.1.5'
pkg.sha256sum '1c6803e8aa6bdb2c29e91945d095050601bf6d58474993575adf6f3b89b32ef4'
### End automated maintenance section ###

instance_eval File.read('configs/components/_base-rubygem.rb')
Expand Down
7 changes: 4 additions & 3 deletions configs/components/rubygem-nats-pure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
# Component release information:
# https://rubygems.org/gems/nats-pure
# https://github.com/nats-io/nats-pure.rb/blob/main/CHANGELOG.md
# 2026-04-05: Pinned as rubygem-choria-mcorpc-support requires < 0.7.
# Need to work on updating that gem so we can update this one.
# https://github.com/OpenVoxProject/puppet-runtime/issues/128#issuecomment-3989498214
#####
component 'rubygem-nats-pure' do |pkg, _settings, _platform|
# WARNING Update ahead
# You shall not update beyond 0.6.0, because that is what bundler determined
# https://github.com/OpenVoxProject/puppet-runtime/issues/128#issuecomment-3989498214
### Maintained by update_gems automation ###
# PINNED
pkg.version '0.6.2'
pkg.sha256sum '4c8b24466ae4a364ac5e5f066d5045b6825632993a3d39ddd91718c2bc86c1f5'
### End automated maintenance section ###
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-net-ssh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#####
component 'rubygem-net-ssh' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '7.3.0'
pkg.sha256sum '172076c4b30ce56fb25a03961b0c4da14e1246426401b0f89cba1a3b54bf3ef0'
pkg.version '7.3.2'
pkg.sha256sum '65029e213c380e20e5fd92ece663934ab0a0fe888e0cd7cc6a5b664074362dd4'
### End automated maintenance section ###

instance_eval File.read('configs/components/_base-rubygem.rb')
Expand Down
5 changes: 2 additions & 3 deletions configs/components/rubygem-openvox-strings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
#####
component 'rubygem-openvox-strings' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '7.0.0'
pkg.sha256sum '721346006242976650f92553adfffcef076cad84ee63e93d64044e602333db00'
pkg.build_requires 'rubygem-openvox'
pkg.version '7.1.0'
pkg.sha256sum '54787ea8da5759657b3b94dac1af2ec458b4fa1d822c96ddefcde36b91ab39ab'
pkg.build_requires 'rubygem-rgen'
pkg.build_requires 'rubygem-yard'
### End automated maintenance section ###
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-public_suffix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#####
component 'rubygem-public_suffix' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '7.0.2'
pkg.sha256sum '9114090c8e4e7135c1fd0e7acfea33afaab38101884320c65aaa0ffb8e26a857'
pkg.version '7.0.5'
pkg.sha256sum '1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623'
### End automated maintenance section ###

instance_eval File.read('configs/components/_base-rubygem.rb')
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-puppet_forge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#####
component 'rubygem-puppet_forge' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '6.1.0'
pkg.sha256sum 'e3bfe83282f0136adf0938f52180a53b45434b70464a5a453d6398df6563764b'
pkg.version '6.2.0'
pkg.sha256sum '9cde4841a7a6950afeb0c4fec02449931179863918c0a6e6909cb2a6c6998a0c'
pkg.build_requires 'rubygem-base64'
pkg.build_requires 'rubygem-faraday'
pkg.build_requires 'rubygem-faraday-follow_redirects'
Expand Down
4 changes: 2 additions & 2 deletions configs/components/rubygem-r10k.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#####
component 'rubygem-r10k' do |pkg, _settings, _platform|
### Maintained by update_gems automation ###
pkg.version '5.0.2'
pkg.sha256sum '48e24e2b8447cdc56b03303b741247a5255bb40f170c9d113c5d3dbd8c83e8b3'
pkg.version '5.0.3'
pkg.sha256sum 'a76daddd8cecdc1cf0816f3d19adb23782598d373344a9de23623f601d58a68b'
pkg.build_requires 'rubygem-colored2'
pkg.build_requires 'rubygem-cri'
pkg.build_requires 'rubygem-gettext-setup'
Expand Down
Loading