git: e5c281ae60e9 - main - devel/rubygem-concurrent-ruby: bugfix update to 1.2.2

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Sun, 26 Mar 2023 12:36:48 UTC
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e5c281ae60e9a542b6b42121aeb9255217632378

commit e5c281ae60e9a542b6b42121aeb9255217632378
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-03-26 12:30:40 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-03-26 12:34:47 +0000

    devel/rubygem-concurrent-ruby: bugfix update to 1.2.2
    
    Release v1.2.2 (24 Feb 2023)
        (#993) Fix arguments passed to Concurrent::Map's default_proc.
    
    Changelog:
    https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md
    
    This fixes a runtime error fpr e.g. www/gitlab-ce:
    rake aborted!
    NoMethodError: undefined method `fetch_or_store' for {}:Concurrent::Hash
    
              h.fetch_or_store(key, Concurrent::Map.new)
               ^^^^^^^^^^^^^^^
    /usr/local/www/gitlab-ce/config/initializers/0_postgresql_types.rb:13:in `initialize_type_map'
    /usr/local/www/gitlab-ce/config/initializers/1_active_record_data_types.rb:30:in `initialize_type_map'
    /usr/local/www/gitlab-ce/lib/gitlab/database/reflection.rb:144:in `connection'
    /usr/local/www/gitlab-ce/lib/gitlab/database/reflection.rb:72:in `database_version'
    /usr/local/www/gitlab-ce/lib/gitlab/database/reflection.rb:68:in `version'
    /usr/local/www/gitlab-ce/lib/gitlab/database/reflection.rb:76:in `postgresql_minimum_supported_version?'
    /usr/local/www/gitlab-ce/lib/gitlab/database.rb:157:in `block in check_postgres_version_and_print_warning'
    /usr/local/www/gitlab-ce/lib/gitlab/database.rb:154:in `each'
    /usr/local/www/gitlab-ce/lib/gitlab/database.rb:154:in `check_postgres_version_and_print_warning'
    /usr/local/www/gitlab-ce/config/initializers/1_postgresql_only.rb:6:in `<top (required)>'
    /usr/local/www/gitlab-ce/config/environment.rb:7:in `<top (required)>'
    Tasks: TOP => db:migrate => db:load_config => environment
    (See full trace by running task with --trace)
---
 devel/rubygem-concurrent-ruby/Makefile | 2 +-
 devel/rubygem-concurrent-ruby/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/rubygem-concurrent-ruby/Makefile b/devel/rubygem-concurrent-ruby/Makefile
index cb2a175cbfc8..3de372b5a2fa 100644
--- a/devel/rubygem-concurrent-ruby/Makefile
+++ b/devel/rubygem-concurrent-ruby/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	concurrent-ruby
-PORTVERSION=	1.2.1
+PORTVERSION=	1.2.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
diff --git a/devel/rubygem-concurrent-ruby/distinfo b/devel/rubygem-concurrent-ruby/distinfo
index 9c0622c085bf..c230def0ec95 100644
--- a/devel/rubygem-concurrent-ruby/distinfo
+++ b/devel/rubygem-concurrent-ruby/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771567
-SHA256 (rubygem/concurrent-ruby-1.2.1.gem) = 168c06c56bd177221d045d9f70a3b3ce72b81445d830480f198c0c93ad883312
-SIZE (rubygem/concurrent-ruby-1.2.1.gem) = 357888
+TIMESTAMP = 1679831021
+SHA256 (rubygem/concurrent-ruby-1.2.2.gem) = 3879119b8b75e3b62616acc256c64a134d0b0a7a9a3fcba5a233025bcde22c4f
+SIZE (rubygem/concurrent-ruby-1.2.2.gem) = 357888