From 69bccaed24c603c58ee99a0e3ca2cc18c8fc9fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:16:58 +0000 Subject: [PATCH] Bump docker-api from 2.2.0 to 2.3.0 Bumps [docker-api](https://github.com/swipely/docker-api) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/swipely/docker-api/releases) - [Commits](https://github.com/swipely/docker-api/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: docker-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 6ff3eaa893..7eb6cb3f6b 100644 --- a/Gemfile +++ b/Gemfile @@ -190,7 +190,7 @@ end gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] # interfacing with docker -gem 'docker-api', '~> 2.2.0' +gem 'docker-api', '~> 2.3.0' # Used for syncing deadlines with an external calendar gem 'icalendar', '~> 2.10' diff --git a/Gemfile.lock b/Gemfile.lock index fdd1394f9e..135427f467 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,8 +171,8 @@ GEM warden (~> 1.2.3) diff-lcs (1.5.1) docile (1.4.0) - 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) @@ -182,7 +182,7 @@ GEM exception_notification (4.5.0) actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) - excon (0.100.0) + excon (0.111.0) execjs (2.9.1) factory_bot (6.4.5) activesupport (>= 5.0.0) @@ -198,7 +198,7 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http - ffi (1.17.0) + ffi (1.17.0-x86_64-linux-gnu) flamegraph (0.9.5) glob (0.4.0) globalid (1.2.1) @@ -587,7 +587,7 @@ DEPENDENCIES delayed_job_web (~> 1.4.4) devise (~> 4.9.4) diff-lcs (~> 1.5) - docker-api (~> 2.2.0) + docker-api (~> 2.3.0) ed25519 exception_notification (~> 4.5.0) factory_bot_rails (~> 6.4.3)