Skip to content

Commit 7fc452e

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] <[email protected]>
1 parent 3615843 commit 7fc452e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.4"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GEM
4444
jekyll (>= 3.7, < 5.0)
4545
jekyll-sass-converter (3.0.0)
4646
sass-embedded (~> 1.54)
47-
jekyll-seo-tag (2.7.1)
47+
jekyll-seo-tag (2.8.0)
4848
jekyll (>= 3.8, < 5.0)
4949
jekyll-watch (2.2.1)
5050
listen (~> 3.0)
@@ -58,7 +58,7 @@ GEM
5858
rb-inotify (~> 0.9, >= 0.9.10)
5959
mercenary (0.4.0)
6060
mini_portile2 (2.8.7)
61-
minima (2.5.1)
61+
minima (2.5.2)
6262
jekyll (>= 3.5, < 5.0)
6363
jekyll-feed (~> 0.9)
6464
jekyll-seo-tag (~> 2.1)
@@ -74,7 +74,7 @@ GEM
7474
rb-inotify (0.11.1)
7575
ffi (~> 1.0)
7676
rexml (3.3.7)
77-
rouge (4.3.0)
77+
rouge (4.4.0)
7878
safe_yaml (1.0.5)
7979
sass-embedded (1.78.0)
8080
google-protobuf (~> 4.27)
@@ -104,7 +104,7 @@ DEPENDENCIES
104104
jekyll (~> 4.3.4)
105105
jekyll-asciidoc
106106
jekyll-feed (~> 0.17)
107-
minima (~> 2.0)
107+
minima (~> 2.5)
108108
nokogiri (~> 1.16)
109109
slim (~> 5.2.1)
110110
thread_safe (~> 0.3.5)

0 commit comments

Comments
 (0)