1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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)
This commit is contained in:
Matthias Fechner 2023-03-26 15:30:40 +03:00
parent f076f8bdb7
commit e5c281ae60
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= concurrent-ruby
PORTVERSION= 1.2.1
PORTVERSION= 1.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -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