From ec663a9332cc6a43bac7b007a49701396dcddd20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:33:35 +0000 Subject: [PATCH] Update dependency docker-api to '~> 2.3.0' --- api/Gemfile | 2 +- api/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/Gemfile b/api/Gemfile index 8f5471ec6..fac203d61 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -19,7 +19,7 @@ gem 'rubyzip', '~> 2.3', '>= 2.3.2' gem 'active_storage_validations', '~> 1.1', '>= 1.1.4' # interfacing with docker -gem 'docker-api', '~> 2.2.0' +gem 'docker-api', '~> 2.3.0' # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] diff --git a/api/Gemfile.lock b/api/Gemfile.lock index c72a916d4..ae28fd673 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -132,13 +132,13 @@ GEM delayed_job_active_record (4.1.8) activerecord (>= 3.0, < 8.0) delayed_job (>= 3.0, < 5) - docker-api (2.2.0) - excon (>= 0.47.0) + docker-api (2.3.0) + excon (>= 0.64.0) multi_json drb (2.2.1) ed25519 (1.3.0) erubi (1.13.0) - excon (0.110.0) + excon (0.112.0) factory_bot (6.4.6) activesupport (>= 5.0.0) factory_bot_rails (6.4.3) @@ -316,7 +316,7 @@ DEPENDENCIES capistrano3-delayed-job (~> 1.7.6) debug delayed_job_active_record - docker-api (~> 2.2.0) + docker-api (~> 2.3.0) ed25519 factory_bot_rails (~> 6.4.3) faker (~> 3.4.1)