Skip to content

Commit bd74bb2

Browse files
Bump jekyll-feed from 0.12.1 to 0.13.0 (#28)
Bumps [jekyll-feed](https://github.com/jekyll/jekyll-feed) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/jekyll/jekyll-feed/releases) - [Changelog](https://github.com/jekyll/jekyll-feed/blob/master/History.markdown) - [Commits](jekyll/jekyll-feed@v0.12.1...v0.13.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 4862634 commit bd74bb2

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'jekyll-seo-tag', "~> 2.6.1"
2020

2121
# If you have any plugins, put them here!
2222
group :jekyll_plugins do
23-
gem "jekyll-feed", "~> 0.12.1"
23+
gem "jekyll-feed", "~> 0.13.0"
2424
gem "jekyll-paginate"
2525
gem 'jemoji'
2626
end

Gemfile.lock

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ GEM
44
activesupport (3.2.22.5)
55
i18n (~> 0.6, >= 0.6.4)
66
multi_json (~> 1.0)
7-
addressable (2.6.0)
8-
public_suffix (>= 2.0.2, < 4.0)
7+
addressable (2.7.0)
8+
public_suffix (>= 2.0.2, < 5.0)
99
colorator (1.1.0)
1010
concurrent-ruby (1.1.5)
1111
em-websocket (0.5.1)
@@ -14,9 +14,9 @@ GEM
1414
eventmachine (1.2.7)
1515
eventmachine (1.2.7-x64-mingw32)
1616
eventmachine (1.2.7-x86-mingw32)
17-
ffi (1.11.1)
18-
ffi (1.11.1-x64-mingw32)
19-
ffi (1.11.1-x86-mingw32)
17+
ffi (1.11.2)
18+
ffi (1.11.2-x64-mingw32)
19+
ffi (1.11.2-x86-mingw32)
2020
forwardable-extended (2.6.0)
2121
gemoji (3.0.1)
2222
html-pipeline (2.11.1)
@@ -38,7 +38,7 @@ GEM
3838
pathutil (~> 0.9)
3939
rouge (>= 1.7, < 4)
4040
safe_yaml (~> 1.0)
41-
jekyll-feed (0.12.1)
41+
jekyll-feed (0.13.0)
4242
jekyll (>= 3.7, < 5.0)
4343
jekyll-paginate (1.1.0)
4444
jekyll-sass-converter (1.5.2)
@@ -53,10 +53,9 @@ GEM
5353
jekyll (>= 3.0, < 5.0)
5454
kramdown (1.17.0)
5555
liquid (4.0.3)
56-
listen (3.1.5)
57-
rb-fsevent (~> 0.9, >= 0.9.4)
58-
rb-inotify (~> 0.9, >= 0.9.7)
59-
ruby_dep (~> 1.2)
56+
listen (3.2.0)
57+
rb-fsevent (~> 0.10, >= 0.10.3)
58+
rb-inotify (~> 0.9, >= 0.9.10)
6059
mercenary (0.3.6)
6160
mini_portile2 (2.4.0)
6261
minima (2.5.0)
@@ -72,12 +71,11 @@ GEM
7271
mini_portile2 (~> 2.4.0)
7372
pathutil (0.16.2)
7473
forwardable-extended (~> 2.6)
75-
public_suffix (3.1.1)
74+
public_suffix (4.0.1)
7675
rb-fsevent (0.10.3)
7776
rb-inotify (0.10.0)
7877
ffi (~> 1.0)
79-
rouge (3.8.0)
80-
ruby_dep (1.5.0)
78+
rouge (3.13.0)
8179
safe_yaml (1.0.5)
8280
sass (3.7.4)
8381
sass-listen (~> 4.0.0)
@@ -96,7 +94,7 @@ PLATFORMS
9694

9795
DEPENDENCIES
9896
jekyll (= 3.8.5)
99-
jekyll-feed (~> 0.12.1)
97+
jekyll-feed (~> 0.13.0)
10098
jekyll-paginate
10199
jekyll-seo-tag (~> 2.6.1)
102100
jemoji

0 commit comments

Comments
 (0)