Skip to content

Commit f6d7d21

Browse files
committed
Pin faraday-follow-redirects and rubyzip
1 parent 7b64a19 commit f6d7d21

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

configs/components/rubygem-faraday-follow_redirects.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
# Component release information:
33
# https://rubygems.org/gems/faraday-follow_redirects
44
# https://github.com/tisba/faraday-follow-redirects/blob/main/CHANGELOG.md
5+
# Notes:
6+
# 2025-12-04: puppet_forge 6.0.0 has faraday-follow_redirects ~> 0.3.0
57
#####
68
component 'rubygem-faraday-follow_redirects' do |pkg, _settings, _platform|
79
### Maintained by update_gems automation ###
8-
pkg.version '0.4.0'
9-
pkg.sha256sum 'd3fa1118ab1350e24035a272b4cff64948643bb7182846db89acaf87abadd5d9'
10+
# PINNED
11+
pkg.version '0.3.0'
12+
pkg.sha256sum 'd92d975635e2c7fe525dd494fcd4b9bb7f0a4a0ec0d5f4c15c729530fdb807f9'
1013
pkg.build_requires 'rubygem-faraday'
1114
### End automated maintenance section ###
1215

configs/components/rubygem-rubyzip.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
# https://rubygems.org/gems/rubyzip
44
# https://github.com/rubyzip/rubyzip/releases
55
# https://github.com/rubyzip/rubyzip/blob/master/Changelog.md
6+
# Notes:
7+
# 2025-12-04: winrm-fs requires rubyzip ~> 2.0
68
#####
79
component 'rubygem-rubyzip' do |pkg, _settings, _platform|
810
### Maintained by update_gems automation ###
9-
pkg.version '3.2.2'
10-
pkg.sha256sum 'c0ed99385f0625415c8f05bcae33fe649ed2952894a95ff8b08f26ca57ea5b3c'
11+
# PINNED
12+
pkg.version '2.4.1'
13+
pkg.sha256sum '8577c88edc1fde8935eb91064c5cb1aef9ad5494b940cf19c775ee833e075615'
1114
### End automated maintenance section ###
1215

1316
instance_eval File.read('configs/components/_base-rubygem.rb')

0 commit comments

Comments
 (0)