Skip to content
Closed
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
2 changes: 1 addition & 1 deletion SPECS/rubygem-faraday/rubygem-faraday.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"faraday-2.7.10.tar.gz": "1d096bef01920e595dbfe9a03471a13d2620245870998e8c1c79d518a1cff3b9"
"faraday-2.14.1.tar.gz": "0d7cafb123575edbe86522b25f67fc33f7c9b18ee65005ea0191b059356eaea0"
}
}
5 changes: 4 additions & 1 deletion SPECS/rubygem-faraday/rubygem-faraday.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global gem_name faraday
Summary: HTTP/REST API client library
Name: rubygem-faraday
Version: 2.7.10
Version: 2.14.1
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -36,6 +36,9 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{gem_name}-
%{gemdir}

%changelog
* Mon Feb 16 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.14.1-1
- Auto-upgrade to 2.14.1 - for CVE-2026-25765

* Thu Nov 02 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.7.10-1
- Auto-upgrade to 2.7.10 - Azure Linux 3.0 - package upgrades

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26674,8 +26674,8 @@
"type": "other",
"other": {
"name": "rubygem-faraday",
"version": "2.7.10",
"downloadUrl": "https://github.com/lostisland/faraday/archive/refs/tags/v2.7.10.tar.gz"
"version": "2.14.1",
"downloadUrl": "https://github.com/lostisland/faraday/archive/refs/tags/v2.14.1.tar.gz"
}
}
},
Expand Down
Loading