Skip to content

Commit 6148c60

Browse files
Update dependency minima to v2.5.2 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a25e9b3 commit 6148c60

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem "jekyll", "= 4.3.3", group: :jekyll_plugins
44

55
gem "jekyll-seo-tag", "= 2.8.0"
66
gem "kramdown-parser-gfm", "= 1.1.0"
7-
gem "minima", "= 2.5.1"
7+
gem "minima", "= 2.5.2"
88

99
group :jekyll_plugins do
1010
gem "jekyll-remote-theme", "= 0.4.3"

Gemfile.lock

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
colorator (1.1.0)
77
concurrent-ruby (1.2.3)
88
em-websocket (0.5.3)
@@ -55,24 +55,26 @@ GEM
5555
rb-fsevent (~> 0.10, >= 0.10.3)
5656
rb-inotify (~> 0.9, >= 0.9.10)
5757
mercenary (0.4.0)
58-
minima (2.5.1)
58+
minima (2.5.2)
5959
jekyll (>= 3.5, < 5.0)
6060
jekyll-feed (~> 0.9)
6161
jekyll-seo-tag (~> 2.1)
6262
pathutil (0.16.2)
6363
forwardable-extended (~> 2.6)
64-
public_suffix (5.0.4)
64+
public_suffix (5.0.5)
6565
rake (13.0.6)
6666
rb-fsevent (0.11.2)
6767
rb-inotify (0.10.1)
6868
ffi (~> 1.0)
69-
rexml (3.2.6)
69+
rexml (3.2.9)
70+
strscan
7071
rouge (4.1.3)
7172
rubyzip (2.3.2)
7273
safe_yaml (1.0.5)
7374
sass-embedded (1.62.1)
7475
google-protobuf (~> 3.21)
7576
rake (>= 10.0.0)
77+
strscan (1.0.3)
7678
terminal-table (3.0.2)
7779
unicode-display_width (>= 1.1.1, < 3)
7880
tzinfo (2.0.6)
@@ -92,7 +94,7 @@ DEPENDENCIES
9294
jekyll-remote-theme (= 0.4.3)
9395
jekyll-seo-tag (= 2.8.0)
9496
kramdown-parser-gfm (= 1.1.0)
95-
minima (= 2.5.1)
97+
minima (= 2.5.2)
9698
tzinfo (= 2.0.6)
9799
tzinfo-data (= 1.2024.2)
98100
wdm (= 0.2.0)

0 commit comments

Comments
 (0)