RubyGems command support
CodeArtifact supports the gem install and gem push commands.
Note
The gem install command requires RubyGems version 3.5.18 or earlier
when used with CodeArtifact. RubyGems versions 3.5.19 and later require the Compact Index API
to resolve gems, which CodeArtifact does not currently support. If you are using RubyGems 3.5.19
or later, use Bundler to install gems instead, or downgrade RubyGems by running
gem update --system 3.5.18.
CodeArtifact does not support the following
gem commands:
gem fetchgem info --remotegem list --remotegem mirrorgem outdatedgem ownergem querygem searchgem signingem signoutgem sources --addgem sources --updategem specification --remotegem updategem yank