Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"addressable-addressable-2.8.0.tar.gz": "ce5adc6636e9222897886fca3b07398c8a00c6604c3a9acba715761da201fe19"
}
}
"Signatures": {
"addressable-addressable-2.9.0.tar.gz": "686ef39b4f4eee9078aa3bf61221a8465ae66e4cea3126fabdb8a1166351ca0d"
}
}
7 changes: 5 additions & 2 deletions SPECS/rubygem-addressable/rubygem-addressable.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
%global gem_name addressable
Summary: an alternative implementation to the URI implementation that is part of Ruby's standard library
Name: rubygem-%{gem_name}
Version: 2.8.0
Release: 2%{?dist}
Version: 2.9.0
Release: 1%{?dist}
License: Apache 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -34,6 +34,9 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{gem_name}-
%{gemdir}

%changelog
* Fri Apr 10 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.9.0-1
- Auto-upgrade to 2.9.0 - for CVE-2026-35611

* Wed Jun 22 2022 Neha Agarwal <nehaagarwal@microsoft.com> - 2.8.0-2
- Build from .tar.gz source.

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25885,8 +25885,8 @@
"type": "other",
"other": {
"name": "rubygem-addressable",
"version": "2.8.0",
"downloadUrl": "https://github.com/sporkmonger/addressable/archive/refs/tags/addressable-2.8.0.tar.gz"
"version": "2.9.0",
"downloadUrl": "https://github.com/sporkmonger/addressable/archive/refs/tags/addressable-2.9.0.tar.gz"
}
}
},
Expand Down
Loading