Skip to content

Commit 419d0f7

Browse files
Bump jekyll-seo-tag from 2.5.0 to 2.6.1 (#22)
Bumps [jekyll-seo-tag](https://github.com/benbalter/jekyll-seo-tag) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/benbalter/jekyll-seo-tag/releases) - [Changelog](https://github.com/jekyll/jekyll-seo-tag/blob/master/History.markdown) - [Commits](jekyll/jekyll-seo-tag@v2.5.0...v2.6.1)
1 parent fe2c69a commit 419d0f7

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
@@ -12,7 +12,7 @@ gem "jekyll", "3.8.5"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"
15-
gem 'jekyll-seo-tag', "~> 2.5.0"
15+
gem 'jekyll-seo-tag', "~> 2.6.1"
1616

1717
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1818
# uncomment the line below. To upgrade, run `bundle update github-pages`.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ GEM
4545
jekyll-paginate (1.1.0)
4646
jekyll-sass-converter (1.5.2)
4747
sass (~> 3.4)
48-
jekyll-seo-tag (2.5.0)
49-
jekyll (~> 3.3)
48+
jekyll-seo-tag (2.6.1)
49+
jekyll (>= 3.3, < 5.0)
5050
jekyll-watch (2.2.1)
5151
listen (~> 3.0)
5252
jemoji (0.10.0)
@@ -101,7 +101,7 @@ DEPENDENCIES
101101
jekyll (= 3.8.5)
102102
jekyll-feed (~> 0.10.0)
103103
jekyll-paginate
104-
jekyll-seo-tag (~> 2.5.0)
104+
jekyll-seo-tag (~> 2.6.1)
105105
jemoji
106106
minima (~> 2.0)
107107
tzinfo-data

0 commit comments

Comments
 (0)