Skip to content

Commit

Permalink
Users no longer have to install binding_of_caller manually!
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Somerville committed Sep 8, 2013
1 parent b8836ad commit 2a23c8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ group :development do
end
```

If you would like to use Better Errors' **advanced features** (REPL, local/instance variable inspection, pretty stack frame names), you need to add the [`binding_of_caller`](https://github.com/banister/binding_of_caller) gem by [@banisterfiend](http://twitter.com/banisterfiend) to your Gemfile:

```ruby
gem "binding_of_caller"
```

This is an optional dependency however, and Better Errors will work without it.

## Security
Expand Down

0 comments on commit 2a23c8b

Please sign in to comment.