Skip to content

Commit

Permalink
Fix build on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Oct 29, 2024
1 parent 73668d7 commit 8657ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -894,8 +895,8 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
archive-tar-minitar
berkshelf
chef (~> 18)
cookstyle
kitchen-dokken
kitchen-inspec
Expand Down

0 comments on commit 8657ff2

Please sign in to comment.