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 use a template Ruby on Rails application, which includes a standard Gemfile, which in turn requires another gemfile. This is done to keep user code and gems separate from the templates, which have configuration files to determine which gems to load. In turn, this template gemfile may load further gemfiles specs.
According to this comment, this recursion behavior is not supported by Dependabot. However, looking at the Dependabot source code it seems recursion is supported for child gems.
Is it possible to add support for recursive loading of files specified in Gemfile?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use a template Ruby on Rails application, which includes a standard Gemfile, which in turn requires another gemfile. This is done to keep user code and gems separate from the templates, which have configuration files to determine which gems to load. In turn, this template gemfile may load further gemfiles specs.
According to this comment, this recursion behavior is not supported by Dependabot. However, looking at the Dependabot source code it seems recursion is supported for child gems.
Is it possible to add support for recursive loading of files specified in Gemfile?
Beta Was this translation helpful? Give feedback.
All reactions