Skip to content

Commit 134f088

Browse files
authored
Merge pull request thingsboard#557 from thingsboard/dependabot/bundler/kramdown-and-github-pages-2.3.1
Bump kramdown and github-pages
2 parents 845bc18 + fcf2145 commit 134f088

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source "https://rubygems.org"
22

33
# gem "jekyll", "3.6.3"
4-
gem "github-pages", "~> 213", group: :jekyll_plugins
4+
gem "github-pages", "~> 214", group: :jekyll_plugins
55
gem "jekyll-sass-converter", "1.5.2"
66
gem "minima", "2.5.1"
7-
gem "kramdown", "2.3.0"
7+
gem "kramdown", "2.3.1"
88
gem "liquid", "4.0.3"
99
gem "rouge", "3.26.0"
1010
gem "jemoji", "0.12.0"

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GEM
3636
ffi (1.15.0-x64-mingw32)
3737
forwardable-extended (2.6.0)
3838
gemoji (3.0.1)
39-
github-pages (213)
39+
github-pages (214)
4040
github-pages-health-check (= 1.17.0)
4141
jekyll (= 3.9.0)
4242
jekyll-avatar (= 0.7.0)
@@ -72,7 +72,7 @@ GEM
7272
jekyll-theme-time-machine (= 0.1.1)
7373
jekyll-titles-from-headings (= 0.5.3)
7474
jemoji (= 0.12.0)
75-
kramdown (= 2.3.0)
75+
kramdown (= 2.3.1)
7676
kramdown-parser-gfm (= 1.1.0)
7777
liquid (= 4.0.3)
7878
mercenary (~> 0.3)
@@ -199,7 +199,7 @@ GEM
199199
html-pipeline (~> 2.2)
200200
jekyll (>= 3.0, < 5.0)
201201
json (1.8.6)
202-
kramdown (2.3.0)
202+
kramdown (2.3.1)
203203
rexml
204204
kramdown-parser-gfm (1.1.0)
205205
kramdown (~> 2.0)
@@ -215,10 +215,10 @@ GEM
215215
jekyll-seo-tag (~> 2.1)
216216
minitest (5.14.4)
217217
multipart-post (2.1.1)
218-
nokogiri (1.11.2)
218+
nokogiri (1.11.3)
219219
mini_portile2 (~> 2.5.0)
220220
racc (~> 1.4)
221-
nokogiri (1.11.2-x64-mingw32)
221+
nokogiri (1.11.3-x64-mingw32)
222222
racc (~> 1.4)
223223
octokit (4.20.0)
224224
faraday (>= 0.9)
@@ -230,7 +230,7 @@ GEM
230230
rb-fsevent (0.10.4)
231231
rb-inotify (0.10.1)
232232
ffi (~> 1.0)
233-
rexml (3.2.4)
233+
rexml (3.2.5)
234234
rouge (3.26.0)
235235
ruby-enum (0.9.0)
236236
i18n
@@ -266,7 +266,7 @@ PLATFORMS
266266

267267
DEPENDENCIES
268268
activesupport (= 4.2.7)
269-
github-pages (~> 213)
269+
github-pages (~> 214)
270270
jekyll-coffeescript (= 1.1.1)
271271
jekyll-feed (= 0.15.1)
272272
jekyll-gist (= 1.5.0)
@@ -278,7 +278,7 @@ DEPENDENCIES
278278
jekyll-seo-tag (= 2.7.1)
279279
jekyll-sitemap (= 1.4.0)
280280
jemoji (= 0.12.0)
281-
kramdown (= 2.3.0)
281+
kramdown (= 2.3.1)
282282
liquid (= 4.0.3)
283283
listen (= 3.0.6)
284284
minima (= 2.5.1)

0 commit comments

Comments
 (0)