From owner-freebsd-ruby@freebsd.org Fri Jan 15 09:54:42 2016 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A41BA84A01 for ; Fri, 15 Jan 2016 09:54:42 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 389621268 for ; Fri, 15 Jan 2016 09:54:42 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id 35F83A849FB; Fri, 15 Jan 2016 09:54:42 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35A16A849FA for ; Fri, 15 Jan 2016 09:54:42 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01D3D1260 for ; Fri, 15 Jan 2016 09:54:41 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 612FA1B22054 for ; Fri, 15 Jan 2016 10:54:29 +0100 (CET) To: ruby@freebsd.org From: Torsten Zuehlsdorff Subject: [GitLab] can't modify frozen ActiveSupport::HashWithIndifferentAccess - again Message-ID: <5698C1D5.7000603@toco-domains.de> Date: Fri, 15 Jan 2016 10:54:29 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2016 09:54:42 -0000 Hello, after finishing all dependencies and sidework on the port for GitLab 8.3.x i stumpled accross the same error like before: $ rake gitlab:setup RAILS_ENV=production [..] == Seed from /usr/local/www/gitlab/db/fixtures/production/001_admin.rb rake aborted! can't modify frozen ActiveSupport::HashWithIndifferentAccess (eval):9:in `block (2 levels) in run_file' /usr/local/www/gitlab/lib/tasks/gitlab/setup.rake:20:in `setup_db' /usr/local/www/gitlab/lib/tasks/gitlab/setup.rake:4:in `block (2 levels) in ' Tasks: TOP => db:seed_fu (See full trace by running task with --trace) This is a little bit frustrating, because this is exactly the error which drove me to resurrect RAILS 4.1. With Rails 4.1 the error did not occur. :D My ruby is not good enough do fix it. Can somebody help? Greetings, Torsten