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. --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 9937604..9c8e6a3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,9 @@ # :jedit:mode=ruby: source 'https://rubygems.org' -gem 'rails', '~> 3.2' +gem 'rails', + git: "https://code.volse.no/rails.git", + branch: "3-2-stable-for-hmno" group :development, :test do gem 'sqlite3' -- cgit v1.2.3