Skip to content

Commit

Permalink
Add a note on how to dive into the code with Pry [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Aug 26, 2016
1 parent a4a5f1c commit 6667a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Bundler doesn't use a Gemfile to list development dependencies, because when we

The `BUNDLE_DISABLE_POSTIT` environment variable ensures that the version of Bundler in `/path/to/bundler/lib` will be used. Without that environment setting, Bundler will automatically download, install, and run the version of Bundler listed in `Gemfile.lock`. With that set up, you can test changes you've made to Bundler by running `dbundle`, without interfering with the regular `bundle` command.

To dive into the code with Pry: `RUBYOPT=-rpry dbundle` to require pry and then run commands.

# Submitting Pull Requests

Before you submit a pull request, please remember to do the following:
Expand Down

0 comments on commit 6667a9d

Please sign in to comment.