builderator icon indicating copy to clipboard operation
builderator copied to clipboard

ignorefile is not versioned in the Builderator gemspec

Open fmitchell-r7 opened this issue 9 years ago • 0 comments

When running gem build builderator.gemspec I get the following error:

WARNING:  open-ended dependency on ignorefile (>= 0) is not recommended
  if ignorefile is semantically versioned, use:
    add_runtime_dependency 'ignorefile', '~> 0'
WARNING:  See http://guides.rubygems.org/specification-reference/ for help

We should pin ignorefile at a version in the gemspec.

fmitchell-r7 avatar Jun 02 '16 13:06 fmitchell-r7