Skip to content

Commit e94dbcd

Browse files
Bump jekyll-feed and github-pages (#10)
Bumps [jekyll-feed](https://github.com/jekyll/jekyll-feed) and [github-pages](https://github.com/github/pages-gem). These dependencies needed to be updated together. Updates `jekyll-feed` from 0.15.1 to 0.17.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.15.1...v0.17.0) Updates `github-pages` from 228 to 229 - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v228...v229) --- updated-dependencies: - dependency-name: jekyll-feed dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc255dd commit e94dbcd

File tree

2 files changed

+49
-47
lines changed

2 files changed

+49
-47
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ source "https://rubygems.org"
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15-
gem "github-pages", "228", group: :jekyll_plugins
15+
gem "github-pages", "229", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
18-
gem "jekyll-feed", "~> 0.12"
18+
gem "jekyll-feed", "~> 0.17"
1919
end
2020

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

Gemfile.lock

+47-45
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.2)
4+
activesupport (7.1.3)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -11,17 +11,17 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.5)
14+
addressable (2.8.6)
1515
public_suffix (>= 2.0.2, < 6.0)
1616
base64 (0.2.0)
17-
bigdecimal (3.1.4)
17+
bigdecimal (3.1.6)
1818
coffee-script (2.4.1)
1919
coffee-script-source
2020
execjs
21-
coffee-script-source (1.11.1)
21+
coffee-script-source (1.12.2)
2222
colorator (1.1.0)
2323
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.2)
24+
concurrent-ruby (1.2.3)
2525
connection_pool (2.4.1)
2626
dnsruby (1.70.0)
2727
simpleidn (~> 0.2.1)
@@ -34,31 +34,30 @@ GEM
3434
ffi (>= 1.15.0)
3535
eventmachine (1.2.7)
3636
execjs (2.9.1)
37-
faraday (2.7.12)
38-
base64
39-
faraday-net_http (>= 2.0, < 3.1)
40-
ruby2_keywords (>= 0.0.4)
41-
faraday-net_http (3.0.2)
37+
faraday (2.9.0)
38+
faraday-net_http (>= 2.0, < 3.2)
39+
faraday-net_http (3.1.0)
40+
net-http
4241
ffi (1.16.3)
4342
forwardable-extended (2.6.0)
44-
gemoji (3.0.1)
45-
github-pages (228)
46-
github-pages-health-check (= 1.17.9)
47-
jekyll (= 3.9.3)
48-
jekyll-avatar (= 0.7.0)
49-
jekyll-coffeescript (= 1.1.1)
43+
gemoji (4.1.0)
44+
github-pages (229)
45+
github-pages-health-check (= 1.18.2)
46+
jekyll (= 3.9.4)
47+
jekyll-avatar (= 0.8.0)
48+
jekyll-coffeescript (= 1.2.2)
5049
jekyll-commonmark-ghpages (= 0.4.0)
51-
jekyll-default-layout (= 0.1.4)
52-
jekyll-feed (= 0.15.1)
50+
jekyll-default-layout (= 0.1.5)
51+
jekyll-feed (= 0.17.0)
5352
jekyll-gist (= 1.5.0)
54-
jekyll-github-metadata (= 2.13.0)
53+
jekyll-github-metadata (= 2.16.1)
5554
jekyll-include-cache (= 0.2.1)
5655
jekyll-mentions (= 1.6.0)
5756
jekyll-optional-front-matter (= 0.3.2)
5857
jekyll-paginate (= 1.1.0)
5958
jekyll-readme-index (= 0.3.0)
6059
jekyll-redirect-from (= 0.16.0)
61-
jekyll-relative-links (= 0.6.1)
60+
jekyll-relative-links (= 0.7.0)
6261
jekyll-remote-theme (= 0.4.3)
6362
jekyll-sass-converter (= 1.5.2)
6463
jekyll-seo-tag (= 2.8.0)
@@ -78,28 +77,28 @@ GEM
7877
jekyll-theme-tactile (= 0.2.0)
7978
jekyll-theme-time-machine (= 0.2.0)
8079
jekyll-titles-from-headings (= 0.5.3)
81-
jemoji (= 0.12.0)
82-
kramdown (= 2.3.2)
80+
jemoji (= 0.13.0)
81+
kramdown (= 2.4.0)
8382
kramdown-parser-gfm (= 1.1.0)
8483
liquid (= 4.0.4)
8584
mercenary (~> 0.3)
8685
minima (= 2.5.1)
8786
nokogiri (>= 1.13.6, < 2.0)
88-
rouge (= 3.26.0)
87+
rouge (= 3.30.0)
8988
terminal-table (~> 1.4)
90-
github-pages-health-check (1.17.9)
89+
github-pages-health-check (1.18.2)
9190
addressable (~> 2.3)
9291
dnsruby (~> 1.60)
93-
octokit (~> 4.0)
94-
public_suffix (>= 3.0, < 5.0)
92+
octokit (>= 4, < 8)
93+
public_suffix (>= 3.0, < 6.0)
9594
typhoeus (~> 1.3)
9695
html-pipeline (2.14.3)
9796
activesupport (>= 2)
9897
nokogiri (>= 1.4)
9998
http_parser.rb (0.8.0)
10099
i18n (1.14.1)
101100
concurrent-ruby (~> 1.0)
102-
jekyll (3.9.3)
101+
jekyll (3.9.4)
103102
addressable (~> 2.4)
104103
colorator (~> 1.0)
105104
em-websocket (~> 0.5)
@@ -112,27 +111,27 @@ GEM
112111
pathutil (~> 0.9)
113112
rouge (>= 1.7, < 4)
114113
safe_yaml (~> 1.0)
115-
jekyll-avatar (0.7.0)
114+
jekyll-avatar (0.8.0)
116115
jekyll (>= 3.0, < 5.0)
117-
jekyll-coffeescript (1.1.1)
116+
jekyll-coffeescript (1.2.2)
118117
coffee-script (~> 2.2)
119-
coffee-script-source (~> 1.11.1)
118+
coffee-script-source (~> 1.12)
120119
jekyll-commonmark (1.4.0)
121120
commonmarker (~> 0.22)
122121
jekyll-commonmark-ghpages (0.4.0)
123122
commonmarker (~> 0.23.7)
124123
jekyll (~> 3.9.0)
125124
jekyll-commonmark (~> 1.4.0)
126125
rouge (>= 2.0, < 5.0)
127-
jekyll-default-layout (0.1.4)
128-
jekyll (~> 3.0)
129-
jekyll-feed (0.15.1)
126+
jekyll-default-layout (0.1.5)
127+
jekyll (>= 3.0, < 5.0)
128+
jekyll-feed (0.17.0)
130129
jekyll (>= 3.7, < 5.0)
131130
jekyll-gist (1.5.0)
132131
octokit (~> 4.2)
133-
jekyll-github-metadata (2.13.0)
132+
jekyll-github-metadata (2.16.1)
134133
jekyll (>= 3.4, < 5.0)
135-
octokit (~> 4.0, != 4.4.0)
134+
octokit (>= 4, < 7, != 4.4.0)
136135
jekyll-include-cache (0.2.1)
137136
jekyll (>= 3.7, < 5.0)
138137
jekyll-mentions (1.6.0)
@@ -145,7 +144,7 @@ GEM
145144
jekyll (>= 3.0, < 5.0)
146145
jekyll-redirect-from (0.16.0)
147146
jekyll (>= 3.3, < 5.0)
148-
jekyll-relative-links (0.6.1)
147+
jekyll-relative-links (0.7.0)
149148
jekyll (>= 3.3, < 5.0)
150149
jekyll-remote-theme (0.4.3)
151150
addressable (~> 2.0)
@@ -203,11 +202,11 @@ GEM
203202
jekyll (>= 3.3, < 5.0)
204203
jekyll-watch (2.2.1)
205204
listen (~> 3.0)
206-
jemoji (0.12.0)
207-
gemoji (~> 3.0)
205+
jemoji (0.13.0)
206+
gemoji (>= 3, < 5)
208207
html-pipeline (~> 2.2)
209208
jekyll (>= 3.0, < 5.0)
210-
kramdown (2.3.2)
209+
kramdown (2.4.0)
211210
rexml
212211
kramdown-parser-gfm (1.1.0)
213212
kramdown (~> 2.0)
@@ -220,22 +219,24 @@ GEM
220219
jekyll (>= 3.5, < 5.0)
221220
jekyll-feed (~> 0.9)
222221
jekyll-seo-tag (~> 2.1)
223-
minitest (5.20.0)
222+
minitest (5.22.2)
224223
mutex_m (0.2.0)
225-
nokogiri (1.15.5-x86_64-linux)
224+
net-http (0.4.1)
225+
uri
226+
nokogiri (1.16.2-x86_64-linux)
226227
racc (~> 1.4)
227228
octokit (4.25.1)
228229
faraday (>= 1, < 3)
229230
sawyer (~> 0.9)
230231
pathutil (0.16.2)
231232
forwardable-extended (~> 2.6)
232-
public_suffix (4.0.7)
233+
public_suffix (5.0.4)
233234
racc (1.7.3)
234235
rb-fsevent (0.11.2)
235236
rb-inotify (0.10.1)
236237
ffi (~> 1.0)
237238
rexml (3.2.6)
238-
rouge (3.26.0)
239+
rouge (3.30.0)
239240
ruby2_keywords (0.0.5)
240241
rubyzip (2.3.2)
241242
safe_yaml (1.0.5)
@@ -259,15 +260,16 @@ GEM
259260
unf_ext
260261
unf_ext (0.0.9.1)
261262
unicode-display_width (1.8.0)
263+
uri (0.13.0)
262264
webrick (1.8.1)
263265

264266
PLATFORMS
265267
x86_64-linux
266268

267269
DEPENDENCIES
268-
github-pages (= 228)
270+
github-pages (= 229)
269271
http_parser.rb (~> 0.6.0)
270-
jekyll-feed (~> 0.12)
272+
jekyll-feed (~> 0.17)
271273
minima (~> 2.5)
272274
tzinfo (>= 1, < 3)
273275
tzinfo-data

0 commit comments

Comments
 (0)