Skip to content

Commit d070aed

Browse files
committedSep 12, 2021
Update Gemfile.lock
1 parent fd42099 commit d070aed

File tree

1 file changed

+52
-50
lines changed

1 file changed

+52
-50
lines changed
 

‎Gemfile.lock

+52-50
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.4)
4+
activesupport (6.0.4.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -26,28 +26,30 @@ GEM
2626
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
2828
execjs (2.8.1)
29-
faraday (1.5.0)
29+
faraday (1.7.1)
3030
faraday-em_http (~> 1.0)
3131
faraday-em_synchrony (~> 1.0)
3232
faraday-excon (~> 1.1)
3333
faraday-httpclient (~> 1.0.1)
3434
faraday-net_http (~> 1.0)
3535
faraday-net_http_persistent (~> 1.1)
3636
faraday-patron (~> 1.0)
37+
faraday-rack (~> 1.0)
3738
multipart-post (>= 1.2, < 3)
3839
ruby2_keywords (>= 0.0.4)
3940
faraday-em_http (1.0.0)
4041
faraday-em_synchrony (1.0.0)
4142
faraday-excon (1.1.0)
4243
faraday-httpclient (1.0.1)
4344
faraday-net_http (1.0.1)
44-
faraday-net_http_persistent (1.1.0)
45+
faraday-net_http_persistent (1.2.0)
4546
faraday-patron (1.0.0)
46-
ffi (1.15.3)
47+
faraday-rack (1.0.0)
48+
ffi (1.15.4)
4749
forwardable-extended (2.6.0)
4850
gemoji (3.0.1)
49-
github-pages (215)
50-
github-pages-health-check (= 1.17.2)
51+
github-pages (219)
52+
github-pages-health-check (= 1.17.7)
5153
jekyll (= 3.9.0)
5254
jekyll-avatar (= 0.7.0)
5355
jekyll-coffeescript (= 1.1.1)
@@ -67,19 +69,19 @@ GEM
6769
jekyll-seo-tag (= 2.7.1)
6870
jekyll-sitemap (= 1.4.0)
6971
jekyll-swiss (= 1.0.0)
70-
jekyll-theme-architect (= 0.1.1)
71-
jekyll-theme-cayman (= 0.1.1)
72-
jekyll-theme-dinky (= 0.1.1)
73-
jekyll-theme-hacker (= 0.1.2)
74-
jekyll-theme-leap-day (= 0.1.1)
75-
jekyll-theme-merlot (= 0.1.1)
76-
jekyll-theme-midnight (= 0.1.1)
77-
jekyll-theme-minimal (= 0.1.1)
78-
jekyll-theme-modernist (= 0.1.1)
79-
jekyll-theme-primer (= 0.5.4)
80-
jekyll-theme-slate (= 0.1.1)
81-
jekyll-theme-tactile (= 0.1.1)
82-
jekyll-theme-time-machine (= 0.1.1)
72+
jekyll-theme-architect (= 0.2.0)
73+
jekyll-theme-cayman (= 0.2.0)
74+
jekyll-theme-dinky (= 0.2.0)
75+
jekyll-theme-hacker (= 0.2.0)
76+
jekyll-theme-leap-day (= 0.2.0)
77+
jekyll-theme-merlot (= 0.2.0)
78+
jekyll-theme-midnight (= 0.2.0)
79+
jekyll-theme-minimal (= 0.2.0)
80+
jekyll-theme-modernist (= 0.2.0)
81+
jekyll-theme-primer (= 0.6.0)
82+
jekyll-theme-slate (= 0.2.0)
83+
jekyll-theme-tactile (= 0.2.0)
84+
jekyll-theme-time-machine (= 0.2.0)
8385
jekyll-titles-from-headings (= 0.5.3)
8486
jemoji (= 0.12.0)
8587
kramdown (= 2.3.1)
@@ -90,11 +92,11 @@ GEM
9092
nokogiri (>= 1.10.4, < 2.0)
9193
rouge (= 3.26.0)
9294
terminal-table (~> 1.4)
93-
github-pages-health-check (1.17.2)
95+
github-pages-health-check (1.17.7)
9496
addressable (~> 2.3)
9597
dnsruby (~> 1.60)
9698
octokit (~> 4.0)
97-
public_suffix (>= 2.0.2, < 5.0)
99+
public_suffix (>= 3.0, < 5.0)
98100
typhoeus (~> 1.3)
99101
html-pipeline (2.14.0)
100102
activesupport (>= 2)
@@ -160,45 +162,45 @@ GEM
160162
jekyll-sitemap (1.4.0)
161163
jekyll (>= 3.7, < 5.0)
162164
jekyll-swiss (1.0.0)
163-
jekyll-theme-architect (0.1.1)
164-
jekyll (~> 3.5)
165+
jekyll-theme-architect (0.2.0)
166+
jekyll (> 3.5, < 5.0)
165167
jekyll-seo-tag (~> 2.0)
166-
jekyll-theme-cayman (0.1.1)
167-
jekyll (~> 3.5)
168+
jekyll-theme-cayman (0.2.0)
169+
jekyll (> 3.5, < 5.0)
168170
jekyll-seo-tag (~> 2.0)
169-
jekyll-theme-dinky (0.1.1)
170-
jekyll (~> 3.5)
171+
jekyll-theme-dinky (0.2.0)
172+
jekyll (> 3.5, < 5.0)
171173
jekyll-seo-tag (~> 2.0)
172-
jekyll-theme-hacker (0.1.2)
174+
jekyll-theme-hacker (0.2.0)
173175
jekyll (> 3.5, < 5.0)
174176
jekyll-seo-tag (~> 2.0)
175-
jekyll-theme-leap-day (0.1.1)
176-
jekyll (~> 3.5)
177+
jekyll-theme-leap-day (0.2.0)
178+
jekyll (> 3.5, < 5.0)
177179
jekyll-seo-tag (~> 2.0)
178-
jekyll-theme-merlot (0.1.1)
179-
jekyll (~> 3.5)
180+
jekyll-theme-merlot (0.2.0)
181+
jekyll (> 3.5, < 5.0)
180182
jekyll-seo-tag (~> 2.0)
181-
jekyll-theme-midnight (0.1.1)
182-
jekyll (~> 3.5)
183+
jekyll-theme-midnight (0.2.0)
184+
jekyll (> 3.5, < 5.0)
183185
jekyll-seo-tag (~> 2.0)
184-
jekyll-theme-minimal (0.1.1)
185-
jekyll (~> 3.5)
186+
jekyll-theme-minimal (0.2.0)
187+
jekyll (> 3.5, < 5.0)
186188
jekyll-seo-tag (~> 2.0)
187-
jekyll-theme-modernist (0.1.1)
188-
jekyll (~> 3.5)
189+
jekyll-theme-modernist (0.2.0)
190+
jekyll (> 3.5, < 5.0)
189191
jekyll-seo-tag (~> 2.0)
190-
jekyll-theme-primer (0.5.4)
192+
jekyll-theme-primer (0.6.0)
191193
jekyll (> 3.5, < 5.0)
192194
jekyll-github-metadata (~> 2.9)
193195
jekyll-seo-tag (~> 2.0)
194-
jekyll-theme-slate (0.1.1)
195-
jekyll (~> 3.5)
196+
jekyll-theme-slate (0.2.0)
197+
jekyll (> 3.5, < 5.0)
196198
jekyll-seo-tag (~> 2.0)
197-
jekyll-theme-tactile (0.1.1)
198-
jekyll (~> 3.5)
199+
jekyll-theme-tactile (0.2.0)
200+
jekyll (> 3.5, < 5.0)
199201
jekyll-seo-tag (~> 2.0)
200-
jekyll-theme-time-machine (0.1.1)
201-
jekyll (~> 3.5)
202+
jekyll-theme-time-machine (0.2.0)
203+
jekyll (> 3.5, < 5.0)
202204
jekyll-seo-tag (~> 2.0)
203205
jekyll-titles-from-headings (0.5.3)
204206
jekyll (>= 3.3, < 5.0)
@@ -213,19 +215,19 @@ GEM
213215
kramdown-parser-gfm (1.1.0)
214216
kramdown (~> 2.0)
215217
liquid (4.0.3)
216-
listen (3.5.1)
218+
listen (3.7.0)
217219
rb-fsevent (~> 0.10, >= 0.10.3)
218220
rb-inotify (~> 0.9, >= 0.9.10)
219221
mercenary (0.3.6)
220-
mini_portile2 (2.5.3)
222+
mini_portile2 (2.6.1)
221223
minima (2.5.1)
222224
jekyll (>= 3.5, < 5.0)
223225
jekyll-feed (~> 0.9)
224226
jekyll-seo-tag (~> 2.1)
225227
minitest (5.14.4)
226228
multipart-post (2.1.1)
227-
nokogiri (1.11.7)
228-
mini_portile2 (~> 2.5.0)
229+
nokogiri (1.12.4)
230+
mini_portile2 (~> 2.6.1)
229231
racc (~> 1.4)
230232
octokit (4.21.0)
231233
faraday (>= 0.9)
@@ -241,7 +243,7 @@ GEM
241243
rouge (3.26.0)
242244
ruby-enum (0.9.0)
243245
i18n
244-
ruby2_keywords (0.0.4)
246+
ruby2_keywords (0.0.5)
245247
rubyzip (2.3.2)
246248
safe_yaml (1.0.5)
247249
sass (3.7.4)

0 commit comments

Comments
 (0)
Please sign in to comment.