Skip to content

Commit 5920e6c

Browse files
Bump minima from 2.5.1 to 2.5.2
Bumps [minima](https://github.com/jekyll/minima) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/jekyll/minima/releases) - [Changelog](https://github.com/jekyll/minima/blob/master/History.markdown) - [Commits](jekyll/minima@v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: minima dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a6c986 commit 5920e6c

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source "https://rubygems.org"
1111
gem "jekyll", "~> 4.3.3"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14-
gem "minima", "~> 2.0"
14+
gem "minima", "~> 2.5"
1515

1616
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1717
# uncomment the line below. To upgrade, run `bundle update github-pages`.

Gemfile.lock

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
asciidoctor (2.0.20)
77
asciidoctor-tabs (1.0.0.beta.6)
88
asciidoctor (>= 2.0.0, < 3.0.0)
9+
bigdecimal (3.1.8)
910
colorator (1.1.0)
10-
concurrent-ruby (1.2.3)
11+
concurrent-ruby (1.3.4)
1112
em-websocket (0.5.3)
1213
eventmachine (>= 0.12.9)
1314
http_parser.rb (~> 0)
1415
eventmachine (1.2.7)
15-
ffi (1.16.3)
16+
ffi (1.17.0)
1617
forwardable-extended (2.6.0)
17-
google-protobuf (3.25.1)
18+
google-protobuf (4.28.0)
19+
bigdecimal
20+
rake (>= 13)
1821
http_parser.rb (0.8.0)
19-
i18n (1.14.1)
22+
i18n (1.14.5)
2023
concurrent-ruby (~> 1.0)
2124
jekyll (4.3.3)
2225
addressable (~> 2.4)
@@ -41,7 +44,7 @@ GEM
4144
jekyll (>= 3.7, < 5.0)
4245
jekyll-sass-converter (3.0.0)
4346
sass-embedded (~> 1.54)
44-
jekyll-seo-tag (2.7.1)
47+
jekyll-seo-tag (2.8.0)
4548
jekyll (>= 3.8, < 5.0)
4649
jekyll-watch (2.2.1)
4750
listen (~> 3.0)
@@ -50,12 +53,12 @@ GEM
5053
kramdown-parser-gfm (1.1.0)
5154
kramdown (~> 2.0)
5255
liquid (4.0.4)
53-
listen (3.8.0)
56+
listen (3.9.0)
5457
rb-fsevent (~> 0.10, >= 0.10.3)
5558
rb-inotify (~> 0.9, >= 0.9.10)
5659
mercenary (0.4.0)
5760
mini_portile2 (2.8.7)
58-
minima (2.5.1)
61+
minima (2.5.2)
5962
jekyll (>= 3.5, < 5.0)
6063
jekyll-feed (~> 0.9)
6164
jekyll-seo-tag (~> 2.1)
@@ -64,18 +67,18 @@ GEM
6467
racc (~> 1.4)
6568
pathutil (0.16.2)
6669
forwardable-extended (~> 2.6)
67-
public_suffix (5.0.4)
70+
public_suffix (6.0.1)
6871
racc (1.8.0)
69-
rake (13.1.0)
72+
rake (13.2.1)
7073
rb-fsevent (0.11.2)
71-
rb-inotify (0.10.1)
74+
rb-inotify (0.11.1)
7275
ffi (~> 1.0)
73-
rexml (3.2.6)
74-
rouge (4.2.0)
76+
rexml (3.3.7)
77+
rouge (4.3.0)
7578
safe_yaml (1.0.5)
76-
sass-embedded (1.69.6)
77-
google-protobuf (~> 3.25)
78-
rake (>= 13.0.0)
79+
sass-embedded (1.78.0)
80+
google-protobuf (~> 4.27)
81+
rake (>= 13)
7982
slim (5.2.1)
8083
temple (~> 0.10.0)
8184
tilt (>= 2.1.0)
@@ -101,7 +104,7 @@ DEPENDENCIES
101104
jekyll (~> 4.3.3)
102105
jekyll-asciidoc
103106
jekyll-feed (~> 0.17)
104-
minima (~> 2.0)
107+
minima (~> 2.5)
105108
nokogiri (~> 1.16)
106109
slim (~> 5.2.1)
107110
thread_safe (~> 0.3.5)

0 commit comments

Comments
 (0)