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

Install RVM via get.rvm.io #503

Merged
merged 2 commits into from
Jul 22, 2019
Merged

Commits on Jul 19, 2019

  1. Install RVM from get.rvm.io

    Unfortunately, latest updates to RVM installer has broken the PPA
    package that we are using to install RVM into the system. Versions
    1.29.9+ are broken when installing in environment with sudo so we
    can't use it until this issue is fixed.
    
    Instead of installing RVM into the system in multi-user mode, install
    RVM for the single user as instructed by RVM docs. Make sure to select
    system Ruby installation after that.
    ilammy committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    081b613 View commit details
    Browse the repository at this point in the history
  2. Use "rbthemis_install" target

    RubyThemis gem is called "rbthemis" (renamed from rubythemis). Makefile
    target for it installation is also called "rbthemis_install", with the
    old name being deprecated. Use the new name on CircleCI.
    ilammy committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    7664184 View commit details
    Browse the repository at this point in the history