Skip to content

Commit

Permalink
Gemfile: bump to latest versions of vagrant and vagrant-libvirt
Browse files Browse the repository at this point in the history
Must stay on f33 for now in build root because they aren't compatible
with ruby 3.0+ yet.
  • Loading branch information
dustymabe committed May 3, 2021
1 parent 4bef1db commit dd02818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ group :development do
# We depend on Vagrant for development, but we don't add it as a
# gem dependency because we expect to be installed within the
# Vagrant environment itself using `vagrant plugin`.
gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :ref => 'v2.2.9'
gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :ref => 'v2.2.16'
end

group :plugins do
# Add vagrant-libvirt plugin here, otherwise you won't be able to
# use libvirt as a provider when you execute `bundle exec vagrant up`
gem "vagrant-libvirt" , '0.0.45'
gem "vagrant-libvirt" , '0.4.1'
end
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -x
set -ex

ctr=$(buildah from registry.fedoraproject.org/fedora:31)
ctr=$(buildah from registry.fedoraproject.org/fedora:33)

rpms=(
make gcc ruby ruby-devel redhat-rpm-config # for building gems
Expand Down

0 comments on commit dd02818

Please sign in to comment.