We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b097b62 commit f6578c6Copy full SHA for f6578c6
1 file changed
site/Gemfile
@@ -21,6 +21,10 @@ gem 'json'
21
gem "bootswatch", github: "thomaspark/bootswatch", tag: "v5.3.6"
22
gem "bootstrap", "~> 5.3.5"
23
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
+
28
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
29
# and associated library.
30
platforms :mingw, :x64_mingw, :mswin, :jruby do
0 commit comments