Skip to content

Commit a088934

Browse files
Bump minima from 2.5.0 to 2.5.1 (#27)
Bumps [minima](https://github.com/jekyll/minima) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/jekyll/minima/releases) - [Changelog](https://github.com/jekyll/minima/blob/master/History.markdown) - [Commits](jekyll/minima@v2.5.0...v2.5.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f4c6a0e commit a088934

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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", "3.8.6"
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
gem 'jekyll-seo-tag', "~> 2.6.1"
1616

1717
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ GEM
5858
rb-inotify (~> 0.9, >= 0.9.10)
5959
mercenary (0.3.6)
6060
mini_portile2 (2.4.0)
61-
minima (2.5.0)
62-
jekyll (~> 3.5)
61+
minima (2.5.1)
62+
jekyll (>= 3.5, < 5.0)
6363
jekyll-feed (~> 0.9)
6464
jekyll-seo-tag (~> 2.1)
6565
multi_json (1.13.1)
@@ -98,7 +98,7 @@ DEPENDENCIES
9898
jekyll-paginate
9999
jekyll-seo-tag (~> 2.6.1)
100100
jemoji
101-
minima (~> 2.0)
101+
minima (~> 2.5)
102102
tzinfo-data
103103

104104
BUNDLED WITH

0 commit comments

Comments
 (0)