Skip to content

Commit d842d28

Browse files
Bump jekyll-seo-tag from 2.7.1 to 2.8.0
Bumps [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/jekyll/jekyll-seo-tag/releases) - [Changelog](https://github.com/jekyll/jekyll-seo-tag/blob/master/History.markdown) - [Commits](jekyll/jekyll-seo-tag@v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: jekyll-seo-tag dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c668f0d commit d842d28

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "jekyll", "~> 4.2.2"
1313
# gem "github-pages", group: :jekyll_plugins
1414
# If you have any plugins, put them here!
1515
group :jekyll_plugins do
16-
gem "jekyll-seo-tag", "~> 2.7.1"
16+
gem "jekyll-seo-tag", "~> 2.8.0"
1717
end
1818

1919
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
addressable (2.8.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.9)
7+
concurrent-ruby (1.1.10)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
@@ -31,11 +31,11 @@ GEM
3131
terminal-table (~> 2.0)
3232
jekyll-sass-converter (2.2.0)
3333
sassc (> 2.0.1, < 3.0)
34-
jekyll-seo-tag (2.7.1)
34+
jekyll-seo-tag (2.8.0)
3535
jekyll (>= 3.8, < 5.0)
3636
jekyll-watch (2.2.1)
3737
listen (~> 3.0)
38-
kramdown (2.3.1)
38+
kramdown (2.4.0)
3939
rexml
4040
kramdown-parser-gfm (1.1.0)
4141
kramdown (~> 2.0)
@@ -46,12 +46,12 @@ GEM
4646
mercenary (0.4.0)
4747
pathutil (0.16.2)
4848
forwardable-extended (~> 2.6)
49-
public_suffix (4.0.6)
49+
public_suffix (4.0.7)
5050
rb-fsevent (0.11.1)
5151
rb-inotify (0.10.1)
5252
ffi (~> 1.0)
5353
rexml (3.2.5)
54-
rouge (3.28.0)
54+
rouge (3.29.0)
5555
safe_yaml (1.0.5)
5656
sassc (2.4.0)
5757
ffi (~> 1.9)
@@ -66,7 +66,7 @@ PLATFORMS
6666

6767
DEPENDENCIES
6868
jekyll (~> 4.2.2)
69-
jekyll-seo-tag (~> 2.7.1)
69+
jekyll-seo-tag (~> 2.8.0)
7070
tzinfo (~> 1.2)
7171
tzinfo-data
7272
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)