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