File tree Expand file tree Collapse file tree 2 files changed +20
-12
lines changed Expand file tree Collapse file tree 2 files changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ gem "github-pages", group: :jekyll_plugins
17
17
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
18
18
# and associated library.
19
19
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
20
- gem "tzinfo" , "~> 1.2 "
20
+ gem "tzinfo" , "~> 2.0 "
21
21
gem "tzinfo-data"
22
22
end
23
23
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (6.0.6.1 )
5
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
- i18n (>= 0.7 , < 2 )
7
- minitest (~> 5.1 )
8
- tzinfo (~> 1.1 )
9
- zeitwerk (~> 2.2 , >= 2.2.2 )
4
+ activesupport (7.2.1 )
5
+ base64
6
+ bigdecimal
7
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
8
+ connection_pool (>= 2.2.5 )
9
+ drb
10
+ i18n (>= 1.6 , < 2 )
11
+ logger (>= 1.4.2 )
12
+ minitest (>= 5.1 )
13
+ securerandom (>= 0.3 )
14
+ tzinfo (~> 2.0 , >= 2.0.5 )
10
15
addressable (2.8.7 )
11
16
public_suffix (>= 2.0.2 , < 7.0 )
17
+ base64 (0.2.0 )
18
+ bigdecimal (3.1.8 )
12
19
coffee-script (2.4.1 )
13
20
coffee-script-source
14
21
execjs
15
22
coffee-script-source (1.12.2 )
16
23
colorator (1.1.0 )
17
24
commonmarker (0.23.10 )
18
25
concurrent-ruby (1.3.4 )
26
+ connection_pool (2.4.1 )
19
27
csv (3.3.0 )
20
28
dnsruby (1.72.2 )
21
29
simpleidn (~> 0.2.1 )
30
+ drb (2.2.1 )
22
31
em-websocket (0.5.3 )
23
32
eventmachine (>= 0.12.9 )
24
33
http_parser.rb (~> 0 )
@@ -244,29 +253,28 @@ GEM
244
253
sawyer (0.9.2 )
245
254
addressable (>= 2.3.5 )
246
255
faraday (>= 0.17.3 , < 3 )
256
+ securerandom (0.3.1 )
247
257
simpleidn (0.2.3 )
248
258
strscan (3.1.0 )
249
259
terminal-table (1.8.0 )
250
260
unicode-display_width (~> 1.1 , >= 1.1.1 )
251
- thread_safe (0.3.6 )
252
261
typhoeus (1.4.1 )
253
262
ethon (>= 0.9.0 )
254
- tzinfo (1.2.10 )
255
- thread_safe (~> 0.1 )
263
+ tzinfo (2.0.6 )
264
+ concurrent-ruby (~> 1.0 )
256
265
tzinfo-data (1.2024.1 )
257
266
tzinfo (>= 1.0.0 )
258
267
unicode-display_width (1.8.0 )
259
268
uri (0.13.1 )
260
269
wdm (0.2.0 )
261
270
webrick (1.8.1 )
262
- zeitwerk (2.6.17 )
263
271
264
272
PLATFORMS
265
273
x86_64-linux
266
274
267
275
DEPENDENCIES
268
276
github-pages
269
- tzinfo (~> 1.2 )
277
+ tzinfo (~> 2.0 )
270
278
tzinfo-data
271
279
wdm (~> 0.2.0 )
272
280
You can’t perform that action at this time.
0 commit comments