Skip to content

Commit ecba6eb

Browse files
Bump minima from 2.5.0 to 2.5.1 (#266)
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[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce69a04 commit ecba6eb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ GEM
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.7)
7+
concurrent-ruby (1.1.8)
88
em-websocket (0.5.2)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12-
ffi (1.14.2)
12+
ffi (1.15.0)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.6.0)
1515
i18n (0.9.5)
@@ -32,20 +32,20 @@ GEM
3232
jekyll-regex-replace (1.1.0)
3333
jekyll-sass-converter (1.5.2)
3434
sass (~> 3.4)
35-
jekyll-seo-tag (2.5.0)
36-
jekyll (~> 3.3)
35+
jekyll-seo-tag (2.7.1)
36+
jekyll (>= 3.8, < 5.0)
3737
jekyll-watch (2.2.1)
3838
listen (~> 3.0)
3939
kramdown (1.17.0)
4040
liquid (4.0.3)
4141
liquid-md5 (0.0.3)
4242
liquid (>= 2.5, < 5.0)
43-
listen (3.3.3)
43+
listen (3.5.1)
4444
rb-fsevent (~> 0.10, >= 0.10.3)
4545
rb-inotify (~> 0.9, >= 0.9.10)
4646
mercenary (0.3.6)
47-
minima (2.5.0)
48-
jekyll (~> 3.5)
47+
minima (2.5.1)
48+
jekyll (>= 3.5, < 5.0)
4949
jekyll-feed (~> 0.9)
5050
jekyll-seo-tag (~> 2.1)
5151
pathutil (0.16.2)
@@ -71,7 +71,7 @@ DEPENDENCIES
7171
jekyll-feed (~> 0.6)
7272
jekyll-regex-replace
7373
liquid-md5
74-
minima (~> 2.0)
74+
minima (~> 2.5)
7575
rake (~> 12.3)
7676
tzinfo-data
7777

0 commit comments

Comments
 (0)