aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 18:41:45 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 18:44:26 +0200
commitb9daf165fd8a03107e452d26d0a6685ce4e7db9f (patch)
treea79a29e723378373b07886209c0c218e91a52b6f
parentbump dependencies (diff)
downloadjekyll-theme-b9daf165fd8a03107e452d26d0a6685ce4e7db9f.tar.gz
jekyll-theme-b9daf165fd8a03107e452d26d0a6685ce4e7db9f.zip
bump Ruby version
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.ruby-version2
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock2
4 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 10dae15..b10b58f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
deploy:
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 299426e..2dd10aa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,3 +7,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 30a6045..7e3f0f8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -75,6 +75,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
+ webrick (1.7.0)
PLATFORMS
x86_64-linux
@@ -85,6 +86,7 @@ DEPENDENCIES
jekyll-paginate
jekyll-tidy
kramdown-parser-gfm
+ webrick
BUNDLED WITH
2.3.23