File tree Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (4.2.7 )
5
- i18n (~> 0.7 )
6
- json (~> 1.7 , >= 1.7.7 )
7
- minitest (~> 5.1 )
8
- thread_safe (~> 0.3 , >= 0.3.4 )
9
- tzinfo (~> 1.1 )
4
+ activesupport (7.1.3.2 )
5
+ base64
6
+ bigdecimal
7
+ concurrent-ruby (~> 1.0 , >= 1.0.2 )
8
+ connection_pool (>= 2.2.5 )
9
+ drb
10
+ i18n (>= 1.6 , < 2 )
11
+ minitest (>= 5.1 )
12
+ mutex_m
13
+ tzinfo (~> 2.0 )
10
14
addressable (2.8.6 )
11
15
public_suffix (>= 2.0.2 , < 6.0 )
16
+ base64 (0.2.0 )
17
+ bigdecimal (3.1.6 )
12
18
coderay (1.1.3 )
13
19
coffee-script (2.4.1 )
14
20
coffee-script-source
15
21
execjs
16
22
coffee-script-source (1.12.2 )
17
23
colorator (1.1.0 )
18
24
commonmarker (0.23.10 )
19
- concurrent-ruby (1.1.10 )
25
+ concurrent-ruby (1.2.3 )
26
+ connection_pool (2.4.1 )
20
27
dnsruby (1.70.0 )
21
28
simpleidn (~> 0.2.1 )
29
+ drb (2.2.0 )
30
+ ruby2_keywords
22
31
em-websocket (0.5.3 )
23
32
eventmachine (>= 0.12.9 )
24
33
http_parser.rb (~> 0 )
91
100
activesupport (>= 2 )
92
101
nokogiri (>= 1.4 )
93
102
http_parser.rb (0.8.0 )
94
- i18n (0.9.5 )
103
+ i18n (1.14.1 )
95
104
concurrent-ruby (~> 1.0 )
96
105
jekyll (3.9.5 )
97
106
addressable (~> 2.4 )
201
210
gemoji (>= 3 , < 5 )
202
211
html-pipeline (~> 2.2 )
203
212
jekyll (>= 3.0 , < 5.0 )
204
- json (1.8.6 )
205
213
kramdown (2.4.0 )
206
214
rexml
207
215
kramdown-parser-gfm (1.1.0 )
217
225
jekyll (>= 3.5 , < 5.0 )
218
226
jekyll-feed (~> 0.9 )
219
227
jekyll-seo-tag (~> 2.1 )
220
- minitest (5.16.3 )
228
+ minitest (5.22.2 )
229
+ mutex_m (0.2.0 )
221
230
nokogiri (1.16.2 )
222
231
mini_portile2 (~> 2.8.2 )
223
232
racc (~> 1.4 )
@@ -251,11 +260,10 @@ GEM
251
260
unf (~> 0.1.4 )
252
261
terminal-table (1.8.0 )
253
262
unicode-display_width (~> 1.1 , >= 1.1.1 )
254
- thread_safe (0.3.6 )
255
263
typhoeus (1.4.1 )
256
264
ethon (>= 0.9.0 )
257
- tzinfo (1.2.10 )
258
- thread_safe (~> 0.1 )
265
+ tzinfo (2.0.6 )
266
+ concurrent-ruby (~> 1.0 )
259
267
unf (0.1.4 )
260
268
unf_ext
261
269
unf_ext (0.0.9.1 )
You can’t perform that action at this time.
0 commit comments