Clone healthcheck-endpoint
repository:
git clone https://github.com/obstools/healthcheck-endpoint.git
cd ruby-gem
Configure latest Ruby environment:
echo 'ruby-3.2.0' > .ruby-version
cp .circleci/gemspec_latest healthcheck_endpoint.gemspec
Commit your changes excluding .ruby-version
, healthcheck_endpoint.gemspec
git add . ':!.ruby-version' ':!healthcheck_endpoint.gemspec'
git commit -m 'Your new awesome healthcheck_endpoint feature'