-
-
Notifications
You must be signed in to change notification settings - Fork 2k
BUNDLE_GEMFILE="" breaks inline gemfiles #5079
Comments
Can you provide more context? That definitely works for me. Here's an example of it working.
|
For the record, it also works when installing gems that aren't already installed:
|
I figured out the cause of the error message is having |
@smackesey can you create a new reproduction case with your |
@segiddins how do you feel about making |
So instead of https://github.com/bundler/bundler/blob/master/lib/bundler/inline.rb#L42, just monkey-patch |
gemfile
after require 'bundler/inline'
throws GemfileNotFound
error…rect [Inline] Support running when BUNDLE_GEMFILE="" Closes #5079
Ruby version: 2.3.1
Bundler version: 1.13.3
On my machine, the below script throws a
GemfileNotFound
error.This also happens if I use
gemfile { gem 'anygemhere' }
instead.Here is the backtrace:
The text was updated successfully, but these errors were encountered: