Skip to content

Commit aa921dd

Browse files
authored
Merge pull request #24 from ayasyrev/fix_alerts
fix_alerts
2 parents 2178e9d + ec04cec commit aa921dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GEM
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.7.0)
10+
addressable (2.8.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
@@ -70,12 +70,12 @@ GEM
7070
jekyll-theme-time-machine (= 0.1.1)
7171
jekyll-titles-from-headings (= 0.5.3)
7272
jemoji (= 0.12.0)
73-
kramdown (= 2.3.0)
73+
kramdown (= 2.3.1)
7474
kramdown-parser-gfm (= 1.1.0)
7575
liquid (= 4.0.3)
7676
mercenary (~> 0.3)
7777
minima (= 2.5.1)
78-
nokogiri (>= 1.10.4, < 2.0)
78+
nokogiri (>= 1.11.4, < 2.0)
7979
rouge (= 3.23.0)
8080
terminal-table (~> 1.4)
8181
github-pages-health-check (1.16.1)
@@ -97,7 +97,7 @@ GEM
9797
i18n (~> 0.7)
9898
jekyll-sass-converter (~> 1.0)
9999
jekyll-watch (~> 2.0)
100-
kramdown (>= 1.17, < 3)
100+
kramdown (>= 2.3.1, < 3)
101101
liquid (~> 4.0)
102102
mercenary (~> 0.3.3)
103103
pathutil (~> 0.9)
@@ -196,7 +196,7 @@ GEM
196196
gemoji (~> 3.0)
197197
html-pipeline (~> 2.2)
198198
jekyll (>= 3.0, < 5.0)
199-
kramdown (2.3.0)
199+
kramdown (2.3.1)
200200
rexml
201201
kramdown-parser-gfm (1.1.0)
202202
kramdown (~> 2.0)
@@ -225,7 +225,7 @@ GEM
225225
rb-fsevent (0.10.4)
226226
rb-inotify (0.10.1)
227227
ffi (~> 1.0)
228-
rexml (3.2.4)
228+
rexml (3.2.5)
229229
rouge (3.23.0)
230230
ruby-enum (0.8.0)
231231
i18n
@@ -262,7 +262,7 @@ DEPENDENCIES
262262
github-pages
263263
jekyll (>= 3.7)
264264
jekyll-remote-theme
265-
kramdown (>= 2.3.0)
265+
kramdown (>= 2.3.1)
266266
nokogiri (< 1.11.1)
267267

268268
BUNDLED WITH

0 commit comments

Comments
 (0)