diff options
Diffstat (limited to 'acceptance/Gemfile')
-rw-r--r-- | acceptance/Gemfile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile index 77b45e733d..105ad723be 100644 --- a/acceptance/Gemfile +++ b/acceptance/Gemfile @@ -3,19 +3,10 @@ source "https://rubygems.org" gem "chef-acceptance", github: "chef/chef-acceptance" gem "kitchen-ec2" gem "inspec" -# Pinning to github for kitchen-vagrant because 0.19.0 incorrectly -# puts in a box_url for bento when a vagrant box in atlas is specified gem "kitchen-vagrant" gem "windows_chef_zero" gem "kitchen-inspec" gem "test-kitchen" gem "winrm-elevated" -gem "berkshelf", "4.3.5" - -# until 2.0.0 is fixed for unstable packages -gem "mixlib-install", "1.2.3" - -# nio4r 2.x was throwing a "could not install" error because of a Ruby version -# conflict (that didn't actually exist). Since the only gem that really needs -# it is celluloid, let's just pin it until it becomes a bigger problem. -gem "nio4r", ">= 1.1.0", "< 2.0.0" +gem "berkshelf" +gem "mixlib-install" |