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

Fix dev environment #13

Closed bronzdoc closed 5 years ago

bronzdoc commented 5 years ago

Closes https://github.com/rubymem/bundler-leak/issues/12

  1. Fix issue related to git unable to fetch commits from and older submodule history
  2. Fixed integration specs and database specs related to the updated ruby-mem-advisory-db submodule
  3. Removed unecesarry specs and gemfiles that have to do with testing "resources"
natebird commented 5 years ago

This resolves pulling the git submodule but I still have issues with missing gemfile.lock files.

bronzdoc commented 5 years ago

Hey @natebird, can you open an issue for that and describe your problem in detail? thanks!