Skip to content

Commit bf9cd8c

Browse files
committed
Update dependencies
1 parent 9c774ad commit bf9cd8c

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ end
2020
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2121
# and associated library.
2222
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
23-
gem "tzinfo", "~> 1.2"
23+
gem "tzinfo", "~> 2.0"
2424
gem "tzinfo-data"
2525
end
2626

2727
# Performance-booster for watching directories on Windows
28-
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
28+
gem "wdm", "~> 0.2", :install_if => Gem.win_platform?
2929

Gemfile.lock

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
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 (8.0.0)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1017
addressable (2.8.7)
1118
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.2.0)
20+
benchmark (0.4.0)
21+
bigdecimal (3.1.8)
1222
coffee-script (2.4.1)
1323
coffee-script-source
1424
execjs
1525
coffee-script-source (1.12.2)
1626
colorator (1.1.0)
1727
commonmarker (0.23.10)
1828
concurrent-ruby (1.3.4)
29+
connection_pool (2.4.1)
1930
csv (3.3.0)
2031
dnsruby (1.72.2)
2132
simpleidn (~> 0.2.1)
33+
drb (2.2.1)
2234
em-websocket (0.5.3)
2335
eventmachine (>= 0.12.9)
2436
http_parser.rb (~> 0)
@@ -264,21 +276,20 @@ GEM
264276
sawyer (0.9.2)
265277
addressable (>= 2.3.5)
266278
faraday (>= 0.17.3, < 3)
279+
securerandom (0.3.2)
267280
simpleidn (0.2.3)
268281
terminal-table (1.8.0)
269282
unicode-display_width (~> 1.1, >= 1.1.1)
270-
thread_safe (0.3.6)
271283
typhoeus (1.4.1)
272284
ethon (>= 0.9.0)
273-
tzinfo (1.2.11)
274-
thread_safe (~> 0.1)
285+
tzinfo (2.0.6)
286+
concurrent-ruby (~> 1.0)
275287
tzinfo-data (1.2024.2)
276288
tzinfo (>= 1.0.0)
277289
unicode-display_width (1.8.0)
278290
uri (1.0.1)
279-
wdm (0.1.1)
291+
wdm (0.2.0)
280292
webrick (1.9.0)
281-
zeitwerk (2.7.1)
282293

283294
PLATFORMS
284295
aarch64-linux
@@ -299,9 +310,9 @@ PLATFORMS
299310
DEPENDENCIES
300311
github-pages
301312
minima (~> 2.5)
302-
tzinfo (~> 1.2)
313+
tzinfo (~> 2.0)
303314
tzinfo-data
304-
wdm (~> 0.1.1)
315+
wdm (~> 0.2)
305316

306317
BUNDLED WITH
307318
2.5.23

0 commit comments

Comments
 (0)