From da00ca4d9859ad46af8be61ab562b9e98ce86927 Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Wed, 5 Feb 2020 09:01:34 -0600 Subject: [PATCH] Update ubuntu_setup.sh --- ubuntu_example.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu_example.sh b/ubuntu_example.sh index 7a0af938f..39e0caf64 100644 --- a/ubuntu_example.sh +++ b/ubuntu_example.sh @@ -45,6 +45,8 @@ micro .env # ⚠ SKIP THIS STEP IF UPGRADING! # ^ This is the most important step # READ NOTE ABOVE. Very important! +# Install the correct version of bundler for the project +sudo docker-compose run web gem install bundler:2.1.4 # Install application specific Ruby dependencies sudo docker-compose run web bundle install # Install application specific Javascript deps