From 23f0cab2bfa2207719eb735709b604655dabcdf1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 22 Oct 2022 19:15:19 +0200 Subject: bump Ruby version --- .github/workflows/jekyll.yml | 2 +- .ruby-version | 2 +- Gemfile | 3 +++ Gemfile.lock | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 36aabac..ef12345 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest env: - RUBY_VERSION: 2.7 + RUBY_VERSION: 3.1 JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}' name: Deploy steps: diff --git a/.ruby-version b/.ruby-version index 49cdd66..ef538c2 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.6 +3.1.2 diff --git a/Gemfile b/Gemfile index 5fd2e53..cd316df 100644 --- a/Gemfile +++ b/Gemfile @@ -8,3 +8,6 @@ gem 'jekyll-tidy' # Jekyll 3.9.0 requires this as an explicit dependency: gem 'kramdown-parser-gfm' + +# Jekyll 3.9.2 requires this as an explicit dependency for Ruby 3: +gem 'webrick' diff --git a/Gemfile.lock b/Gemfile.lock index 2213814..4c14759 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,6 +81,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + webrick (1.7.0) PLATFORMS x86_64-linux @@ -92,6 +93,7 @@ DEPENDENCIES jekyll-remote-theme jekyll-tidy kramdown-parser-gfm + webrick BUNDLED WITH 2.3.23 -- cgit v1.2.3