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
The fog project has become enormous with all the dependencies it now pulls in from every provider it supports. asset_sync only needs the AWS and Google dependencies.
Instead of pulling in all of fog, the gemspec should be explicit and specify only fog-aws and fog-google. Ideally, it doesn't have a dependency on either (as not everyone needs both) and there is a more plug-in architecture that allows asset_sync consumers to pull in only what they need.
The text was updated successfully, but these errors were encountered:
The
fog
project has become enormous with all the dependencies it now pulls in from every provider it supports.asset_sync
only needs the AWS and Google dependencies.Instead of pulling in all of
fog
, thegemspec
should be explicit and specify onlyfog-aws
andfog-google
. Ideally, it doesn't have a dependency on either (as not everyone needs both) and there is a more plug-in architecture that allowsasset_sync
consumers to pull in only what they need.The text was updated successfully, but these errors were encountered: