Skip to content

Commit c0082da

Browse files
committed
Update gems for dependabot
1 parent 69b31dd commit c0082da

File tree

1 file changed

+32
-45
lines changed

1 file changed

+32
-45
lines changed

Gemfile.lock

Lines changed: 32 additions & 45 deletions
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.5.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -16,36 +16,21 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.9)
20-
dnsruby (1.61.7)
19+
concurrent-ruby (1.1.10)
20+
dnsruby (1.61.9)
2121
simpleidn (~> 0.1)
22-
em-websocket (0.5.2)
22+
em-websocket (0.5.3)
2323
eventmachine (>= 0.12.9)
24-
http_parser.rb (~> 0.6.0)
25-
ethon (0.14.0)
24+
http_parser.rb (~> 0)
25+
ethon (0.15.0)
2626
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
2828
execjs (2.8.1)
29-
faraday (1.7.0)
30-
faraday-em_http (~> 1.0)
31-
faraday-em_synchrony (~> 1.0)
32-
faraday-excon (~> 1.1)
33-
faraday-httpclient (~> 1.0.1)
34-
faraday-net_http (~> 1.0)
35-
faraday-net_http_persistent (~> 1.1)
36-
faraday-patron (~> 1.0)
37-
faraday-rack (~> 1.0)
38-
multipart-post (>= 1.2, < 3)
29+
faraday (2.4.0)
30+
faraday-net_http (~> 2.0)
3931
ruby2_keywords (>= 0.0.4)
40-
faraday-em_http (1.0.0)
41-
faraday-em_synchrony (1.0.0)
42-
faraday-excon (1.1.0)
43-
faraday-httpclient (1.0.1)
44-
faraday-net_http (1.0.1)
45-
faraday-net_http_persistent (1.2.0)
46-
faraday-patron (1.0.0)
47-
faraday-rack (1.0.0)
48-
ffi (1.15.3)
32+
faraday-net_http (2.1.0)
33+
ffi (1.15.5)
4934
forwardable-extended (2.6.0)
5035
gemoji (3.0.1)
5136
github-pages (217)
@@ -84,10 +69,10 @@ GEM
8469
octokit (~> 4.0)
8570
public_suffix (>= 2.0.2, < 5.0)
8671
typhoeus (~> 1.3)
87-
html-pipeline (2.14.0)
72+
html-pipeline (2.14.2)
8873
activesupport (>= 2)
8974
nokogiri (>= 1.4)
90-
http_parser.rb (0.6.0)
75+
http_parser.rb (0.8.0)
9176
i18n (0.9.5)
9277
concurrent-ruby (~> 1.0)
9378
jekyll (3.9.0)
@@ -160,28 +145,29 @@ GEM
160145
kramdown-parser-gfm (1.1.0)
161146
kramdown (~> 2.0)
162147
liquid (4.0.3)
163-
listen (3.6.0)
148+
listen (3.7.1)
164149
rb-fsevent (~> 0.10, >= 0.10.3)
165150
rb-inotify (~> 0.9, >= 0.9.10)
166151
mercenary (0.3.6)
167152
minima (2.5.1)
168153
jekyll (>= 3.5, < 5.0)
169154
jekyll-feed (~> 0.9)
170155
jekyll-seo-tag (~> 2.1)
171-
minitest (5.14.4)
172-
multipart-post (2.1.1)
173-
nokogiri (1.12.5-x86_64-darwin)
156+
minitest (5.16.2)
157+
nokogiri (1.13.8-arm64-darwin)
174158
racc (~> 1.4)
175-
nokogiri (1.12.5-x86_64-linux)
159+
nokogiri (1.13.8-x86_64-darwin)
176160
racc (~> 1.4)
177-
octokit (4.21.0)
178-
faraday (>= 0.9)
179-
sawyer (~> 0.8.0, >= 0.5.3)
161+
nokogiri (1.13.8-x86_64-linux)
162+
racc (~> 1.4)
163+
octokit (4.25.1)
164+
faraday (>= 1, < 3)
165+
sawyer (~> 0.9)
180166
pathutil (0.16.2)
181167
forwardable-extended (~> 2.6)
182-
public_suffix (4.0.6)
183-
racc (1.5.2)
184-
rb-fsevent (0.11.0)
168+
public_suffix (4.0.7)
169+
racc (1.6.0)
170+
rb-fsevent (0.11.1)
185171
rb-inotify (0.10.1)
186172
ffi (~> 1.0)
187173
rexml (3.2.5)
@@ -196,26 +182,27 @@ GEM
196182
sass-listen (4.0.0)
197183
rb-fsevent (~> 0.9, >= 0.9.4)
198184
rb-inotify (~> 0.9, >= 0.9.7)
199-
sawyer (0.8.2)
185+
sawyer (0.9.2)
200186
addressable (>= 2.3.5)
201-
faraday (> 0.8, < 2.0)
187+
faraday (>= 0.17.3, < 3)
202188
simpleidn (0.2.1)
203189
unf (~> 0.1.4)
204190
terminal-table (1.8.0)
205191
unicode-display_width (~> 1.1, >= 1.1.1)
206192
thread_safe (0.3.6)
207193
typhoeus (1.4.0)
208194
ethon (>= 0.9.0)
209-
tzinfo (1.2.9)
195+
tzinfo (1.2.10)
210196
thread_safe (~> 0.1)
211197
unf (0.1.4)
212198
unf_ext
213-
unf_ext (0.0.7.7)
214-
unicode-display_width (1.7.0)
199+
unf_ext (0.0.8.2)
200+
unicode-display_width (1.8.0)
215201
webrick (1.7.0)
216-
zeitwerk (2.4.2)
202+
zeitwerk (2.6.0)
217203

218204
PLATFORMS
205+
arm64-darwin-20
219206
x86_64-darwin-19
220207
x86_64-linux
221208

@@ -230,4 +217,4 @@ DEPENDENCIES
230217
webrick
231218

232219
BUNDLED WITH
233-
2.2.25
220+
2.2.29

0 commit comments

Comments
 (0)