From 01e05a7d6ec411f2b1f55611b9bc44fe3de60e85 Mon Sep 17 00:00:00 2001 From: Popov Aleksandr <72823880+FewJuho@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:11:39 +0300 Subject: [PATCH] IGNITE-23332 Set docs gem dependency jekyll-sass-converter to fixed 2.2 (#11576) --- docs/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Gemfile b/docs/Gemfile index 381249a041d5a..995be7b258772 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -7,6 +7,7 @@ gem 'jekyll', group: :jekyll_plugins gem 'wdm', '~> 0.1.1' if Gem.win_platform? group :jekyll_plugins do gem 'jekyll-asciidoc' + gem 'jekyll-sass-converter', '~> 2.2' end #gem 'pygments.rb', '~> 1.2.1' gem 'thread_safe', '~> 0.3.6'