rubymem / bundler-leak

Known-leaky gems verification for bundler: `bundle leak` to check your app and find leaky gems in your Gemfile :gem::droplet:
https://www.rubymem.com
GNU General Public License v3.0
288 stars 11 forks source link

Add bin/setup with git submodule statement and bundle install #23

Closed etagwerker closed 4 years ago

etagwerker commented 5 years ago

Hey @bronzdoc,

This improves the project with a bin/setup script for #22.

Please check it out.

Thanks!

bronzdoc commented 4 years ago

@etagwerker Maybe just add git submodule update --init as the bin/setupscript?

etagwerker commented 4 years ago

@bronzdoc Good point. Just updated my commit. 👍