Avoid bundler 2.x for now

Fixes #2149
This commit is contained in:
Tom Hughes 2019-02-20 21:46:21 +00:00
parent 22fefc3df0
commit a5735683e9

View file

@ -21,7 +21,8 @@ apt-get install -y ruby2.5 libruby2.5 ruby2.5-dev \
apache2 apache2-dev build-essential git-core \
postgresql postgresql-contrib libpq-dev postgresql-server-dev-all \
libsasl2-dev imagemagick phantomjs
gem2.5 install rake bundler
gem2.5 install rake
gem2.5 install --version "~> 1.16.2" bundler
## install the bundle necessary for openstreetmap-website
pushd /srv/openstreetmap-website