7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
- actionmailer (7.1.3.4)
11
- actionpack (= 7.1.3.4)
12
- actionview (= 7.1.3.4)
13
- activejob (= 7.1.3.4)
14
- activesupport (= 7.1.3.4)
15
- mail (~> 2.5, >= 2.5.4)
16
- net-imap
17
- net-pop
18
- net-smtp
10
+ actionmailer (7.2.0)
11
+ actionpack (= 7.2.0)
12
+ actionview (= 7.2.0)
13
+ activejob (= 7.2.0)
14
+ activesupport (= 7.2.0)
15
+ mail (>= 2.8.0)
19
16
rails-dom-testing (~> 2.2)
20
- actionpack (7.1.3.4 )
21
- actionview (= 7.1.3.4 )
22
- activesupport (= 7.1.3.4 )
17
+ actionpack (7.2.0 )
18
+ actionview (= 7.2.0 )
19
+ activesupport (= 7.2.0 )
23
20
nokogiri (>= 1.8.5)
24
21
racc
25
- rack (>= 2.2.4)
22
+ rack (>= 2.2.4, < 3.2 )
26
23
rack-session (>= 1.0.1)
27
24
rack-test (>= 0.6.3)
28
25
rails-dom-testing (~> 2.2)
29
26
rails-html-sanitizer (~> 1.6)
30
- actionview (7.1.3.4)
31
- activesupport (= 7.1.3.4)
27
+ useragent (~> 0.16)
28
+ actionview (7.2.0)
29
+ activesupport (= 7.2.0)
32
30
builder (~> 3.1)
33
31
erubi (~> 1.11)
34
32
rails-dom-testing (~> 2.2)
35
33
rails-html-sanitizer (~> 1.6)
36
- activejob (7.1.3.4 )
37
- activesupport (= 7.1.3.4 )
34
+ activejob (7.2.0 )
35
+ activesupport (= 7.2.0 )
38
36
globalid (>= 0.3.6)
39
- activesupport (7.1.3.4 )
37
+ activesupport (7.2.0 )
40
38
base64
41
39
bigdecimal
42
- concurrent-ruby (~> 1.0, >= 1.0.2 )
40
+ concurrent-ruby (~> 1.0, >= 1.3.1 )
43
41
connection_pool (>= 2.2.5)
44
42
drb
45
43
i18n (>= 1.6, < 2)
44
+ logger (>= 1.4.2)
46
45
minitest (>= 5.1)
47
- mutex_m
48
- tzinfo (~> 2.0)
46
+ securerandom (>= 0.3)
47
+ tzinfo (~> 2.0, >= 2.0.5 )
49
48
base64 (0.2.0)
50
49
bigdecimal (3.1.8)
51
50
builder (3.3.0)
52
- concurrent-ruby (1.3.3 )
51
+ concurrent-ruby (1.3.4 )
53
52
connection_pool (2.4.1)
54
53
crass (1.0.6)
55
54
date (3.3.4)
66
65
irb (1.14.0)
67
66
rdoc (>= 4.0.0)
68
67
reline (>= 0.4.2)
68
+ logger (1.6.0)
69
69
loofah (2.22.0)
70
70
crass (~> 1.0.2)
71
71
nokogiri (>= 1.12.0)
77
77
mini_mime (1.1.5)
78
78
mini_portile2 (2.8.7)
79
79
minitest (5.24.1)
80
- mutex_m (0.2.0)
81
80
net-imap (0.4.14)
82
81
date
83
82
net-protocol
84
83
net-pop (0.1.2)
84
+ net-protocol
85
85
net-protocol (0.2.2)
86
86
timeout
87
87
net-smtp (0.5.0)
88
88
net-protocol
89
- nokogiri (1.16.6 )
89
+ nokogiri (1.16.7 )
90
90
mini_portile2 (~> 2.8.2)
91
91
racc (~> 1.4)
92
- nokogiri (1.16.6 -arm64-darwin)
92
+ nokogiri (1.16.7 -arm64-darwin)
93
93
racc (~> 1.4)
94
- nokogiri (1.16.6 -x86_64-darwin)
94
+ nokogiri (1.16.7 -x86_64-darwin)
95
95
racc (~> 1.4)
96
- nokogiri (1.16.6 -x86_64-linux)
96
+ nokogiri (1.16.7 -x86_64-linux)
97
97
racc (~> 1.4)
98
98
psych (5.1.2)
99
99
stringio
100
- racc (1.8.0 )
100
+ racc (1.8.1 )
101
101
rack (3.1.7)
102
102
rack-session (2.0.0)
103
103
rack (>= 3.0.0)
@@ -113,10 +113,10 @@ GEM
113
113
rails-html-sanitizer (1.6.0)
114
114
loofah (~> 2.21)
115
115
nokogiri (~> 1.14)
116
- railties (7.1.3.4 )
117
- actionpack (= 7.1.3.4 )
118
- activesupport (= 7.1.3.4 )
119
- irb
116
+ railties (7.2.0 )
117
+ actionpack (= 7.2.0 )
118
+ activesupport (= 7.2.0 )
119
+ irb (~> 1.13)
120
120
rackup (>= 1.0.0)
121
121
rake (>= 12.2)
122
122
thor (~> 1.0, >= 1.2.2)
@@ -126,11 +126,13 @@ GEM
126
126
psych (>= 4.0.0)
127
127
reline (0.5.9)
128
128
io-console (~> 0.5)
129
+ securerandom (0.3.1)
129
130
stringio (3.1.1)
130
131
thor (1.3.1)
131
132
timeout (0.4.1)
132
133
tzinfo (2.0.6)
133
134
concurrent-ruby (~> 1.0)
135
+ useragent (0.16.10)
134
136
webrick (1.8.1)
135
137
zeitwerk (2.6.16)
136
138
0 commit comments