Skip to content

Commit a826378

Browse files
Merge pull request #476 from rowanajmarshall/tiny-readme-update
update README with correct Bundler version
2 parents 20e8f68 + 2d01b42 commit a826378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Follow the [quick installation guide](https://rvm.io/rvm/install#quick-guided-in
123123
```bash
124124
$ rvm install 2.2.1 # inside `codebar/tutorials` folder
125125
$ rvm gemset use codebar-tutorial --create
126-
$ gem install bundler
126+
$ gem install bundler -v 1.17.3
127127
$ bundle install
128128
$ jekyll serve # go to http://127.0.0.1:4000/
129129
```

0 commit comments

Comments
 (0)