1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actioncable (7.0.5 )
5
- actionpack (= 7.0.5 )
6
- activesupport (= 7.0.5 )
4
+ actioncable (7.1.3 )
5
+ actionpack (= 7.1.3 )
6
+ activesupport (= 7.1.3 )
7
7
nio4r (~> 2.0 )
8
8
websocket-driver (>= 0.6.1 )
9
- actionmailbox (7.0.5 )
10
- actionpack (= 7.0.5 )
11
- activejob (= 7.0.5 )
12
- activerecord (= 7.0.5 )
13
- activestorage (= 7.0.5 )
14
- activesupport (= 7.0.5 )
9
+ zeitwerk (~> 2.6 )
10
+ actionmailbox (7.1.3 )
11
+ actionpack (= 7.1.3 )
12
+ activejob (= 7.1.3 )
13
+ activerecord (= 7.1.3 )
14
+ activestorage (= 7.1.3 )
15
+ activesupport (= 7.1.3 )
15
16
mail (>= 2.7.1 )
16
17
net-imap
17
18
net-pop
18
19
net-smtp
19
- actionmailer (7.0.5 )
20
- actionpack (= 7.0.5 )
21
- actionview (= 7.0.5 )
22
- activejob (= 7.0.5 )
23
- activesupport (= 7.0.5 )
20
+ actionmailer (7.1.3 )
21
+ actionpack (= 7.1.3 )
22
+ actionview (= 7.1.3 )
23
+ activejob (= 7.1.3 )
24
+ activesupport (= 7.1.3 )
24
25
mail (~> 2.5 , >= 2.5.4 )
25
26
net-imap
26
27
net-pop
27
28
net-smtp
28
- rails-dom-testing (~> 2.0 )
29
- actionpack (7.0.5 )
30
- actionview (= 7.0.5 )
31
- activesupport (= 7.0.5 )
32
- rack (~> 2.0 , >= 2.2.4 )
29
+ rails-dom-testing (~> 2.2 )
30
+ actionpack (7.1.3 )
31
+ actionview (= 7.1.3 )
32
+ activesupport (= 7.1.3 )
33
+ nokogiri (>= 1.8.5 )
34
+ racc
35
+ rack (>= 2.2.4 )
36
+ rack-session (>= 1.0.1 )
33
37
rack-test (>= 0.6.3 )
34
- rails-dom-testing (~> 2.0 )
35
- rails-html-sanitizer (~> 1.0 , >= 1.2.0 )
36
- actiontext (7.0.5 )
37
- actionpack (= 7.0.5 )
38
- activerecord (= 7.0.5 )
39
- activestorage (= 7.0.5 )
40
- activesupport (= 7.0.5 )
38
+ rails-dom-testing (~> 2.2 )
39
+ rails-html-sanitizer (~> 1.6 )
40
+ actiontext (7.1.3 )
41
+ actionpack (= 7.1.3 )
42
+ activerecord (= 7.1.3 )
43
+ activestorage (= 7.1.3 )
44
+ activesupport (= 7.1.3 )
41
45
globalid (>= 0.6.0 )
42
46
nokogiri (>= 1.8.5 )
43
- actionview (7.0.5 )
44
- activesupport (= 7.0.5 )
47
+ actionview (7.1.3 )
48
+ activesupport (= 7.1.3 )
45
49
builder (~> 3.1 )
46
- erubi (~> 1.4 )
47
- rails-dom-testing (~> 2.0 )
48
- rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
50
+ erubi (~> 1.11 )
51
+ rails-dom-testing (~> 2.2 )
52
+ rails-html-sanitizer (~> 1.6 )
49
53
active_median (0.4.0 )
50
54
activesupport (>= 6.1 )
51
- activejob (7.0.5 )
52
- activesupport (= 7.0.5 )
55
+ activejob (7.1.3 )
56
+ activesupport (= 7.1.3 )
53
57
globalid (>= 0.3.6 )
54
- activemodel (7.0.5 )
55
- activesupport (= 7.0.5 )
56
- activerecord (7.0.5 )
57
- activemodel (= 7.0.5 )
58
- activesupport (= 7.0.5 )
59
- activestorage (7.0.5 )
60
- actionpack (= 7.0.5 )
61
- activejob (= 7.0.5 )
62
- activerecord (= 7.0.5 )
63
- activesupport (= 7.0.5 )
58
+ activemodel (7.1.3 )
59
+ activesupport (= 7.1.3 )
60
+ activerecord (7.1.3 )
61
+ activemodel (= 7.1.3 )
62
+ activesupport (= 7.1.3 )
63
+ timeout (>= 0.4.0 )
64
+ activestorage (7.1.3 )
65
+ actionpack (= 7.1.3 )
66
+ activejob (= 7.1.3 )
67
+ activerecord (= 7.1.3 )
68
+ activesupport (= 7.1.3 )
64
69
marcel (~> 1.0 )
65
- mini_mime (>= 1.1.0 )
66
- activesupport (7.0.5 )
70
+ activesupport (7.1.3 )
71
+ base64
72
+ bigdecimal
67
73
concurrent-ruby (~> 1.0 , >= 1.0.2 )
74
+ connection_pool (>= 2.2.5 )
75
+ drb
68
76
i18n (>= 1.6 , < 2 )
69
77
minitest (>= 5.1 )
78
+ mutex_m
70
79
tzinfo (~> 2.0 )
71
80
ast (2.4.2 )
72
81
base64 (0.1.1 )
82
+ bigdecimal (3.1.6 )
73
83
bootsnap (1.18.3 )
74
84
msgpack (~> 1.2 )
75
85
brakeman (6.0.1 )
76
86
builder (3.2.4 )
77
87
byebug (11.1.3 )
78
88
coderay (1.1.3 )
79
89
concurrent-ruby (1.2.3 )
90
+ connection_pool (2.4.1 )
80
91
crass (1.0.6 )
81
- date (3.3.3 )
92
+ date (3.3.4 )
82
93
diff-lcs (1.5.0 )
83
94
dotenv (2.8.1 )
95
+ drb (2.2.0 )
96
+ ruby2_keywords
84
97
erubi (1.12.0 )
85
98
factory_bot (6.4.5 )
86
99
activesupport (>= 5.0.0 )
90
103
faker (3.2.0 )
91
104
i18n (>= 1.8.11 , < 2 )
92
105
ffi (1.15.5 )
93
- globalid (1.1.0 )
94
- activesupport (>= 5.0 )
106
+ globalid (1.2.1 )
107
+ activesupport (>= 6.1 )
95
108
i18n (1.14.1 )
96
109
concurrent-ruby (~> 1.0 )
110
+ io-console (0.7.2 )
111
+ irb (1.11.1 )
112
+ rdoc
113
+ reline (>= 0.4.2 )
97
114
jbuilder (2.11.5 )
98
115
actionview (>= 5.0.0 )
99
116
activesupport (>= 5.0.0 )
@@ -112,22 +129,23 @@ GEM
112
129
net-smtp
113
130
marcel (1.0.2 )
114
131
method_source (1.0.0 )
115
- mini_mime (1.1.2 )
116
- minitest (5.21.2 )
132
+ mini_mime (1.1.5 )
133
+ minitest (5.22.1 )
117
134
msgpack (1.7.2 )
118
- net-imap (0.3.6 )
135
+ mutex_m (0.2.0 )
136
+ net-imap (0.4.10 )
119
137
date
120
138
net-protocol
121
139
net-pop (0.1.2 )
122
140
net-protocol
123
- net-protocol (0.2.1 )
141
+ net-protocol (0.2.2 )
124
142
timeout
125
- net-smtp (0.3.3 )
143
+ net-smtp (0.4.0.1 )
126
144
net-protocol
127
145
nio4r (2.7.0 )
128
- nokogiri (1.16.0 -arm64-darwin )
146
+ nokogiri (1.16.2 -arm64-darwin )
129
147
racc (~> 1.4 )
130
- nokogiri (1.16.0 -x86_64-linux )
148
+ nokogiri (1.16.2 -x86_64-linux )
131
149
racc (~> 1.4 )
132
150
parallel (1.23.0 )
133
151
parser (3.2.2.3 )
@@ -140,48 +158,60 @@ GEM
140
158
pry-byebug (3.10.1 )
141
159
byebug (~> 11.0 )
142
160
pry (>= 0.13 , < 0.15 )
161
+ psych (5.1.2 )
162
+ stringio
143
163
puma (6.4.2 )
144
164
nio4r (~> 2.0 )
145
165
racc (1.7.3 )
146
- rack (2.2.8 )
166
+ rack (3.0.9 )
147
167
rack-cors (2.0.1 )
148
168
rack (>= 2.0.0 )
169
+ rack-session (2.0.0 )
170
+ rack (>= 3.0.0 )
149
171
rack-test (2.1.0 )
150
172
rack (>= 1.3 )
151
- rails (7.0.5 )
152
- actioncable (= 7.0.5 )
153
- actionmailbox (= 7.0.5 )
154
- actionmailer (= 7.0.5 )
155
- actionpack (= 7.0.5 )
156
- actiontext (= 7.0.5 )
157
- actionview (= 7.0.5 )
158
- activejob (= 7.0.5 )
159
- activemodel (= 7.0.5 )
160
- activerecord (= 7.0.5 )
161
- activestorage (= 7.0.5 )
162
- activesupport (= 7.0.5 )
173
+ rackup (2.1.0 )
174
+ rack (>= 3 )
175
+ webrick (~> 1.8 )
176
+ rails (7.1.3 )
177
+ actioncable (= 7.1.3 )
178
+ actionmailbox (= 7.1.3 )
179
+ actionmailer (= 7.1.3 )
180
+ actionpack (= 7.1.3 )
181
+ actiontext (= 7.1.3 )
182
+ actionview (= 7.1.3 )
183
+ activejob (= 7.1.3 )
184
+ activemodel (= 7.1.3 )
185
+ activerecord (= 7.1.3 )
186
+ activestorage (= 7.1.3 )
187
+ activesupport (= 7.1.3 )
163
188
bundler (>= 1.15.0 )
164
- railties (= 7.0.5 )
189
+ railties (= 7.1.3 )
165
190
rails-dom-testing (2.2.0 )
166
191
activesupport (>= 5.0.0 )
167
192
minitest
168
193
nokogiri (>= 1.6 )
169
194
rails-html-sanitizer (1.6.0 )
170
195
loofah (~> 2.21 )
171
196
nokogiri (~> 1.14 )
172
- railties (7.0.5 )
173
- actionpack (= 7.0.5 )
174
- activesupport (= 7.0.5 )
175
- method_source
197
+ railties (7.1.3 )
198
+ actionpack (= 7.1.3 )
199
+ activesupport (= 7.1.3 )
200
+ irb
201
+ rackup (>= 1.0.0 )
176
202
rake (>= 12.2 )
177
- thor (~> 1.0 )
178
- zeitwerk (~> 2.5 )
203
+ thor (~> 1.0 , >= 1.2.2 )
204
+ zeitwerk (~> 2.6 )
179
205
rainbow (3.1.1 )
180
206
rake (13.1.0 )
181
207
rb-fsevent (0.11.2 )
182
208
rb-inotify (0.10.1 )
183
209
ffi (~> 1.0 )
210
+ rdoc (6.6.2 )
211
+ psych (>= 4.0.0 )
184
212
regexp_parser (2.8.1 )
213
+ reline (0.4.2 )
214
+ io-console (~> 0.5 )
185
215
rexml (3.2.6 )
186
216
rollbar (3.4.0 )
187
217
rspec-core (3.12.2 )
233
263
rubocop-capybara (~> 2.17 )
234
264
rubocop-factory_bot (~> 2.22 )
235
265
ruby-progressbar (1.13.0 )
266
+ ruby2_keywords (0.0.5 )
236
267
scout_apm (5.3.5 )
237
268
parser
238
269
shoulda-matchers (6.1.0 )
@@ -241,17 +272,19 @@ GEM
241
272
spring-watcher-listen (2.1.0 )
242
273
listen (>= 2.7 , < 4.0 )
243
274
spring (>= 4 )
275
+ stringio (3.1.0 )
244
276
thor (1.3.0 )
245
- timeout (0.3.2 )
277
+ timeout (0.4.1 )
246
278
tzinfo (2.0.6 )
247
279
concurrent-ruby (~> 1.0 )
248
280
unicode-display_width (2.4.2 )
249
- websocket-driver (0.7.5 )
281
+ webrick (1.8.1 )
282
+ websocket-driver (0.7.6 )
250
283
websocket-extensions (>= 0.1.0 )
251
284
websocket-extensions (0.1.5 )
252
285
yt (0.33.4 )
253
286
activesupport
254
- zeitwerk (2.6.12 )
287
+ zeitwerk (2.6.13 )
255
288
256
289
PLATFORMS
257
290
arm64-darwin-22
@@ -270,7 +303,7 @@ DEPENDENCIES
270
303
pry-byebug
271
304
puma (~> 6.4 )
272
305
rack-cors
273
- rails (~> 7.0.5 )
306
+ rails (~> 7.1.3 )
274
307
rollbar
275
308
rspec-rails
276
309
rubocop
0 commit comments