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