You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ This is a simple [Sinatra](http://www.sinatrarb.com/) webapp that you can use to
20
20
21
21
### Running locally on your machine
22
22
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.
24
26
25
27
Clone down this repo to your computer, and then follow the steps below:
0 commit comments