Skip to content

Commit

Permalink
Ruby >= 3.3 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
dikiaap committed Jan 7, 2024
1 parent 66697d1 commit 1962a5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
ruby-version: [3.2]
ruby-version: [3.3]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
ruby-version: [3.2]
ruby-version: [3.3]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![Mangan Jekyll Theme](https://dikiaap.pages.dev/img/open-source/mangan_preview.png)

## Requirements
- Ruby >= 3.2
- Ruby >= 3.3
- RubyGems
- Linux, Unix, or macOS
- Git
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-03-10-installation-mangan-jekyll-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: "Installation Mangan Jekyll Theme"
![Mangan Jekyll Theme](https://dikiaap.pages.dev/img/open-source/mangan_preview.png)

## Requirements
- Ruby >= 3.2
- Ruby >= 3.3
- RubyGems
- Linux, Unix, or macOS
- Git
Expand Down

0 comments on commit 1962a5f

Please sign in to comment.