class Bundler::RemoteSpecification

def fetch_platform

specs don't bother to include the arch in the platform string
Needed before installs, since the arch matters then and quick
def fetch_platform
  @platform = _remote_specification.platform
end