summaryrefslogtreecommitdiff
path: root/acceptance/Gemfile
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-02-09 18:05:19 -0600
committerTom Duffield <tom@chef.io>2017-02-09 18:05:19 -0600
commit9c92916062f8ee969c0167d11964402d5d42b7cb (patch)
tree75c21e734cbb6fcf5ae1253f5a622d24a5b1b0b5 /acceptance/Gemfile
parent2438b2a6a67422ab93136aa7336ce435835e95b8 (diff)
downloadchef-9c92916062f8ee969c0167d11964402d5d42b7cb.tar.gz
Remove a lot of old restraints
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'acceptance/Gemfile')
-rw-r--r--acceptance/Gemfile13
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"