Skip to content

Commit df0cb5a

Browse files
committed
gem install jekyll-paginate-v2 command was run
1 parent 806f60d commit df0cb5a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/Gemfile.lock

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.2)
4+
activesupport (6.0.3.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -16,19 +16,20 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.6)
20-
dnsruby (1.61.4)
19+
concurrent-ruby (1.1.7)
20+
dnsruby (1.61.5)
2121
simpleidn (~> 0.1)
22-
em-websocket (0.5.1)
22+
em-websocket (0.5.2)
2323
eventmachine (>= 0.12.9)
2424
http_parser.rb (~> 0.6.0)
2525
ethon (0.12.0)
2626
ffi (>= 1.3.0)
2727
eventmachine (1.2.7)
2828
eventmachine (1.2.7-x64-mingw32)
2929
execjs (2.7.0)
30-
faraday (1.0.1)
30+
faraday (1.1.0)
3131
multipart-post (>= 1.2, < 3)
32+
ruby2_keywords
3233
ffi (1.13.1)
3334
ffi (1.13.1-x64-mingw32)
3435
forwardable-extended (2.6.0)
@@ -83,7 +84,7 @@ GEM
8384
octokit (~> 4.0)
8485
public_suffix (~> 3.0)
8586
typhoeus (~> 1.3)
86-
html-pipeline (2.13.0)
87+
html-pipeline (2.14.0)
8788
activesupport (>= 2)
8889
nokogiri (>= 1.4)
8990
http_parser.rb (0.6.0)
@@ -208,13 +209,13 @@ GEM
208209
jekyll (>= 3.5, < 5.0)
209210
jekyll-feed (~> 0.9)
210211
jekyll-seo-tag (~> 2.1)
211-
minitest (5.14.1)
212+
minitest (5.14.2)
212213
multipart-post (2.1.1)
213214
nokogiri (1.10.10)
214215
mini_portile2 (~> 2.4.0)
215216
nokogiri (1.10.10-x64-mingw32)
216217
mini_portile2 (~> 2.4.0)
217-
octokit (4.18.0)
218+
octokit (4.19.0)
218219
faraday (>= 0.9)
219220
sawyer (~> 0.8.0, >= 0.5.3)
220221
pathutil (0.16.2)
@@ -227,6 +228,7 @@ GEM
227228
rouge (3.19.0)
228229
ruby-enum (0.8.0)
229230
i18n
231+
ruby2_keywords (0.0.2)
230232
rubyzip (2.3.0)
231233
safe_yaml (1.0.5)
232234
sass (3.7.4)
@@ -244,14 +246,14 @@ GEM
244246
thread_safe (0.3.6)
245247
typhoeus (1.4.0)
246248
ethon (>= 0.9.0)
247-
tzinfo (1.2.7)
249+
tzinfo (1.2.8)
248250
thread_safe (~> 0.1)
249251
unf (0.1.4)
250252
unf_ext
251253
unf_ext (0.0.7.7)
252254
unf_ext (0.0.7.7-x64-mingw32)
253255
unicode-display_width (1.7.0)
254-
zeitwerk (2.4.0)
256+
zeitwerk (2.4.1)
255257

256258
PLATFORMS
257259
ruby

0 commit comments

Comments
 (0)