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|
12
12
spec . summary = "This is CS50's theme for Jekyll."
13
13
spec . version = "1.1.0"
14
14
15
+ spec . add_runtime_dependency "base64"
16
+ spec . add_runtime_dependency "bigdecimal"
15
17
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 "
17
19
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 "
19
21
20
22
CS50 ::PLUGINS . each do |gem , version |
21
23
spec . add_runtime_dependency gem , version
You can’t perform that action at this time.
0 commit comments