Skip to content

Commit 5f5bdaf

Browse files
authored
Merge pull request #25 from positiondev/dependabot/bundler/minima-2.5.1
Bump minima from 2.5.0 to 2.5.1
2 parents 0ba538b + 1497938 commit 5f5bdaf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.9"
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ GEM
3434
jekyll (>= 3.3, < 5.0)
3535
jekyll-sass-converter (1.5.2)
3636
sass (~> 3.4)
37-
jekyll-seo-tag (2.5.0)
38-
jekyll (~> 3.3)
37+
jekyll-seo-tag (2.8.0)
38+
jekyll (>= 3.8, < 5.0)
3939
jekyll-watch (2.2.1)
4040
listen (~> 3.0)
4141
kramdown (2.4.0)
@@ -47,8 +47,8 @@ GEM
4747
rb-fsevent (~> 0.10, >= 0.10.3)
4848
rb-inotify (~> 0.9, >= 0.9.10)
4949
mercenary (0.3.6)
50-
minima (2.5.0)
51-
jekyll (~> 3.5)
50+
minima (2.5.1)
51+
jekyll (>= 3.5, < 5.0)
5252
jekyll-feed (~> 0.9)
5353
jekyll-seo-tag (~> 2.1)
5454
pathutil (0.16.2)
@@ -75,7 +75,7 @@ DEPENDENCIES
7575
jekyll-feed (~> 0.17)
7676
jekyll-redirect-from (~> 0.15.0)
7777
kramdown-parser-gfm (~> 1.1)
78-
minima (~> 2.0)
78+
minima (~> 2.5)
7979
tzinfo-data
8080

8181
BUNDLED WITH

0 commit comments

Comments
 (0)