Skip to content

Commit dc37e1b

Browse files
authored
Update activesupport to version 7.2.0
1 parent 2060faa commit dc37e1b

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

Gemfile.lock

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,30 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (6.1.7.7)
11-
concurrent-ruby (~> 1.0, >= 1.0.2)
10+
activesupport (7.2.0)
11+
base64
12+
bigdecimal
13+
concurrent-ruby (~> 1.0, >= 1.3.1)
14+
connection_pool (>= 2.2.5)
15+
drb
1216
i18n (>= 1.6, < 2)
17+
logger (>= 1.4.2)
1318
minitest (>= 5.1)
14-
tzinfo (~> 2.0)
15-
zeitwerk (~> 2.3)
16-
concurrent-ruby (1.2.3)
17-
i18n (1.14.1)
19+
securerandom (>= 0.3)
20+
tzinfo (~> 2.0, >= 2.0.5)
21+
base64 (0.2.0)
22+
bigdecimal (3.1.8)
23+
concurrent-ruby (1.3.4)
24+
connection_pool (2.4.1)
25+
drb (2.2.1)
26+
i18n (1.14.5)
1827
concurrent-ruby (~> 1.0)
28+
logger (1.6.0)
1929
minitest (5.25.1)
2030
rake (13.2.1)
31+
securerandom (0.3.1)
2132
tzinfo (2.0.6)
2233
concurrent-ruby (~> 1.0)
23-
zeitwerk (2.6.13)
2434

2535
PLATFORMS
2636
ruby

0 commit comments

Comments
 (0)