From c0b0a3852571cb76f3db73c306636bcb1b038d89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 04:08:18 +0000 Subject: [PATCH] Update dependency pulpcore_client to '~> 3.112.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8b08052..3277cf9 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" -gem 'pulpcore_client', '~> 3.22.2' +gem 'pulpcore_client', '~> 3.112.0' gem 'pulp_rpm_client', '~> 3.19.0' gem 'bindata' gem 'down'