From 51dadc3f5a9f57f27a8e19c612ca8b8c5f9b964a Mon Sep 17 00:00:00 2001 From: "Benjamin M. Hughes" Date: Mon, 8 Jul 2024 15:54:23 +0100 Subject: [PATCH] Version pin excon to v0.110.0 --- CHANGELOG.md | 4 +++- metadata.rb | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8af92c2b..47035417f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +- Temporary version in for `excon` gem due to v0.111.0 introducing breaking changes with the `docker-api` gem. To be fixed [upstream](https://github.com/upserve/docker-api/issues/586) + Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management @@ -18,7 +20,7 @@ Standardise files with files in sous-chefs/repo-management ## 11.3.2 - *2024-02-21* - Add site_url property to docker_installation_package resource - + ## 11.3.1 - *2024-02-15* ## 11.3.0 - *2023-10-12* diff --git a/metadata.rb b/metadata.rb index ca5d372ba..a28244ae9 100644 --- a/metadata.rb +++ b/metadata.rb @@ -18,3 +18,4 @@ supports 'ubuntu' gem 'docker-api', '>= 1.34', '< 3' +gem 'excon', '0.110.0'