This is an automated email from the ASF dual-hosted git repository.
timoninmaxim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 01e05a7d6ec IGNITE-23332 Set docs gem dependency jekyll-sass-converter
to fixed 2.2 (#11576)
01e05a7d6ec is described below
commit 01e05a7d6ec411f2b1f55611b9bc44fe3de60e85
Author: Popov Aleksandr <[email protected]>
AuthorDate: Wed Oct 9 15:11:39 2024 +0300
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 381249a041d..995be7b2587 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'