Actions
Bug #2808
closednokogiri 1.6.0 incompatible with Ruby 1.8
Description
fog 1.14.0 has been released, which relaxes the nokogiri requirement, allowing it to install a version that's no longer compatible with Ruby 1.8:
Installing nokogiri (1.6.0)
Gem::InstallError: nokogiri requires Ruby version >= 1.9.2.
https://github.com/fog/fog#ruby-187
We should pin nokogiri, but only for Ruby 1.8. This is breaking test_develop.
Updated by Dominic Cleal over 11 years ago
- Status changed from New to Ready For Testing
- Assignee set to Dominic Cleal
Updated by Dominic Cleal over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 0b547e84f7342cbb809ffe5e1f171c0f4b1e8f05.
Updated by Dominic Cleal almost 11 years ago
- Related to Tracker #4656: Drop Ruby 1.8 support added
Actions