Sha256: 6bc03c7b47f2cdf2ca9190860df0085ac3b1fba0101b76cf9365b05485dcd517

Contents?: true

Size: 1.67 KB

Versions: 31

Compression:

Stored size: 1.67 KB

Contents

# Bundler Issues

## Troubleshooting

Instructions for common Bundler use-cases can be found on the [Bundler documentation site](http://gembundler.com/v1.0/). Detailed information about each Bundler command, including help with common problems, can be found in the [Bundler man pages](http://gembundler.com/man/bundle.1.html).

After reading the documentation, try these troubleshooting steps:

    # remove user-specific gems and git repos
    rm -rf ~/.bundle/ ~/.gem/

    # remove system-wide git repos and git checkouts
    rm -rf $GEM_HOME/bundler/ $GEM_HOME/cache/bundler/

    # remove project-specific settings and git repos
    rm -rf .bundle/

    # remove project-specific cached .gem files
    rm -rf vendor/cache/

    # remove the saved resolve of the Gemfile
    rm -rf Gemfile.lock

    # try to install one more time
    bundle install

## Reporting unresolved problems

If you are still having problems, please report issues to the [Bundler issue tracker](http://github.com/carlhuda/bundler/issues/).

Instructions that allow the Bundler team to reproduce your issue are vitally important. When you report a bug, please create a gist of the following information and include a link in your ticket:

  - What version of bundler you are using
  - What version of Ruby you are using
  - Whether you are using RVM, and if so what version
  - Your Gemfile
  - Your Gemfile.lock
  - If you are on 0.9, whether you have locked or not
  - If you are on 1.0, the result of `bundle config`
  - The command you ran to generate exception(s)
  - The exception backtrace(s)

If you are using Rails 2.3, please also include:

  - Your boot.rb file
  - Your preinitializer.rb file
  - Your environment.rb file

Version data entries

31 entries across 31 versions & 3 rubygems

Version Path
bpm-1.0.0 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.rc.4 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.rc.3 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.rc.2 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.rc.1 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.beta.13 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.beta.12 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.beta.11 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.beta.10 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.beta.9 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.beta.8 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.beta.6 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.beta.5 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-1.0.0.beta.4 spec/fixtures/packages/bundler-1.1.pre/ISSUES.md
bpm-0.1.4 spec/fixtures/src/bundler-1.1.pre/ISSUES.md
bpm-0.1.3 spec/fixtures/src/bundler-1.1.pre/ISSUES.md
bpm-0.1.2 spec/fixtures/src/bundler-1.1.pre/ISSUES.md
bpm-0.1.0 spec/fixtures/src/bundler-1.1.pre/ISSUES.md
bundler-1.1.pre.4 ISSUES.md
bundler-1.0.13 ISSUES.md