From 1650eeb8a3047eb7d75e9020e34f4b6395c2502a Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Sun, 2 Jun 2019 10:00:06 -0700 Subject: [PATCH] Update vagrant-pe_build requirement to 0.19.0 This commit updates the minimum vagrant-pe_build version to 0.19.0 which adds support for PE 2019.1 along with support for Ubuntu 18.04 and RedHat 8 hosts. --- oscar.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar.gemspec b/oscar.gemspec index 7d13960..11d7cf5 100644 --- a/oscar.gemspec +++ b/oscar.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |gem| gem.homepage = 'https://github.com/oscar-stack/oscar' gem.add_dependency 'vagrant-hosts', '~> 2.8' - gem.add_dependency 'vagrant-pe_build', '>= 0.18.0', '< 1.0' + gem.add_dependency 'vagrant-pe_build', '>= 0.19.0', '< 1.0' gem.add_dependency 'vagrant-auto_network', '~> 1.0' gem.add_dependency 'vagrant-config_builder', '~> 1.3'