[Puppet-dev] travis issue affecting many repos using ruby 1.9.3

2016-02-01 Thread Corey Osman
FYI There is an issue with travis and bundler on ruby version 1.9.3. So if your build matrix uses this ruby you may be seeing this error: NoMethodError: undefined method `spec' for nil:NilClass To fix you just need to update bundler like so in your travis file. before_install: #

Re: [Puppet-dev] travis issue affecting many repos using ruby 1.9.3

2016-02-01 Thread Corey Osman
It is an older issue but from 2015 but I think travis just made it come to light. Setting sudo to false may also fix the issue which maybe why your project works. I have run into with the puppetlabs_spec_helper and one of my own repos.

Re: [Puppet-dev] travis issue affecting many repos using ruby 1.9.3

2016-02-01 Thread Rob Nelson
Do you know what's triggering it? That doesn't seem like a new issue, and I see some 1.9.3 builds working without that, such as https://travis-ci.org/voxpupuli/puppet-confluence/builds/106194437 Rob Nelson rnels...@gmail.com On Mon, Feb 1, 2016 at 12:38 PM, Corey Osman