diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/jekyll.yml | 2 | ||||
-rw-r--r-- | .ruby-version | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index d406b35..647d275 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -12,7 +12,7 @@ jobs: deploy: runs-on: ubuntu-latest env: - RUBY_VERSION: 3.1 + RUBY_VERSION: 2.7 JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}' name: Deploy steps: diff --git a/.ruby-version b/.ruby-version index ef538c2..49cdd66 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +2.7.6 diff --git a/Gemfile.lock b/Gemfile.lock index 924d2c6..df7e416 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,4 +102,4 @@ DEPENDENCIES jekyll-remote-theme BUNDLED WITH - 2.3.7 + 2.3.13 |