diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:15:19 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:15:19 +0200 |
commit | 23f0cab2bfa2207719eb735709b604655dabcdf1 (patch) | |
tree | 96f3f3b4e519890397b24607828228c636da57e9 /Gemfile | |
parent | bump dependencies (diff) | |
download | blog-23f0cab2bfa2207719eb735709b604655dabcdf1.tar.gz blog-23f0cab2bfa2207719eb735709b604655dabcdf1.zip |
bump Ruby version
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |