Configuring Gem
How to configure the Gem package manager
This page explains how to configure the Gem package manager to pull packages from the Seal artifact server based on your existing setup.
Make sure you have the access token for the server ready.
Pull directly from the artifact server
Note that this setup is only supported for Ruby ≥ 3.0.
Open the project's root directory.
Set your token to the artifact server in the
SEAL_TOKENenvironment variable, and put the project's ID in thePROJECT_IDenvironment variable.To add the Seal artifact server run the following command:
gem sources -a https://$SEAL_PROJECT:$SEAL_TOKEN@ruby.sealsecurity.ioLast updated