Bug #5214
Ancestry 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.
Related issues
Associated revisions
fixes #5214 - pin ancestry for Ruby 1.8 compatibility
(cherry picked from commit 18e392f2eb6f568d0291d0037a3a87caf050ca5a)
fixes #5214 - pin ancestry for Ruby 1.8 compatibility
(cherry picked from commit 18e392f2eb6f568d0291d0037a3a87caf050ca5a)
Conflicts:
Gemfile
History
#1
Updated by Dominic Cleal almost 7 years ago
I've proposed https://github.com/stefankroes/ancestry/pull/187 to restore it.
#2
Updated by Dominic Cleal almost 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Dominic Cleal
#3
Updated by Dominic Cleal almost 7 years ago
- Related to Tracker #4656: Drop Ruby 1.8 support added
#4
Updated by Dominic Cleal almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 18e392f2eb6f568d0291d0037a3a87caf050ca5a.
fixes #5214 - pin ancestry for Ruby 1.8 compatibility