Skip to content

Commit 789669a

Browse files
committed
add info about bundler version to README
1 parent 4be74a1 commit 789669a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ This is a simple [Sinatra](http://www.sinatrarb.com/) webapp that you can use to
2020

2121
### Running locally on your machine
2222

23-
If you prefer running the backend locally, ensure you have the required Ruby runtime version installed as per the [latest Gemfile in this repo](Gemfile).
23+
If you prefer running the backend locally, ensure you have the required [Ruby runtime](https://www.ruby-lang.org/en/documentation/installation/) version installed as per the [latest Gemfile in this repo](Gemfile).
24+
25+
You'll also need the correct [Bundler](https://bundler.io/) version, outlined in the [Gemfile.lock](Gemfile.lock) under the `BUNDLED_WITH` directive.
2426

2527
Clone down this repo to your computer, and then follow the steps below:
2628

0 commit comments

Comments
 (0)