• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. A

    Resolved Ruby Versions (Ruby extension)

    Final solution for adding ruby 2.4.2 to plesk Run the following commands: ----------------------- # ruby-build 2.4.2 /opt/plesk/ruby/2.4.2 # /opt/plesk/ruby/2.4.2/bin/gem install bundler # /opt/plesk/ruby/2.4.2/bin/gem install bundle # plesk sbin rubymng register 2.4.2 /opt/plesk/ruby/2.4.2...
  2. A

    Resolved Ruby Versions (Ruby extension)

    Solved with : gem install bundler --user-install from the app directectory But i still can't launch normal rake task like: -T It says: rbenv: bundle: command not found The `bundle' command exists in these Ruby versions: 1.9.3 2.0.0 2.1.10 2.1.8 2.2.4 2.2.5 2.2.6 2.3.0 2.3.1...
  3. A

    Resolved Ruby Versions (Ruby extension)

    Hello, I'm trying to upgrade [email protected] (security fix), i followed the steps above and i have a green dot on the "Ruby extension" page so it's correctly registred. When i select that version on my domain/ruby page, and i try bundle, an error says that there is no bundle for that version, only...
Back
Top