Версии пакетов: # rpm -q foreman deploy foreman-3.18.1-alt1.noarch deploy-0.5.0-alt1.noarch Запустить настройку foreman: # deploy foreman В процессе настройки через railsctl будет ошибка: Подготовить экземпляр Foreman... localhost done | stdout: Work dir is '/var/lib/foreman' Processing rails application 'foreman' setup... Applying variables from '/etc/sysconfig/foreman' Renewing dependencies... Error code is: 3 Ошибка подготовки В логах: # cat /var/log/foreman/bundle.log [DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set without 'development test'`, and stop using this flag [DEPRECATED] This Gemfile does not include an explicit global source. Not using an explicit global source may result in a different lockfile being generated depending on the gems you have installed locally before bundler is run. Instead, define a global source in your Gemfile like this: source "https://rubygems.org". Could not find gem 'wirb (>= 1.0, < 3.0)' in locally installed gems. The source contains the following gems matching 'wirb': * wirb-3.0.0 [DEPRECATED] This Gemfile does not include an explicit global source. Not using an explicit global source may result in a different lockfile being generated depending on the gems you have installed locally before bundler is run. Instead, define a global source in your Gemfile like this: source "https://rubygems.org". Could not find gem 'wirb (>= 1.0, < 3.0)' in locally installed gems. The source contains the following gems matching 'wirb': * wirb-3.0.0 Пакет gem-wirb установлен, но не ожидаемой версии: # rpm -qi gem-wirb Name : gem-wirb Version : 3.0.0 Release : alt1 DistTag : sisyphus+418869.1700.4.1 Architecture: noarch Install Date: Пт 17 июл 2026 15:22:17 Group : Development/Ruby Size : 84459 License : MIT Signature : RSA/SHA512, Пт 22 мая 2026 19:41:37, Key ID ff979dedda2773bb Source RPM : gem-wirb-3.0.0-alt1.src.rpm Build Date : Пт 22 мая 2026 19:41:36 Build Host : majioa-sisyphus.hasher.altlinux.org
foreman-3.19.1-alt1 -> sisyphus: Thu Jul 23 2026 Pavel Skrylev <majioa@altlinux> 3.19.1-alt1 - ^ 3.18.1 -> 3.19.1 - * required wirb ~> 3 (closes #59855) - ! fixed to build renderer on the user page (from pav@)