Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manual install & update - error in Ruby install #3324

Open
johnleeming opened this issue Oct 15, 2023 · 0 comments
Open

manual install & update - error in Ruby install #3324

johnleeming opened this issue Oct 15, 2023 · 0 comments

Comments

@johnleeming
Copy link

I believe that this line:
curl -L --progress-bar https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.bz2 | tar xj

should be

curl -L --progress-bar https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.xz | tar xJ

as there doesn't seem to be a bz2 file at that cache.

Also, this command:
sudo -u huginn -H bundle install --deployment --without development test

gets the following warning
[DEPRECATED] The --deployment 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 --local deployment 'true', and stop using this flag
[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 --local without 'development test', and stop using this flag

there are also some instances of method "exists?" in foreman gem which seems to be deprecated in Ruby > 3.2 and needed a manual edit of base.rb see ddollar/foreman#788

jjeffers added a commit to jjeffers/huginn that referenced this issue Jan 12, 2024
jjeffers added a commit to jjeffers/huginn that referenced this issue Jan 12, 2024
knu added a commit that referenced this issue Apr 28, 2024
#3324 - Installation and upgrade documentation updates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants