My Ruby gem supports older versions of Ruby. I followed the instructions as per https://github.com/e2/ruby_dep#eg-in-your-gemspec-file by inserting that snippet into my gemspec file.
But I'm encountering build failures in TravisCI with the following error: Install 'ruby_dep' gem before building this gem.
See https://travis-ci.org/gchan/wits/jobs/162160040#L175 for reference
Any guidance would be appreciated.
My Ruby gem supports older versions of Ruby. I followed the instructions as per https://github.com/e2/ruby_dep#eg-in-your-gemspec-file by inserting that snippet into my gemspec file.
But I'm encountering build failures in TravisCI with the following error:
Install 'ruby_dep' gem before building this gem.See https://travis-ci.org/gchan/wits/jobs/162160040#L175 for reference
Any guidance would be appreciated.