berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 84 forks source link

ridley 4.6.1 not compatible with ruby 1.9 anymore #363

Closed laradji closed 7 years ago

thommay commented 7 years ago

Ruby 1.9 went out of support over a year and a half ago: https://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/ ; unfortunately we have neither time nor resources to work on unsupported rubies, and I'd strongly recommend that you update.

laradji commented 7 years ago

You only need to fix some gem version. I have a patch for 4.6.2 release

laradji commented 7 years ago

http://pastebin.com/x8ckH5Su

laradji commented 7 years ago

this should work

laradji commented 7 years ago

I understand the EOL thing and i'm not asking for supporting the last ridley version. But ridley 4.6.1 dont work anymore and it have work before. It's not very idempotent for system deployment.

s.required_ruby_version = ">= 1.9.1"