]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4023'
authorTom Hughes <tom@compton.nu>
Wed, 26 Apr 2023 17:19:52 +0000 (18:19 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 26 Apr 2023 17:19:52 +0000 (18:19 +0100)
script/vagrant/setup/provision.sh

index 2ca780ff1b5faac36fc84958a5efad2ec42655ae..afabc48857535866304c6888553be361340f12ae 100644 (file)
@@ -21,7 +21,6 @@ apt-get install -y ruby2.7 libruby2.7 ruby2.7-dev \
                      build-essential git-core firefox-geckodriver \
                      postgresql postgresql-contrib libpq-dev libvips-dev \
                      libsasl2-dev libffi-dev libgd-dev libarchive-dev libbz2-dev
-gem2.7 install rake
 gem2.7 install --version "~> 2.1.4" bundler
 
 ## install the bundle necessary for openstreetmap-website
@@ -47,5 +46,5 @@ if [ ! -f config/storage.yml ]; then
 fi
 touch config/settings.local.yml
 # migrate the database to the latest version
-sudo -u vagrant bundle exec rake db:migrate
+sudo -u vagrant bundle exec rails db:migrate
 popd