File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55Gemfile.lock
66* .gem
77* .idea
8+ .jekyll-cache
Original file line number Diff line number Diff line change 88 -webkit-font-smoothing : antialiased ;
99}
1010
11+ $theme-map : null;
12+
1113@mixin themed () {
1214 @each $theme , $map in $themes {
1315 .theme--#{$theme } & {
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "jekyll-dash"
5- spec . version = "1.3.6 "
5+ spec . version = "2.1.0 "
66 spec . authors = [ "Miguel Gonzalez Sanchez" ]
77 spec . email = [ "[email protected] " ] 88
@@ -12,8 +12,8 @@ Gem::Specification.new do |spec|
1212
1313 spec . files = `git ls-files -z` . split ( "\x0 " ) . select { |f | f . match ( %r!^(assets|_layouts|_includes|_plugins|_sass|LICENSE|README)!i ) }
1414
15- spec . add_runtime_dependency "jekyll" , "~> 3.5 "
16- spec . add_runtime_dependency "jekyll-feed" , "~> 0.9 "
15+ spec . add_runtime_dependency "jekyll" , "~> 4.0 "
16+ spec . add_runtime_dependency "jekyll-feed" , "~> 0.14 "
1717 spec . add_runtime_dependency "jekyll-seo-tag" , "~> 2.1"
1818 spec . add_runtime_dependency "jekyll-paginate"
1919
You can’t perform that action at this time.
0 commit comments