mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Remove the pin on EOL Chef releases
Chef 14 is no longer supported and shouldn't be pinned here. These old deps bring in a bunch of old pins. Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
9e5eef39ce
commit
d603aed98a
1 changed files with 0 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -45,8 +45,6 @@ group :integration do
|
|||
gem "berkshelf"
|
||||
gem "test-kitchen", ">= 2.8"
|
||||
gem "kitchen-vagrant", ">= 1.7"
|
||||
gem "chef", "< 15"
|
||||
gem "chef-zero", "< 15"
|
||||
gem "kitchen-inspec", ">= 2.0"
|
||||
gem "kitchen-dokken", ">= 2.11"
|
||||
gem "git"
|
||||
|
|
Loading…
Reference in a new issue