From 516576e5480f3ba8956a6008a1d3709a78efcc15 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 6 Aug 2019 12:02:28 +0200 Subject: Emergency fixes to make hmno run on freebsd 12. Upgrade to use Ruby 2.5.5. Use patched version of rails/activerecord/postgres-adapter that should fix compatibility with Ruby 2.5. Patch Arel inline to be compatible with Ruby 2.5. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index c6f0614..5ca9a11 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -14,7 +14,7 @@ # along with this program. If not, see . Vagrant.configure("2") do |config| - config.vm.box = "bento/freebsd-11.2" + config.vm.box = "bento/freebsd-12.0" config.vm.guest = :freebsd config.vm.network :forwarded_port, host: 3000, guest: 3000 config.vm.provision :shell, :path => "vagrant/bootstrap.sh" -- cgit v1.2.3