Skip to content

Use Ruby 2.7.2 in CI to publishing to Rubygems

drew stachon requested to merge ruby-2-7-2 into master

Use Ruby 2.7.2 in CI to package and publish our gem.

gem versions 3.0.5+ support the GEM_HOST_API_KEY variable that we use in our release job. Ruby 2.7.2 comes packaged with 3.1.4 so we should be all set there.

Merge request reports