Skip to content

Commit

Permalink
daberkow branch needed
Browse files Browse the repository at this point in the history
We need a more up to date base branch
  • Loading branch information
daberkow authored Jun 18, 2024
1 parent 14e38ff commit a91fd1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ group :system_tests do
# https://github.com/voxpupuli/beaker-vagrant/pull/80
gem 'beaker-vagrant', github: 'voxpupuli/beaker-vagrant', require: false
# https://github.com/voxpupuli/beaker-hostgenerator/pull/353
gem 'beaker-hostgenerator', github: 'ekohl/beaker-hostgenerator', branch: 'use-latest-centos-images-on-vagrant', require: false
# Needed a newer base branch, updated with same lines
gem 'beaker-hostgenerator', github: 'daberkow/beaker-hostgenerator', branch: "fix/update_centos_box", require: false
end

group :release do
Expand Down

0 comments on commit a91fd1b

Please sign in to comment.