You are not logged in.
How to fix this?
sudo -u gitlab $(cat environment | xargs) GITLAB_ALLOW_SEPARATE_CI_DATABASE=1 bundle-2.7 exec rake db:migrate
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
Could not find CFPropertyList-3.0.5 in any of the sources
Run `bundle install` to install missing gems.
Last edited by str0gg (2023-10-12 06:28:46)
Offline
package from aur https://aur.archlinux.org/packages/ruby-cfpropertylist: same error
manual game install to gems: same error
bundle install --redownload: same error
bundle clean: not problems found
Offline
bundle version used by gitlab has been updated
current call should look like this
sudo -u gitlab $(cat environment | xargs) GITLAB_ALLOW_SEPARATE_CI_DATABASE=1 bundle exec rake db:migrate
Offline