ManageIQ / bundler-inject

A bundler plugin that allows extension of a project with personal and overridden gems
Apache License 2.0
21 stars 8 forks source link

Ensure gem with require doesn't actually require the gem #10

Closed agrare closed 8 months ago

agrare commented 5 years ago

With byebug in the main Gemfile of an application with require => false, and ensure_gem "byebug", :require => "byebug" the gem isn't actually getting required.

Fryguy commented 5 years ago

Weird, this actually works for me.

agrare commented 5 years ago

Hm it works for me too, if I can find a repro scenario I'l re-open this

Fryguy commented 5 years ago

I just hit this locally...will try to isolate.

Fryguy commented 8 months ago

Never got another repro scenario, so I'm going to close this.