Updated to minima Git state
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Jim Martens 2023-08-02 16:45:38 +02:00
parent 77bb6cc02e
commit 060616204a
3 changed files with 12 additions and 7 deletions

View File

@ -74,7 +74,7 @@
<orderEntry type="library" scope="PROVIDED" name="method_source (v1.0.0, ruby-3.2.2-p53) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="mini_portile2 (v2.8.4, ruby-3.2.2-p53) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="mini_racer (v0.8.0, ruby-3.2.2-p53) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="minima (v2.5.1, ruby-3.2.2-p53) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="minima (v3.0.0.dev@286362, ruby-3.2.2-p53) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.18.1, ruby-3.2.2-p53) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.15.3, ruby-3.2.2-p53) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="octokit (v4.25.1, ruby-3.2.2-p53) [gem]" level="application" />

View File

@ -27,7 +27,7 @@ group :jekyll_plugins do
gem 'jemoji'
end
# themes
gem 'minima'
gem 'minima', git: 'https://github.com/jekyll/minima'
# end themes
gem 'kramdown'
gem 'liquid'

View File

@ -5,6 +5,15 @@ GIT
jekyll-default-layout (0.1.5)
jekyll (>= 3.0, < 5.0)
GIT
remote: https://github.com/jekyll/minima
revision: 2863624b903b17f838d6ce8d2f77900fa9d3c864
specs:
minima (3.0.0.dev)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
GEM
remote: https://rubygems.org/
specs:
@ -165,10 +174,6 @@ GEM
mini_portile2 (2.8.4)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.18.1)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
@ -290,7 +295,7 @@ DEPENDENCIES
loofah (>= 2.3.1)
mercenary
mini_racer (~> 0.8.0)
minima
minima!
nokogiri (>= 1.10.4)
rack (~> 2.2.7)
railties (>= 5.2.2.1)