aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:28:58 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:28:58 +0200
commit3a0b3a799d3b1f1eeb590a9638ccd576960ccbb3 (patch)
tree2f47a708001a65a6d2c622abb8750628ce79bf96 /Gemfile
parentbump dependencies (diff)
downloadwireguard-config-3a0b3a799d3b1f1eeb590a9638ccd576960ccbb3.tar.gz
wireguard-config-3a0b3a799d3b1f1eeb590a9638ccd576960ccbb3.zip
bump Ruby version
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 938c926..1b767c5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,3 +4,6 @@ gem 'jekyll', '~> 3'
gem 'jekyll-github-metadata'
gem 'jekyll-remote-theme'
gem 'jekyll-tidy'
+
+# Jekyll 3.9.2 requires this as an explicit dependency for Ruby 3:
+gem 'webrick'