• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Ruby 3+ extension 22.04

Caspar

New Pleskian
Server operating system version
20.04 --> 22.04
Plesk version and microupdate number
Plesk Obsidian 18.0.53.2
I currently have 20.04 and want to update to 22.04. I noticed that Ruby currently is not supported because Ruby 2 cannot be build using OpenSSL3 (see thread below)

I don't want to use Ruby 2, and only want to use the latest versions: so when can I expect the extension to work / be added again to 22.04 since this is something I primarily use, and one of the functions I know other users within my installation use quite a bit and mainly use the GUI.

IMHO, Ruby doesn't have any system requirements that it shouldn't run on 22.04, if the version is correct. You also remove lower PHP versions, and thus I don't understand that you can't just update the minimum version for that.
 
Hi Caspar, the Support of Ubuntu 22.04, Almalinux 9, and RHEL 9 was added on the 18th of April 2023, in 1.4.5 version.
 
Currently Ruby versions 3.1.3, 3.2.1 are available with Plesk on Ubuntu 22.04. Versions 3.0 and below are not compatible with OpenSSL 3 and thus not available.
 
Just FYI, Ruby by default was not possible to be selected when installing 22.04, however when installing it using commandline (following the steps in the upgrade guide) it actually was possible to install and enable it (3.1+)

So for me: the bug is actually that Ruby is not selectable by default even though it looks like it is supported and working for the newer version.

I tried this using a new installation and this seems to work

Commands I used to actually install it:
Code:
apt install bundler ruby-dev
Afterwards install the Ruby extension in the plesk portal.
 
Back
Top