Sha256: da175d1f5f1e4139efff546862d196cbca7bc58c02026a2e480af2bca2473330

Contents?: true

Size: 1.31 KB

Versions: 14

Compression:

Stored size: 1.31 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:

    rm -rf ~/.bundle/ ~/.gem/ .bundle/ vendor/cache/ Gemfile.lock
    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

14 entries across 14 versions & 3 rubygems

Version Path
honkster-bundler-1.1.pre ISSUES.md
gemrage-1.0.0 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
gemrage-0.4.1 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
gemrage-0.4.0 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
gemrage-0.3.2 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
gemrage-0.3.1 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
gemrage-0.3.0 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
gemrage-0.2.0 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
gemrage-0.1.2 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
gemrage-0.1.1 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
gemrage-0.1.0 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
gemrage-0.0.0 vendor/ruby/1.8/gems/bundler-1.0.3/ISSUES.md
bundler-1.0.3 ISSUES.md
bundler-1.0.2 ISSUES.md