Advertisement
eloyesp

debug_info_for_vim_bundler

May 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 3.20 KB | None | 0 0
  1. :Verbose PP bundler#project()
  2. not found in 'runtimepath': "autoload/bundler.vim"
  3. {'_lock': '/home/eloyesp/projects/verify/bank_party/Gemfile.lock',
  4.  '_lock_time': 1527080890,
  5.  '_locked':
  6.  {'gem':
  7.   [{'remote': 'https://rubygems.org/',
  8.     'versions':
  9.     {'addressable': '2.5.2',
  10.      'archive-zip': '0.11.0',
  11.      'capybara': '2.18.0',
  12.      'childprocess': '0.9.0',
  13.      'chromedriver-helper': '1.2.0',
  14.      'coderay': '1.1.2',
  15.      'crack': '0.4.3',
  16.      'cuba': '3.9.2',
  17.      'diff-lcs': '1.3',
  18.      'ffi': '1.9.23',
  19.      'foreman': '0.84.0',
  20.      'hashdiff': '0.3.7',
  21.      'httparty': '0.16.2',
  22.      'io-like': '0.3.0',
  23.      'launchy': '2.4.3',
  24.      'listen': '3.1.5',
  25.      'method_source': '0.9.0',
  26.      'mini_mime': '1.0.0',
  27.      'mini_portile2': '2.3.0',
  28.      'multi_xml': '0.6.0',
  29.      'nokogiri': '1.8.2',
  30.      'pry': '0.11.3',
  31.      'public_suffix': '3.0.2',
  32.      'rack': '2.0.5',
  33.      'rack-contrib': '2.0.1',
  34.      'rack-test': '1.0.0',
  35.      'rake': '12.3.1',
  36.      'rb-fsevent': '0.10.3',
  37.      'rb-inotify': '0.9.10',
  38.      'rerun': '0.13.0',
  39.      'rspec': '3.7.0',
  40.      'rspec-core': '3.7.1',
  41.      'rspec-expectations': '3.7.0',
  42.      'rspec-mocks': '3.7.0',
  43.      'rspec-support': '3.7.1',
  44.      'ruby_dep': '1.5.0',
  45.      'rubyzip': '1.2.1',
  46.      'safe_yaml': '1.0.4',
  47.      'selenium-webdriver': '3.12.0',
  48.      'thor': '0.19.4',
  49.      'vcr': '4.0.0',
  50.      'webmock': '3.3.0',
  51.      'xpath': '3.0.0'}}],
  52.   'git': [],
  53.   'path': []},
  54.  '_path_time': 1527080890,
  55.  '_paths': {},
  56.  '_projections_list': [],
  57.  '_sorted': [],
  58.  '_versions':
  59.  {'addressable': '2.5.2',
  60.   'archive-zip': '0.11.0',
  61.   'capybara': '2.18.0',
  62.   'childprocess': '0.9.0',
  63.   'chromedriver-helper': '1.2.0',
  64.   'coderay': '1.1.2',
  65.   'crack': '0.4.3',
  66.   'cuba': '3.9.2',
  67.   'diff-lcs': '1.3',
  68.   'ffi': '1.9.23',
  69.   'foreman': '0.84.0',
  70.   'hashdiff': '0.3.7',
  71.   'httparty': '0.16.2',
  72.   'io-like': '0.3.0',
  73.   'launchy': '2.4.3',
  74.   'listen': '3.1.5',
  75.   'method_source': '0.9.0',
  76.   'mini_mime': '1.0.0',
  77.   'mini_portile2': '2.3.0',
  78.   'multi_xml': '0.6.0',
  79.   'nokogiri': '1.8.2',
  80.   'pry': '0.11.3',
  81.   'public_suffix': '3.0.2',
  82.   'rack': '2.0.5',
  83.   'rack-contrib': '2.0.1',
  84.   'rack-test': '1.0.0',
  85.   'rake': '12.3.1',
  86.   'rb-fsevent': '0.10.3',
  87.   'rb-inotify': '0.9.10',
  88.   'rerun': '0.13.0',
  89.   'rspec': '3.7.0',
  90.   'rspec-core': '3.7.1',
  91.   'rspec-expectations': '3.7.0',
  92.   'rspec-mocks': '3.7.0',
  93.   'rspec-support': '3.7.1',
  94.   'ruby_dep': '1.5.0',
  95.   'rubyzip': '1.2.1',
  96.   'safe_yaml': '1.0.4',
  97.   'selenium-webdriver': '3.12.0',
  98.   'thor': '0.19.4',
  99.   'vcr': '4.0.0',
  100.   'webmock': '3.3.0',
  101.   'xpath': '3.0.0'},
  102.  'alter_buffer_paths': function('<SNR>31_project_alter_buffer_paths'),
  103.  'gems': function('<SNR>31_project_gems'),
  104.  'has': function('<SNR>31_project_has'),
  105.  'lock': function('<SNR>31_project_lock'),
  106.  'locked': function('<SNR>31_project_locked'),
  107.  'manifest': function('<SNR>31_project_manifest'),
  108.  'path': function('<SNR>31_project_path'),
  109.  'paths': function('<SNR>31_project_paths'),
  110.  'projections_list': function('<SNR>31_project_projections_list'),
  111.  'root': '/home/eloyesp/projects/verify/bank_party',
  112.  'sorted': function('<SNR>31_project_sorted'),
  113.  'versions': function('<SNR>31_project_versions')}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement