diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 091f78c..06b239f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '2.7' + ruby-version: '3.0' bundler-cache: false - name: Install dependencies diff --git a/Gemfile b/Gemfile index 697483e..eee9310 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # GitHub Pages compatible gems -gem 'github-pages', group: :jekyll_plugins +gem 'github-pages', '~> 227', group: :jekyll_plugins gem 'jekyll-feed', '~> 0.12' gem 'jekyll-sitemap' gem 'jekyll-seo-tag'