Skip to content

Commit 2d01b42

Browse files
update README with correct Bundler version
1 parent 7ce147d commit 2d01b42

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)