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 builds the awesome-1.2.3.gem file in the /path/to/awesome directory. I understand that this is necessary for bundler to be able to install dependencies and native extensions, but it would be really nice if it was removed afterwards.
The text was updated successfully, but these errors were encountered:
When I add the :path to a gem declaration in Gemfile, like this:
{{{
gem "awesome", :path => "/path/to/awesome"
}}}
... bundler builds the awesome-1.2.3.gem file in the /path/to/awesome directory. I understand that this is necessary for bundler to be able to install dependencies and native extensions, but it would be really nice if it was removed afterwards.
The text was updated successfully, but these errors were encountered: