Skip to content

Commit

Permalink
Mention version of Bundler that is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoBautista committed Apr 9, 2015
1 parent ec63685 commit a5086e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gem-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Also: Sharing is caring.

## Getting Started

This guide was made using version 1.9.0 of bundler. We can follow along with other versions, but we might not get the exact same output. To check which version of bundler we currently have, lets run the following command:

bundle -v

We should see something close to `Bundler version 1.9.0`. If necessary, we can update to the newest version of Bundler by running `gem update bundler`.

To begin to create a gem using Bundler, use the `bundle gem` command like this:

bundle gem foodie
Expand Down

0 comments on commit a5086e1

Please sign in to comment.