Subject: Re: [ruby-ffi] building ffi requires bones version == 2.5.1 , fix included |
From: Stephen Bannasch |
Date: 8/31/10 3:42 PM |
To: ruby-ffi@googlegroups.com |
On Tue, Aug 31, 2010 at 5:11 PM, Stephen Bannasch <stephen.bannasch@deanbrook.org> wrote:Building ffi requires bones version == 2.5.1. Rake tasks won't work if newer versions of Bones are installed. I've got a very simple patch here: http://github.com/stepheneb/ffi/compare/master...fix-bones Which is referenced in this issue http://github.com/ffi/ffi/issues#issue/29A soft limit like ~> 2.5.1 could be added instead. At least any 2.5.x will be considered compatible. Thoughts?
Yes that would work fine also. I didn't because there doesn't appear to be any versions between 2.5.1 and 3.x.x $ gem list bones -ra *** REMOTE GEMS *** bones (3.4.7, 3.4.6, 3.4.5, 3.4.4, 3.4.3, 3.4.2, 3.4.1, 3.4.0, 3.3.0, 3.2.1, 3.2.0, 3.1.3, 3.1.2, 3.1.1, 3.1.0, 3.0.1, 3.0.0, 2.5.1, 2.5.0, 2.4.2, 2.4.1, 2.4.0, 2.3.1, 2.3.0, 2.2.0, 2.1.1, 2.1.0, 2.0.3, 2.0.2, 2.0.1, 2.0.0, 1.3.5, 1.3.4, 1.3.3, 1.3.2, 1.3.1, 1.3.0, 1.2.1, 1.2.0, 1.1.2, 1.1.1, 1.1.0, 1.0.0)