From 5127f488bca6dd1a854491a64d212bcd96039456 Mon Sep 17 00:00:00 2001 From: Edward Anderson Date: Thu, 14 Sep 2017 09:26:01 -0400 Subject: [PATCH] Use improved bundler output from a recent bundler --- gem-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gem-development.md b/gem-development.md index 48741b7..05f3b44 100644 --- a/gem-development.md +++ b/gem-development.md @@ -70,7 +70,7 @@ By running `bundle install`, Bundler will generate the _Gemfile.lock_ file, whic Additionally in the `bundle install` output, we will see this line: - Using foodie (0.1.0) from source at /path/to/foodie + Using foodie 0.0.1 from source at `.` Bundler detects our gem, loads the gemspec and bundles our gem just like every other gem.