Actions
Bug #5214
closedAncestry 2.1.0 dropped Ruby 1.8 support
Description
develop is currently failing due to Ancestry 2.1.0 using some Ruby 1.9-isms.
http://ci.theforeman.org/job/test_develop/626
http://ci.theforeman.org/job/test_develop/626/database=sqlite3,ruby=1.8.7/console
undefined method `require_relative' for main:Object
/usr/local/rvm/gems/ruby-1.8.7-p371@test_develop-1/gems/ancestry-2.1.0/lib/ancestry.rb:1
It should be pinned, at least temporarily.
Updated by Dominic Cleal over 10 years ago
I've proposed https://github.com/stefankroes/ancestry/pull/187 to restore it.
Updated by Dominic Cleal over 10 years ago
- Status changed from New to Ready For Testing
- Assignee set to Dominic Cleal
Updated by Dominic Cleal over 10 years ago
- Related to Tracker #4656: Drop Ruby 1.8 support added
Updated by Dominic Cleal over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 18e392f2eb6f568d0291d0037a3a87caf050ca5a.
Actions