From c43e6ba433a196d3b7f9eb9fc8047f0a2ac0c0c9 Mon Sep 17 00:00:00 2001 From: Alexey Korolev Date: Wed, 8 May 2024 09:36:08 +0300 Subject: [PATCH] Downgrade to ruby 3.0.6 --- .github/workflows/generate.yml | 2 +- CHANGELOG.md | 2 +- {{ cookiecutter.name }}/.ruby-version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index d0d490e..d006200 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -16,7 +16,7 @@ jobs: export PATH=~/.rbenv/shims:"$PATH" brew install cookiecutter rbenv && - rbenv install 3.0.7 && + rbenv install 3.0.6 && cookiecutter --no-input -f . && cd Project && make test diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b7f58..b818b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Changed -- Обновлен ruby до 3.0.7 +- Обновлен ruby до 3.0.6 ### Removed diff --git a/{{ cookiecutter.name }}/.ruby-version b/{{ cookiecutter.name }}/.ruby-version index 2451c27..818bd47 100644 --- a/{{ cookiecutter.name }}/.ruby-version +++ b/{{ cookiecutter.name }}/.ruby-version @@ -1 +1 @@ -3.0.7 +3.0.6