diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 18:41:45 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 18:44:26 +0200 |
commit | b9daf165fd8a03107e452d26d0a6685ce4e7db9f (patch) | |
tree | a79a29e723378373b07886209c0c218e91a52b6f /Gemfile | |
parent | bump dependencies (diff) | |
download | jekyll-theme-b9daf165fd8a03107e452d26d0a6685ce4e7db9f.tar.gz jekyll-theme-b9daf165fd8a03107e452d26d0a6685ce4e7db9f.zip |
bump Ruby version
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |