voxpupuli / puppet-blacksmith

Ruby Gem with Puppet Module utilities
Apache License 2.0
69 stars 31 forks source link

Unbounded 'rest-client' dep breaks Ruby 1.9.3 support #34

Closed fatmcgav closed 8 years ago

fatmcgav commented 8 years ago

As rest-client has just released v0.2.0[https://github.com/rest-client/rest-client/commit/3a79728b332d316afa281d10022658735a6f72df] which now requires Ruby > 2.0, having an unbounded dependency in blacksmith.gemspec[1] means that blacksmith won't work with Ruby 1.9.3.

Not sure if that's an issue for current users or not, but thought I'd raise it for discussion :)

[1] https://github.com/voxpupuli/puppet-blacksmith/blob/master/blacksmith.gemspec#L20

fatmcgav commented 8 years ago

Fixed by #35