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 wording when printing results #15

Closed fnordfish closed 5 years ago

fnordfish commented 5 years ago

The spec/bundle/unpatched_gems on ruby 2.3.8 crsahes with zeitwerk requires Ruby version >= 2.4.4. It's started of by jquery-rails which will eventually depend on activesupport which in 6.0 depends on zeitwerk

Putting a gem 'activesupport', '< 6' into spec/bundle/unpatched_gems/Gemfile makes it work, I'm just not sure if that would fit the original intention of that spec.

bronzdoc commented 5 years ago

Thanks @fnordfish !