Skip to content

Commit

Permalink
Use improved bundler output from a recent bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbus committed Sep 14, 2017
1 parent 7b624a1 commit 5127f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5127f48

Please sign in to comment.