Skip to content

Commit

Permalink
Downgrade to ruby 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya committed May 8, 2024
1 parent 1b667b6 commit c43e6ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Changed

- Обновлен ruby до 3.0.7
- Обновлен ruby до 3.0.6

### Removed

Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.7
3.0.6

0 comments on commit c43e6ba

Please sign in to comment.