From 2a23c8ba4e2059399443b56e6a89a4fb7840b2b8 Mon Sep 17 00:00:00 2001 From: Charlie Somerville Date: Mon, 9 Sep 2013 00:57:05 +1000 Subject: [PATCH] Users no longer have to install binding_of_caller manually! --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index a77764f4..f0010149 100644 --- a/README.md +++ b/README.md @@ -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