chef-boneyard / chef-provisioning-google

Chef Provisioning driver for the Google Cloud Platform
Apache License 2.0
8 stars 8 forks source link

Do we need Ruby 2.0 / Chef11 support? #9

Closed Temikus closed 8 years ago

Temikus commented 8 years ago

Bumped into this when submitting https://github.com/chef/chef-provisioning-google/pull/8

Since chef-zero dropped 2.0 support, and it's not capped in Chef11, we'll have issues installing on Ruby2.0: https://github.com/chef/chef/issues/4935

I tried a couple of workarounds, but it seems unresolvable, due to chef-provisioning requiring cheffish versions that need Chef 12 since 1.0:

    chef-provisioning was resolved to 1.7.0, which depends on
      cheffish (< 3.0, >= 1.3.1) was resolved to 1.3.1, which depends on
        chef (~> 12.1)

Any ideas? /CC @someara @tyler-ball @erjohnso @lykos

Temikus commented 8 years ago

With the response on https://github.com/chef/chef/issues/4935, seems like it's no longer supported. I'll adjust the travis.yml accordingly.