From d77a94d37725903e3a86084916519d38200b5f58 Mon Sep 17 00:00:00 2001 From: Mohamed ABDELLANI Date: Wed, 25 Oct 2023 09:17:21 +0100 Subject: [PATCH] add comment about mini_protile2 gem --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index b71f0ccdc6..eb10105e75 100644 --- a/Gemfile +++ b/Gemfile @@ -134,6 +134,8 @@ gem 'flipper-ui' gem "view_component" gem 'view_component_reflex', '3.1.14.pre9' +# mini_portile2 is needed when installing with Vargant +# https://openfoodnetwork.slack.com/archives/CEBMTRCNS/p1668439152992899 gem 'mini_portile2', '~> 2.8' gem "faraday"