Actions
Bug #15335
closedLook for Gemfile.in in gem root directory
Status:
Closed
Priority:
Normal
Assignee:
Category:
Smart Proxy Dynflow
Target version:
Difficulty:
Triaged:
Description
It's currently looking for it in a relative path 1 directory too high, in lib:
[2] pry(SmartProxyDynflowCore::BundlerHelper)> File.expand_path('../../Gemfile.in', '/opt/theforeman/tfm/root/usr/share/gems/gems/smart_proxy_dynflow_core-0.1.0/lib/smart_proxy_dynflow_core/bundler_helper.rb')=> "/opt/theforeman/tfm/root/usr/share/gems/gems/smart_proxy_dynflow_core-0.1.0/lib/Gemfile.in"
Actions