head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.02.11.07.53.38; author taca; state Exp; branches; next ; commitid NWdBBjiJTO6WPVtG; desc @@ 1.1 log @devel/ruby-redmine61: add version 6.1.1 Note: ruby-redmine61 also supports Ruby 3.4. Redmine is a flexible project management web application using the Ruby on Rails framework, it is cross-platform and cross-database. Redmine 6.1 introduces these new features in these categories: * Redmine 6 has been upgraded to Rails 7.2 * Ruby 3.3 is now supported and support for Ruby 2.7 and 3.0 has been dropped * Asset pipeline integration using Propshaft has been enabled * Support for Markdown has been removed * Icons have been replaced with SVG icons provided by Tabler * UI tweaks * New features and enhancements, some of them being long awaited features * API changes * Security improvement: User visibility changed from "all" to "member of visible projects" for new roles and existing builtin roles (#38853) @ text @$NetBSD$ Explictly allow permissions to class for ActiveRecord 6.1.6.1. --- config/additional_environment.rb.example.orig 2022-06-21 05:20:43.000000000 +0000 +++ config/additional_environment.rb.example @@@@ -8,3 +8,4 @@@@ # ... # +config.active_record.yaml_column_permitted_classes = [Symbol, ActiveSupport::HashWithIndifferentAccess] @