Skip to content

Commit 7a3a374

Browse files
Bump github-pages from 227 to 228 (#29)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3454d0d commit 7a3a374

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

Gemfile.lock

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (3.2.22.5)
5-
i18n (~> 0.6, >= 0.6.4)
6-
multi_json (~> 1.0)
4+
activesupport (7.0.4.2)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
79
addressable (2.8.1)
810
public_suffix (>= 2.0.2, < 6.0)
911
algolia_html_extractor (2.6.4)
@@ -17,7 +19,7 @@ GEM
1719
execjs
1820
coffee-script-source (1.11.1)
1921
colorator (1.1.0)
20-
commonmarker (0.23.7)
22+
commonmarker (0.23.8)
2123
concurrent-ruby (1.2.0)
2224
dnsruby (1.61.9)
2325
simpleidn (~> 0.1)
@@ -36,12 +38,12 @@ GEM
3638
filesize (0.2.0)
3739
forwardable-extended (2.6.0)
3840
gemoji (3.0.1)
39-
github-pages (227)
41+
github-pages (228)
4042
github-pages-health-check (= 1.17.9)
41-
jekyll (= 3.9.2)
43+
jekyll (= 3.9.3)
4244
jekyll-avatar (= 0.7.0)
4345
jekyll-coffeescript (= 1.1.1)
44-
jekyll-commonmark-ghpages (= 0.2.0)
46+
jekyll-commonmark-ghpages (= 0.4.0)
4547
jekyll-default-layout (= 0.1.4)
4648
jekyll-feed (= 0.15.1)
4749
jekyll-gist (= 1.5.0)
@@ -75,7 +77,7 @@ GEM
7577
jemoji (= 0.12.0)
7678
kramdown (= 2.3.2)
7779
kramdown-parser-gfm (= 1.1.0)
78-
liquid (= 4.0.3)
80+
liquid (= 4.0.4)
7981
mercenary (~> 0.3)
8082
minima (= 2.5.1)
8183
nokogiri (>= 1.13.6, < 2.0)
@@ -92,13 +94,13 @@ GEM
9294
nokogiri (>= 1.4)
9395
http_parser.rb (0.8.0)
9496
httpclient (2.8.3)
95-
i18n (0.9.5)
97+
i18n (1.12.0)
9698
concurrent-ruby (~> 1.0)
97-
jekyll (3.9.2)
99+
jekyll (3.9.3)
98100
addressable (~> 2.4)
99101
colorator (~> 1.0)
100102
em-websocket (~> 0.5)
101-
i18n (~> 0.7)
103+
i18n (>= 0.7, < 2)
102104
jekyll-sass-converter (~> 1.0)
103105
jekyll-watch (~> 2.0)
104106
kramdown (>= 1.17, < 3)
@@ -123,11 +125,11 @@ GEM
123125
coffee-script-source (~> 1.11.1)
124126
jekyll-commonmark (1.4.0)
125127
commonmarker (~> 0.22)
126-
jekyll-commonmark-ghpages (0.2.0)
127-
commonmarker (~> 0.23.4)
128+
jekyll-commonmark-ghpages (0.4.0)
129+
commonmarker (~> 0.23.7)
128130
jekyll (~> 3.9.0)
129131
jekyll-commonmark (~> 1.4.0)
130-
rouge (>= 2.0, < 4.0)
132+
rouge (>= 2.0, < 5.0)
131133
jekyll-default-layout (0.1.4)
132134
jekyll (~> 3.0)
133135
jekyll-feed (0.15.1)
@@ -216,7 +218,7 @@ GEM
216218
rexml
217219
kramdown-parser-gfm (1.1.0)
218220
kramdown (~> 2.0)
219-
liquid (4.0.3)
221+
liquid (4.0.4)
220222
listen (3.8.0)
221223
rb-fsevent (~> 0.10, >= 0.10.3)
222224
rb-inotify (~> 0.9, >= 0.9.10)
@@ -225,10 +227,10 @@ GEM
225227
jekyll (>= 3.5, < 5.0)
226228
jekyll-feed (~> 0.9)
227229
jekyll-seo-tag (~> 2.1)
228-
multi_json (1.15.0)
229-
nokogiri (1.14.0-x86_64-darwin)
230+
minitest (5.17.0)
231+
nokogiri (1.14.1-x86_64-darwin)
230232
racc (~> 1.4)
231-
nokogiri (1.14.0-x86_64-linux)
233+
nokogiri (1.14.1-x86_64-linux)
232234
racc (~> 1.4)
233235
octokit (4.25.1)
234236
faraday (>= 1, < 3)

0 commit comments

Comments
 (0)