You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree that Bundler should be our first stop for validating a Gemfile!
When we discussed, other options came up first. Namely, using bundler outdated, or other gems like libyear-bundler.
We specifically wanted to avoid needing a valid Bundler definition, or even a parsable Gemfile. We wanted to avoid getting blocked by setting up really old rubies, gems that were privately hosted, or missing for other reasons (ex: Mimemagic pulling gems).
I'll update the readme with a section that highlights that better!
Is there any particular reason to avoid having Bundler itself parse the gemfile? Bundler is already a runtime dependency of
gem_dating
I think you could do something like the following at minimum
The text was updated successfully, but these errors were encountered: