From 8657ff261934f86716f00e83e670b7d684110a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20F=C3=A9lizard?= Date: Tue, 29 Oct 2024 01:31:19 +0000 Subject: [PATCH] Fix build on GitHub Actions --- Gemfile | 2 +- Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index bed5ac5..54af0ad 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,8 @@ source 'https://rubygems.org' gem 'rake' group :test do + gem 'archive-tar-minitar' # XXX: add missing dependency for berkshelf, see https://github.com/infertux/chef-bitcoin/actions/runs/11565556019/job/32192744115 gem 'berkshelf' # needed by test-kitchen - gem 'chef', '~> 18' gem 'cookstyle' gem 'kitchen-dokken' gem 'kitchen-inspec' diff --git a/Gemfile.lock b/Gemfile.lock index d0c3493..88c5b5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,6 +13,7 @@ GEM tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) + archive-tar-minitar (0.5.2) ast (2.4.2) aws-eventstream (1.3.0) aws-partitions (1.863.0) @@ -894,8 +895,8 @@ PLATFORMS x86_64-linux DEPENDENCIES + archive-tar-minitar berkshelf - chef (~> 18) cookstyle kitchen-dokken kitchen-inspec