walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

Remove dependency on bundler for released gems #15

Closed zbelzer closed 13 years ago

zbelzer commented 13 years ago

Some explanation is provided in the commits, but basically I could not run gimli after installing the gem due to missing dependencies for the project I was currently in. I found that the binary was requiring bundler/setup explicitly which is not a good idea in most cases.

After removing the requirement, the gem functioned perfectly.

walle commented 13 years ago

Thanks for contributing! I'll move the versions of dependencies from the lockfile to the gemspec, where they belong.