File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ Gem::Specification.new do |spec|
1212 spec . summary = "This is CS50's theme for Jekyll."
1313 spec . version = "1.1.0"
1414
15+ spec . add_runtime_dependency "base64"
16+ spec . add_runtime_dependency "bigdecimal"
1517 spec . add_runtime_dependency "deep_merge" , "1.2.2"
16- spec . add_runtime_dependency "jekyll" , "4.4.1 "
18+ spec . add_runtime_dependency "jekyll" , "4.3.4 "
1719 spec . add_runtime_dependency "jekyll-sass-converter" , "2.2.0" # https://github.com/jekyll/jekyll-sass-converter#dropped-support-of-importing-files-with-the-same-filename-as-their-parent-file
18- spec . add_runtime_dependency "sanitize" , "7.0.0 "
20+ spec . add_runtime_dependency "sanitize" , "6.1.3 "
1921
2022 CS50 ::PLUGINS . each do |gem , version |
2123 spec . add_runtime_dependency gem , version
You can’t perform that action at this time.
0 commit comments