From 52ff81b7d0debb91f0aa86c5933aa90d5008ded5 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Thu, 8 Aug 2013 09:55:32 -0700 Subject: Convert restrict to an array of restrictions. Instead of a boolean with hardcoded values we now just convert restrict into an array of lines related to restrictions. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 42962fc..4e73330 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,7 @@ group :development, :test do gem 'puppet-lint', :require => false gem 'serverspec', :require => false gem 'rspec-system-serverspec', :require => false + gem 'vagrant-wrapper', :require => false end if puppetversion = ENV['PUPPET_GEM_VERSION'] -- cgit v1.2.3