From 3e67c5855a7e33234b410dc4f9c7894d366ab85d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 01:09:25 +0000 Subject: [PATCH] Update dependency pulp_rpm_client to '~> 3.36.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8b08052..c33ef48 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" gem 'pulpcore_client', '~> 3.22.2' -gem 'pulp_rpm_client', '~> 3.19.0' +gem 'pulp_rpm_client', '~> 3.36.0' gem 'bindata' gem 'down' gem 'logging'