Skip to content

Commit f6578c6

Browse files
committed
config: Pin sass-converter version to silence deprecation warnings
1 parent b097b62 commit f6578c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

site/Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ gem 'json'
2121
gem "bootswatch", github: "thomaspark/bootswatch", tag: "v5.3.6"
2222
gem "bootstrap", "~> 5.3.5"
2323

24+
# pinned version of dependency of jekyll-sass-converter, as it emits deprecation warnings until
25+
# bootstrap v5.5.0 - see https://github.com/OpenTabletDriver/opentabletdriver.github.io/issues/212
26+
gem 'sass-embedded', "~> 1.78.0"
27+
2428
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2529
# and associated library.
2630
platforms :mingw, :x64_mingw, :mswin, :jruby do

0 commit comments

Comments
 (0)