From b680697af61d67ce8312fcc4ce4d9092fbc78a5e Mon Sep 17 00:00:00 2001 From: Konrad Date: Thu, 13 May 2021 21:16:02 +0200 Subject: [PATCH] Remove Ruby version Let's remove the Ruby version from the text. It changes regularly and have the link where to find it right behind it. --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index f244d9ca45..b68dbcae57 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -6,7 +6,7 @@ This is a general guide to setting up an Open Food Network **development environ The fastest way to make it work locally is to use Docker, you only need to setup git, see the [Docker setup guide](docker/README.md). Otherwise, for a local setup you will need: -* Ruby 2.4.4 and bundler (check current Ruby version in [.ruby-version](https://github.com/openfoodfoundation/openfoodnetwork/blob/master/.ruby-version) file) +* Ruby and bundler (check current Ruby version in [.ruby-version](https://github.com/openfoodfoundation/openfoodnetwork/blob/master/.ruby-version) file) * PostgreSQL database * Chrome (for testing)