Skip to content

Commit 1f60b92

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 d91a48b commit 1f60b92

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.0"
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ GEM
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.1.9)
8-
em-websocket (0.5.2)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.3)
12+
ffi (1.15.5)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.8.10)
14+
http_parser.rb (0.8.0)
15+
i18n (1.9.1)
1616
concurrent-ruby (~> 1.0)
1717
jekyll (4.2.0)
1818
addressable (~> 2.4)
@@ -31,7 +31,7 @@ GEM
3131
terminal-table (~> 2.0)
3232
jekyll-sass-converter (2.1.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)
@@ -40,24 +40,24 @@ GEM
4040
kramdown-parser-gfm (1.1.0)
4141
kramdown (~> 2.0)
4242
liquid (4.0.3)
43-
listen (3.6.0)
43+
listen (3.7.1)
4444
rb-fsevent (~> 0.10, >= 0.10.3)
4545
rb-inotify (~> 0.9, >= 0.9.10)
4646
mercenary (0.4.0)
4747
pathutil (0.16.2)
4848
forwardable-extended (~> 2.6)
4949
public_suffix (4.0.6)
50-
rb-fsevent (0.11.0)
50+
rb-fsevent (0.11.1)
5151
rb-inotify (0.10.1)
5252
ffi (~> 1.0)
5353
rexml (3.2.5)
54-
rouge (3.26.0)
54+
rouge (3.28.0)
5555
safe_yaml (1.0.5)
5656
sassc (2.4.0)
5757
ffi (~> 1.9)
5858
terminal-table (2.0.0)
5959
unicode-display_width (~> 1.1, >= 1.1.1)
60-
unicode-display_width (1.7.0)
60+
unicode-display_width (1.8.0)
6161

6262
PLATFORMS
6363
x86_64-darwin-19
@@ -66,7 +66,7 @@ PLATFORMS
6666

6767
DEPENDENCIES
6868
jekyll (~> 4.2.0)
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)