Skip to content

Instantly share code, notes, and snippets.

@hashar
Last active January 11, 2017 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hashar/c56d25fce6bcc77945b016b3e3846a2e to your computer and use it in GitHub Desktop.
Save hashar/c56d25fce6bcc77945b016b3e3846a2e to your computer and use it in GitHub Desktop.

For rubygems/bundler#5317 Based on https://github.com/bundler/bundler/blob/master/ISSUES.md

bundle exec fails to load xmlrpc/client !

$ bundle env

Environment

    Bundler   1.13.7
    Rubygems  2.6.8
    Ruby      2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin15]
    GEM_HOME  ~/.gem
    GEM_PATH  
    Git       2.11.0

Gemfile

    source 'https://rubygems.org'

Gemfile.lock

    GEM
      remote: https://rubygems.org/
      specs:
    
    PLATFORMS
      ruby
    
    DEPENDENCIES
    
    BUNDLED WITH
       1.13.7

Gemfile

source 'https://rubygems.org'

Gemfile.lock

GEM
  remote: https://rubygems.org/
  specs:

PLATFORMS
  ruby

DEPENDENCIES

BUNDLED WITH
   1.13.7

$ bundle config

Settings are listed in order of priority. The top value will be used.

$ bundle -v => Bundler version 1.13.7

$ ruby -v (from homebrew) => ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin15]

gem -v => 2.6.8

rvm NO

rubygems-bundler NO

open_gem NO

Rails NO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment