From 1d6544939d633afc93f7dc7646a6e656993c1559 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Mon, 8 Jan 2024 14:10:24 +0100 Subject: [PATCH 1/2] Update the Ruby version from `2.7` to `3.1.4` --- {{ cookiecutter.name | lower }}/.github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.name | lower }}/.github/workflows/danger.yml b/{{ cookiecutter.name | lower }}/.github/workflows/danger.yml index 95022f5..b9e3a81 100644 --- a/{{ cookiecutter.name | lower }}/.github/workflows/danger.yml +++ b/{{ cookiecutter.name | lower }}/.github/workflows/danger.yml @@ -15,7 +15,7 @@ jobs: - name: ruby setup uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 3.1.4 bundler-cache: true - name: Checkout code uses: actions/checkout@v2 From f35a2c5d0389eb574072d27818157ff312d9187f Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Mon, 8 Jan 2024 14:10:55 +0100 Subject: [PATCH 2/2] Update `CHANGELOG.md` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 485084c..e143b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ## Added +- Update the Ruby version from 2.7 to 3.1.4 + - Added in Pull Request [#8](https://github.com/space-code/package-template/pull/8). - Implement typo checking - Added in Pull Request [#7](https://github.com/space-code/package-template/pull/7).