[Bundler] ::Bundler.default_gemfile
raising GemFileNotFound error
#23
Labels
bug
Something isn't working
::Bundler.default_gemfile
raising GemFileNotFound error
#23
::Bundler.default_gemfile.basename
is used in the bundler source when looking for a Gemfile in the applications source path.Using ::Bundler.default_gemfile and ::Bundler.default_lockfile in licensed will raise errors when
ENV["BUNDLE_GEMFILE"]
bundle exec
When both of these are true, a default Gemfile isn't found and
::Bundler.default_gemfile
raises an error.This can be worked around by explicitly disabling the Bundler source
The text was updated successfully, but these errors were encountered: