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
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
Bundler version: 1.12.4
OS: observed on OS X 10.10.5 AND on Ubuntu 14.04.1
Description:
Bundler fails to parse a gemspec line when it appears in a gemfile that is evaled inside of another gemfile
Reproducing: The minimum setup for reproducing this bug can be found in the simple example at https://github.com/stupakov/bundler-bug
Failure output:
[!] There was an error parsing `Gemfile`:
[!] There was an error parsing `Gemfile-other`: No such file or directory - gems/mygem/mygem.gemspec. Bundler cannot continue.
# from Gemfile-other:1
# -------------------------------------------
> gemspec path: 'gems/mygem'
# -------------------------------------------
. Bundler cannot continue.
# from /Users/myusername/workspace/bundler-bug/Gemfile:1
# -------------------------------------------
> eval_gemfile 'Gemfile-other'
# -------------------------------------------
The text was updated successfully, but these errors were encountered:
Bundler version: 1.12.4
OS: observed on OS X 10.10.5 AND on Ubuntu 14.04.1
Description:
Bundler fails to parse a gemspec line when it appears in a gemfile that is evaled inside of another gemfile
Reproducing: The minimum setup for reproducing this bug can be found in the simple example at https://github.com/stupakov/bundler-bug
Failure output:
The text was updated successfully, but these errors were encountered: