rbexy 2.0.0.rc4 → 2.0.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +2 -2
- data/.travis.yml +3 -2
- data/Appraisals +4 -0
- data/Dockerfile +2 -2
- data/Gemfile.lock +106 -109
- data/README.md +7 -7
- data/gemfiles/rails_6_1.gemfile.lock +115 -107
- data/gemfiles/rails_7_0.gemfile.lock +112 -113
- data/gemfiles/rails_7_1.gemfile.lock +103 -98
- data/gemfiles/rails_7_2.gemfile +7 -0
- data/gemfiles/rails_7_2.gemfile.lock +276 -0
- data/gemfiles/rails_master.gemfile.lock +161 -134
- data/lib/rbexy/component.rb +0 -1
- data/lib/rbexy/nodes/html_element.rb +3 -6
- data/lib/rbexy/runtime.rb +1 -1
- data/lib/rbexy/version.rb +1 -1
- data/lib/rbexy.rb +3 -4
- data/rbexy.gemspec +4 -4
- metadata +11 -9
@@ -1,89 +1,89 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
rbexy (2.0.0.
|
5
|
-
actionview (>= 6, < 7.
|
6
|
-
activesupport (>= 6, < 7.
|
4
|
+
rbexy (2.0.0.rc5)
|
5
|
+
actionview (>= 6, < 7.3)
|
6
|
+
activesupport (>= 6, < 7.3)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (6.1.
|
12
|
-
actionpack (= 6.1.
|
13
|
-
activesupport (= 6.1.
|
11
|
+
actioncable (6.1.7.7)
|
12
|
+
actionpack (= 6.1.7.7)
|
13
|
+
activesupport (= 6.1.7.7)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.1.
|
17
|
-
actionpack (= 6.1.
|
18
|
-
activejob (= 6.1.
|
19
|
-
activerecord (= 6.1.
|
20
|
-
activestorage (= 6.1.
|
21
|
-
activesupport (= 6.1.
|
16
|
+
actionmailbox (6.1.7.7)
|
17
|
+
actionpack (= 6.1.7.7)
|
18
|
+
activejob (= 6.1.7.7)
|
19
|
+
activerecord (= 6.1.7.7)
|
20
|
+
activestorage (= 6.1.7.7)
|
21
|
+
activesupport (= 6.1.7.7)
|
22
22
|
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.1.
|
24
|
-
actionpack (= 6.1.
|
25
|
-
actionview (= 6.1.
|
26
|
-
activejob (= 6.1.
|
27
|
-
activesupport (= 6.1.
|
23
|
+
actionmailer (6.1.7.7)
|
24
|
+
actionpack (= 6.1.7.7)
|
25
|
+
actionview (= 6.1.7.7)
|
26
|
+
activejob (= 6.1.7.7)
|
27
|
+
activesupport (= 6.1.7.7)
|
28
28
|
mail (~> 2.5, >= 2.5.4)
|
29
29
|
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (6.1.
|
31
|
-
actionview (= 6.1.
|
32
|
-
activesupport (= 6.1.
|
30
|
+
actionpack (6.1.7.7)
|
31
|
+
actionview (= 6.1.7.7)
|
32
|
+
activesupport (= 6.1.7.7)
|
33
33
|
rack (~> 2.0, >= 2.0.9)
|
34
34
|
rack-test (>= 0.6.3)
|
35
35
|
rails-dom-testing (~> 2.0)
|
36
36
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
37
|
-
actiontext (6.1.
|
38
|
-
actionpack (= 6.1.
|
39
|
-
activerecord (= 6.1.
|
40
|
-
activestorage (= 6.1.
|
41
|
-
activesupport (= 6.1.
|
37
|
+
actiontext (6.1.7.7)
|
38
|
+
actionpack (= 6.1.7.7)
|
39
|
+
activerecord (= 6.1.7.7)
|
40
|
+
activestorage (= 6.1.7.7)
|
41
|
+
activesupport (= 6.1.7.7)
|
42
42
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (6.1.
|
44
|
-
activesupport (= 6.1.
|
43
|
+
actionview (6.1.7.7)
|
44
|
+
activesupport (= 6.1.7.7)
|
45
45
|
builder (~> 3.1)
|
46
46
|
erubi (~> 1.4)
|
47
47
|
rails-dom-testing (~> 2.0)
|
48
48
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
49
|
-
activejob (6.1.
|
50
|
-
activesupport (= 6.1.
|
49
|
+
activejob (6.1.7.7)
|
50
|
+
activesupport (= 6.1.7.7)
|
51
51
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (6.1.
|
53
|
-
activesupport (= 6.1.
|
54
|
-
activerecord (6.1.
|
55
|
-
activemodel (= 6.1.
|
56
|
-
activesupport (= 6.1.
|
57
|
-
activestorage (6.1.
|
58
|
-
actionpack (= 6.1.
|
59
|
-
activejob (= 6.1.
|
60
|
-
activerecord (= 6.1.
|
61
|
-
activesupport (= 6.1.
|
62
|
-
marcel (~> 1.0
|
52
|
+
activemodel (6.1.7.7)
|
53
|
+
activesupport (= 6.1.7.7)
|
54
|
+
activerecord (6.1.7.7)
|
55
|
+
activemodel (= 6.1.7.7)
|
56
|
+
activesupport (= 6.1.7.7)
|
57
|
+
activestorage (6.1.7.7)
|
58
|
+
actionpack (= 6.1.7.7)
|
59
|
+
activejob (= 6.1.7.7)
|
60
|
+
activerecord (= 6.1.7.7)
|
61
|
+
activesupport (= 6.1.7.7)
|
62
|
+
marcel (~> 1.0)
|
63
63
|
mini_mime (>= 1.1.0)
|
64
|
-
activesupport (6.1.
|
64
|
+
activesupport (6.1.7.7)
|
65
65
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
66
66
|
i18n (>= 1.6, < 2)
|
67
67
|
minitest (>= 5.1)
|
68
68
|
tzinfo (~> 2.0)
|
69
69
|
zeitwerk (~> 2.3)
|
70
|
-
appraisal (2.
|
70
|
+
appraisal (2.5.0)
|
71
71
|
bundler
|
72
72
|
rake
|
73
73
|
thor (>= 0.14.0)
|
74
74
|
builder (3.2.4)
|
75
75
|
byebug (11.1.3)
|
76
76
|
coderay (1.1.3)
|
77
|
-
concurrent-ruby (1.2.
|
77
|
+
concurrent-ruby (1.2.3)
|
78
78
|
crass (1.0.6)
|
79
|
-
|
80
|
-
|
79
|
+
date (3.3.4)
|
80
|
+
diff-lcs (1.5.1)
|
81
81
|
erubi (1.12.0)
|
82
|
-
ffi (1.
|
82
|
+
ffi (1.16.3)
|
83
83
|
formatador (1.1.0)
|
84
|
-
globalid (1.
|
85
|
-
activesupport (>=
|
86
|
-
guard (2.18.
|
84
|
+
globalid (1.2.1)
|
85
|
+
activesupport (>= 6.1)
|
86
|
+
guard (2.18.1)
|
87
87
|
formatador (>= 0.2.4)
|
88
88
|
listen (>= 2.7, < 4.0)
|
89
89
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -99,61 +99,67 @@ GEM
|
|
99
99
|
rspec (>= 2.99.0, < 4.0)
|
100
100
|
i18n (1.14.1)
|
101
101
|
concurrent-ruby (~> 1.0)
|
102
|
-
|
103
|
-
listen (3.7.1)
|
102
|
+
listen (3.8.0)
|
104
103
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
105
104
|
rb-inotify (~> 0.9, >= 0.9.10)
|
106
|
-
loofah (2.
|
105
|
+
loofah (2.22.0)
|
107
106
|
crass (~> 1.0.2)
|
108
107
|
nokogiri (>= 1.12.0)
|
109
|
-
lumberjack (1.2.
|
110
|
-
mail (2.
|
108
|
+
lumberjack (1.2.10)
|
109
|
+
mail (2.8.1)
|
111
110
|
mini_mime (>= 0.1.1)
|
111
|
+
net-imap
|
112
|
+
net-pop
|
113
|
+
net-smtp
|
112
114
|
marcel (1.0.2)
|
113
115
|
memory_profiler (0.9.14)
|
114
116
|
method_source (1.0.0)
|
115
|
-
mini_mime (1.1.
|
116
|
-
minitest (5.
|
117
|
+
mini_mime (1.1.5)
|
118
|
+
minitest (5.22.2)
|
117
119
|
nenv (0.3.0)
|
118
|
-
net-
|
119
|
-
|
120
|
-
|
121
|
-
net-
|
122
|
-
digest
|
120
|
+
net-imap (0.4.10)
|
121
|
+
date
|
122
|
+
net-protocol
|
123
|
+
net-pop (0.1.2)
|
123
124
|
net-protocol
|
125
|
+
net-protocol (0.2.2)
|
124
126
|
timeout
|
125
|
-
|
126
|
-
|
127
|
+
net-smtp (0.4.0.1)
|
128
|
+
net-protocol
|
129
|
+
nio4r (2.7.0)
|
130
|
+
nokogiri (1.16.2-arm64-darwin)
|
131
|
+
racc (~> 1.4)
|
132
|
+
nokogiri (1.16.2-x86_64-linux)
|
127
133
|
racc (~> 1.4)
|
128
134
|
notiffany (0.1.3)
|
129
135
|
nenv (~> 0.1)
|
130
136
|
shellany (~> 0.0)
|
131
|
-
pry (0.
|
137
|
+
pry (0.14.2)
|
132
138
|
coderay (~> 1.1)
|
133
139
|
method_source (~> 1.0)
|
134
|
-
pry-byebug (3.
|
140
|
+
pry-byebug (3.10.1)
|
135
141
|
byebug (~> 11.0)
|
136
|
-
pry (
|
137
|
-
puma (
|
142
|
+
pry (>= 0.13, < 0.15)
|
143
|
+
puma (6.4.2)
|
138
144
|
nio4r (~> 2.0)
|
139
|
-
racc (1.7.
|
140
|
-
rack (2.2.8)
|
145
|
+
racc (1.7.3)
|
146
|
+
rack (2.2.8.1)
|
141
147
|
rack-test (2.1.0)
|
142
148
|
rack (>= 1.3)
|
143
|
-
rails (6.1.
|
144
|
-
actioncable (= 6.1.
|
145
|
-
actionmailbox (= 6.1.
|
146
|
-
actionmailer (= 6.1.
|
147
|
-
actionpack (= 6.1.
|
148
|
-
actiontext (= 6.1.
|
149
|
-
actionview (= 6.1.
|
150
|
-
activejob (= 6.1.
|
151
|
-
activemodel (= 6.1.
|
152
|
-
activerecord (= 6.1.
|
153
|
-
activestorage (= 6.1.
|
154
|
-
activesupport (= 6.1.
|
149
|
+
rails (6.1.7.7)
|
150
|
+
actioncable (= 6.1.7.7)
|
151
|
+
actionmailbox (= 6.1.7.7)
|
152
|
+
actionmailer (= 6.1.7.7)
|
153
|
+
actionpack (= 6.1.7.7)
|
154
|
+
actiontext (= 6.1.7.7)
|
155
|
+
actionview (= 6.1.7.7)
|
156
|
+
activejob (= 6.1.7.7)
|
157
|
+
activemodel (= 6.1.7.7)
|
158
|
+
activerecord (= 6.1.7.7)
|
159
|
+
activestorage (= 6.1.7.7)
|
160
|
+
activesupport (= 6.1.7.7)
|
155
161
|
bundler (>= 1.15.0)
|
156
|
-
railties (= 6.1.
|
162
|
+
railties (= 6.1.7.7)
|
157
163
|
sprockets-rails (>= 2.0.0)
|
158
164
|
rails-dom-testing (2.2.0)
|
159
165
|
activesupport (>= 5.0.0)
|
@@ -162,32 +168,32 @@ GEM
|
|
162
168
|
rails-html-sanitizer (1.6.0)
|
163
169
|
loofah (~> 2.21)
|
164
170
|
nokogiri (~> 1.14)
|
165
|
-
railties (6.1.
|
166
|
-
actionpack (= 6.1.
|
167
|
-
activesupport (= 6.1.
|
171
|
+
railties (6.1.7.7)
|
172
|
+
actionpack (= 6.1.7.7)
|
173
|
+
activesupport (= 6.1.7.7)
|
168
174
|
method_source
|
169
|
-
rake (>=
|
175
|
+
rake (>= 12.2)
|
170
176
|
thor (~> 1.0)
|
171
|
-
rake (13.0
|
172
|
-
rb-fsevent (0.11.
|
177
|
+
rake (13.1.0)
|
178
|
+
rb-fsevent (0.11.2)
|
173
179
|
rb-inotify (0.10.1)
|
174
180
|
ffi (~> 1.0)
|
175
|
-
rspec (3.
|
176
|
-
rspec-core (~> 3.
|
177
|
-
rspec-expectations (~> 3.
|
178
|
-
rspec-mocks (~> 3.
|
179
|
-
rspec-core (3.
|
180
|
-
rspec-support (~> 3.
|
181
|
-
rspec-expectations (3.
|
181
|
+
rspec (3.13.0)
|
182
|
+
rspec-core (~> 3.13.0)
|
183
|
+
rspec-expectations (~> 3.13.0)
|
184
|
+
rspec-mocks (~> 3.13.0)
|
185
|
+
rspec-core (3.13.0)
|
186
|
+
rspec-support (~> 3.13.0)
|
187
|
+
rspec-expectations (3.13.0)
|
182
188
|
diff-lcs (>= 1.2.0, < 2.0)
|
183
|
-
rspec-support (~> 3.
|
189
|
+
rspec-support (~> 3.13.0)
|
184
190
|
rspec-html-matchers (0.9.4)
|
185
191
|
nokogiri (~> 1)
|
186
192
|
rspec (>= 3.0.0.a, < 4)
|
187
|
-
rspec-mocks (3.
|
193
|
+
rspec-mocks (3.13.0)
|
188
194
|
diff-lcs (>= 1.2.0, < 2.0)
|
189
|
-
rspec-support (~> 3.
|
190
|
-
rspec-rails (6.
|
195
|
+
rspec-support (~> 3.13.0)
|
196
|
+
rspec-rails (6.1.1)
|
191
197
|
actionpack (>= 6.1)
|
192
198
|
activesupport (>= 6.1)
|
193
199
|
railties (>= 6.1)
|
@@ -195,26 +201,28 @@ GEM
|
|
195
201
|
rspec-expectations (~> 3.12)
|
196
202
|
rspec-mocks (~> 3.12)
|
197
203
|
rspec-support (~> 3.12)
|
198
|
-
rspec-support (3.
|
204
|
+
rspec-support (3.13.0)
|
199
205
|
shellany (0.0.1)
|
200
|
-
sprockets (4.
|
206
|
+
sprockets (4.2.1)
|
201
207
|
concurrent-ruby (~> 1.0)
|
202
|
-
rack (
|
208
|
+
rack (>= 2.2.4, < 4)
|
203
209
|
sprockets-rails (3.4.2)
|
204
210
|
actionpack (>= 5.2)
|
205
211
|
activesupport (>= 5.2)
|
206
212
|
sprockets (>= 3.0.0)
|
207
|
-
sqlite3 (1.
|
213
|
+
sqlite3 (1.7.2-arm64-darwin)
|
214
|
+
sqlite3 (1.7.2-x86_64-linux)
|
208
215
|
thor (1.3.0)
|
209
|
-
timeout (0.
|
216
|
+
timeout (0.4.1)
|
210
217
|
tzinfo (2.0.6)
|
211
218
|
concurrent-ruby (~> 1.0)
|
212
|
-
websocket-driver (0.7.
|
219
|
+
websocket-driver (0.7.6)
|
213
220
|
websocket-extensions (>= 0.1.0)
|
214
221
|
websocket-extensions (0.1.5)
|
215
|
-
zeitwerk (2.6.
|
222
|
+
zeitwerk (2.6.13)
|
216
223
|
|
217
224
|
PLATFORMS
|
225
|
+
arm64-darwin-23
|
218
226
|
x86_64-linux
|
219
227
|
|
220
228
|
DEPENDENCIES
|
@@ -234,4 +242,4 @@ DEPENDENCIES
|
|
234
242
|
sqlite3
|
235
243
|
|
236
244
|
BUNDLED WITH
|
237
|
-
2.
|
245
|
+
2.5.6
|
@@ -1,95 +1,95 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
rbexy (2.0.0.
|
5
|
-
actionview (>= 6, < 7.
|
6
|
-
activesupport (>= 6, < 7.
|
4
|
+
rbexy (2.0.0.rc5)
|
5
|
+
actionview (>= 6, < 7.3)
|
6
|
+
activesupport (>= 6, < 7.3)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (7.0.
|
12
|
-
actionpack (= 7.0.
|
13
|
-
activesupport (= 7.0.
|
11
|
+
actioncable (7.0.8.1)
|
12
|
+
actionpack (= 7.0.8.1)
|
13
|
+
activesupport (= 7.0.8.1)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (7.0.
|
17
|
-
actionpack (= 7.0.
|
18
|
-
activejob (= 7.0.
|
19
|
-
activerecord (= 7.0.
|
20
|
-
activestorage (= 7.0.
|
21
|
-
activesupport (= 7.0.
|
16
|
+
actionmailbox (7.0.8.1)
|
17
|
+
actionpack (= 7.0.8.1)
|
18
|
+
activejob (= 7.0.8.1)
|
19
|
+
activerecord (= 7.0.8.1)
|
20
|
+
activestorage (= 7.0.8.1)
|
21
|
+
activesupport (= 7.0.8.1)
|
22
22
|
mail (>= 2.7.1)
|
23
23
|
net-imap
|
24
24
|
net-pop
|
25
25
|
net-smtp
|
26
|
-
actionmailer (7.0.
|
27
|
-
actionpack (= 7.0.
|
28
|
-
actionview (= 7.0.
|
29
|
-
activejob (= 7.0.
|
30
|
-
activesupport (= 7.0.
|
26
|
+
actionmailer (7.0.8.1)
|
27
|
+
actionpack (= 7.0.8.1)
|
28
|
+
actionview (= 7.0.8.1)
|
29
|
+
activejob (= 7.0.8.1)
|
30
|
+
activesupport (= 7.0.8.1)
|
31
31
|
mail (~> 2.5, >= 2.5.4)
|
32
32
|
net-imap
|
33
33
|
net-pop
|
34
34
|
net-smtp
|
35
35
|
rails-dom-testing (~> 2.0)
|
36
|
-
actionpack (7.0.
|
37
|
-
actionview (= 7.0.
|
38
|
-
activesupport (= 7.0.
|
39
|
-
rack (~> 2.0, >= 2.2.
|
36
|
+
actionpack (7.0.8.1)
|
37
|
+
actionview (= 7.0.8.1)
|
38
|
+
activesupport (= 7.0.8.1)
|
39
|
+
rack (~> 2.0, >= 2.2.4)
|
40
40
|
rack-test (>= 0.6.3)
|
41
41
|
rails-dom-testing (~> 2.0)
|
42
42
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
43
|
-
actiontext (7.0.
|
44
|
-
actionpack (= 7.0.
|
45
|
-
activerecord (= 7.0.
|
46
|
-
activestorage (= 7.0.
|
47
|
-
activesupport (= 7.0.
|
43
|
+
actiontext (7.0.8.1)
|
44
|
+
actionpack (= 7.0.8.1)
|
45
|
+
activerecord (= 7.0.8.1)
|
46
|
+
activestorage (= 7.0.8.1)
|
47
|
+
activesupport (= 7.0.8.1)
|
48
48
|
globalid (>= 0.6.0)
|
49
49
|
nokogiri (>= 1.8.5)
|
50
|
-
actionview (7.0.
|
51
|
-
activesupport (= 7.0.
|
50
|
+
actionview (7.0.8.1)
|
51
|
+
activesupport (= 7.0.8.1)
|
52
52
|
builder (~> 3.1)
|
53
53
|
erubi (~> 1.4)
|
54
54
|
rails-dom-testing (~> 2.0)
|
55
55
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
56
|
-
activejob (7.0.
|
57
|
-
activesupport (= 7.0.
|
56
|
+
activejob (7.0.8.1)
|
57
|
+
activesupport (= 7.0.8.1)
|
58
58
|
globalid (>= 0.3.6)
|
59
|
-
activemodel (7.0.
|
60
|
-
activesupport (= 7.0.
|
61
|
-
activerecord (7.0.
|
62
|
-
activemodel (= 7.0.
|
63
|
-
activesupport (= 7.0.
|
64
|
-
activestorage (7.0.
|
65
|
-
actionpack (= 7.0.
|
66
|
-
activejob (= 7.0.
|
67
|
-
activerecord (= 7.0.
|
68
|
-
activesupport (= 7.0.
|
59
|
+
activemodel (7.0.8.1)
|
60
|
+
activesupport (= 7.0.8.1)
|
61
|
+
activerecord (7.0.8.1)
|
62
|
+
activemodel (= 7.0.8.1)
|
63
|
+
activesupport (= 7.0.8.1)
|
64
|
+
activestorage (7.0.8.1)
|
65
|
+
actionpack (= 7.0.8.1)
|
66
|
+
activejob (= 7.0.8.1)
|
67
|
+
activerecord (= 7.0.8.1)
|
68
|
+
activesupport (= 7.0.8.1)
|
69
69
|
marcel (~> 1.0)
|
70
70
|
mini_mime (>= 1.1.0)
|
71
|
-
activesupport (7.0.
|
71
|
+
activesupport (7.0.8.1)
|
72
72
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
73
73
|
i18n (>= 1.6, < 2)
|
74
74
|
minitest (>= 5.1)
|
75
75
|
tzinfo (~> 2.0)
|
76
|
-
appraisal (2.
|
76
|
+
appraisal (2.5.0)
|
77
77
|
bundler
|
78
78
|
rake
|
79
79
|
thor (>= 0.14.0)
|
80
80
|
builder (3.2.4)
|
81
81
|
byebug (11.1.3)
|
82
82
|
coderay (1.1.3)
|
83
|
-
concurrent-ruby (1.2.
|
83
|
+
concurrent-ruby (1.2.3)
|
84
84
|
crass (1.0.6)
|
85
|
-
|
86
|
-
|
85
|
+
date (3.3.4)
|
86
|
+
diff-lcs (1.5.1)
|
87
87
|
erubi (1.12.0)
|
88
|
-
ffi (1.
|
88
|
+
ffi (1.16.3)
|
89
89
|
formatador (1.1.0)
|
90
|
-
globalid (1.
|
91
|
-
activesupport (>=
|
92
|
-
guard (2.18.
|
90
|
+
globalid (1.2.1)
|
91
|
+
activesupport (>= 6.1)
|
92
|
+
guard (2.18.1)
|
93
93
|
formatador (>= 0.2.4)
|
94
94
|
listen (>= 2.7, < 4.0)
|
95
95
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -105,69 +105,67 @@ GEM
|
|
105
105
|
rspec (>= 2.99.0, < 4.0)
|
106
106
|
i18n (1.14.1)
|
107
107
|
concurrent-ruby (~> 1.0)
|
108
|
-
|
109
|
-
listen (3.7.1)
|
108
|
+
listen (3.8.0)
|
110
109
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
111
110
|
rb-inotify (~> 0.9, >= 0.9.10)
|
112
|
-
loofah (2.
|
111
|
+
loofah (2.22.0)
|
113
112
|
crass (~> 1.0.2)
|
114
113
|
nokogiri (>= 1.12.0)
|
115
|
-
lumberjack (1.2.
|
116
|
-
mail (2.
|
114
|
+
lumberjack (1.2.10)
|
115
|
+
mail (2.8.1)
|
117
116
|
mini_mime (>= 0.1.1)
|
117
|
+
net-imap
|
118
|
+
net-pop
|
119
|
+
net-smtp
|
118
120
|
marcel (1.0.2)
|
119
121
|
memory_profiler (0.9.14)
|
120
122
|
method_source (1.0.0)
|
121
|
-
mini_mime (1.1.
|
122
|
-
minitest (5.
|
123
|
+
mini_mime (1.1.5)
|
124
|
+
minitest (5.22.2)
|
123
125
|
nenv (0.3.0)
|
124
|
-
net-imap (0.
|
125
|
-
|
126
|
+
net-imap (0.4.10)
|
127
|
+
date
|
126
128
|
net-protocol
|
127
|
-
|
128
|
-
net-pop (0.1.1)
|
129
|
-
digest
|
129
|
+
net-pop (0.1.2)
|
130
130
|
net-protocol
|
131
|
+
net-protocol (0.2.2)
|
131
132
|
timeout
|
132
|
-
net-
|
133
|
-
io-wait
|
134
|
-
timeout
|
135
|
-
net-smtp (0.3.1)
|
136
|
-
digest
|
133
|
+
net-smtp (0.4.0.1)
|
137
134
|
net-protocol
|
138
|
-
|
139
|
-
|
140
|
-
|
135
|
+
nio4r (2.7.0)
|
136
|
+
nokogiri (1.16.2-arm64-darwin)
|
137
|
+
racc (~> 1.4)
|
138
|
+
nokogiri (1.16.2-x86_64-linux)
|
141
139
|
racc (~> 1.4)
|
142
140
|
notiffany (0.1.3)
|
143
141
|
nenv (~> 0.1)
|
144
142
|
shellany (~> 0.0)
|
145
|
-
pry (0.
|
143
|
+
pry (0.14.2)
|
146
144
|
coderay (~> 1.1)
|
147
145
|
method_source (~> 1.0)
|
148
|
-
pry-byebug (3.
|
146
|
+
pry-byebug (3.10.1)
|
149
147
|
byebug (~> 11.0)
|
150
|
-
pry (
|
151
|
-
puma (
|
148
|
+
pry (>= 0.13, < 0.15)
|
149
|
+
puma (6.4.2)
|
152
150
|
nio4r (~> 2.0)
|
153
|
-
racc (1.7.
|
154
|
-
rack (2.2.8)
|
151
|
+
racc (1.7.3)
|
152
|
+
rack (2.2.8.1)
|
155
153
|
rack-test (2.1.0)
|
156
154
|
rack (>= 1.3)
|
157
|
-
rails (7.0.
|
158
|
-
actioncable (= 7.0.
|
159
|
-
actionmailbox (= 7.0.
|
160
|
-
actionmailer (= 7.0.
|
161
|
-
actionpack (= 7.0.
|
162
|
-
actiontext (= 7.0.
|
163
|
-
actionview (= 7.0.
|
164
|
-
activejob (= 7.0.
|
165
|
-
activemodel (= 7.0.
|
166
|
-
activerecord (= 7.0.
|
167
|
-
activestorage (= 7.0.
|
168
|
-
activesupport (= 7.0.
|
155
|
+
rails (7.0.8.1)
|
156
|
+
actioncable (= 7.0.8.1)
|
157
|
+
actionmailbox (= 7.0.8.1)
|
158
|
+
actionmailer (= 7.0.8.1)
|
159
|
+
actionpack (= 7.0.8.1)
|
160
|
+
actiontext (= 7.0.8.1)
|
161
|
+
actionview (= 7.0.8.1)
|
162
|
+
activejob (= 7.0.8.1)
|
163
|
+
activemodel (= 7.0.8.1)
|
164
|
+
activerecord (= 7.0.8.1)
|
165
|
+
activestorage (= 7.0.8.1)
|
166
|
+
activesupport (= 7.0.8.1)
|
169
167
|
bundler (>= 1.15.0)
|
170
|
-
railties (= 7.0.
|
168
|
+
railties (= 7.0.8.1)
|
171
169
|
rails-dom-testing (2.2.0)
|
172
170
|
activesupport (>= 5.0.0)
|
173
171
|
minitest
|
@@ -175,33 +173,33 @@ GEM
|
|
175
173
|
rails-html-sanitizer (1.6.0)
|
176
174
|
loofah (~> 2.21)
|
177
175
|
nokogiri (~> 1.14)
|
178
|
-
railties (7.0.
|
179
|
-
actionpack (= 7.0.
|
180
|
-
activesupport (= 7.0.
|
176
|
+
railties (7.0.8.1)
|
177
|
+
actionpack (= 7.0.8.1)
|
178
|
+
activesupport (= 7.0.8.1)
|
181
179
|
method_source
|
182
180
|
rake (>= 12.2)
|
183
181
|
thor (~> 1.0)
|
184
182
|
zeitwerk (~> 2.5)
|
185
|
-
rake (13.0
|
186
|
-
rb-fsevent (0.11.
|
183
|
+
rake (13.1.0)
|
184
|
+
rb-fsevent (0.11.2)
|
187
185
|
rb-inotify (0.10.1)
|
188
186
|
ffi (~> 1.0)
|
189
|
-
rspec (3.
|
190
|
-
rspec-core (~> 3.
|
191
|
-
rspec-expectations (~> 3.
|
192
|
-
rspec-mocks (~> 3.
|
193
|
-
rspec-core (3.
|
194
|
-
rspec-support (~> 3.
|
195
|
-
rspec-expectations (3.
|
187
|
+
rspec (3.13.0)
|
188
|
+
rspec-core (~> 3.13.0)
|
189
|
+
rspec-expectations (~> 3.13.0)
|
190
|
+
rspec-mocks (~> 3.13.0)
|
191
|
+
rspec-core (3.13.0)
|
192
|
+
rspec-support (~> 3.13.0)
|
193
|
+
rspec-expectations (3.13.0)
|
196
194
|
diff-lcs (>= 1.2.0, < 2.0)
|
197
|
-
rspec-support (~> 3.
|
195
|
+
rspec-support (~> 3.13.0)
|
198
196
|
rspec-html-matchers (0.9.4)
|
199
197
|
nokogiri (~> 1)
|
200
198
|
rspec (>= 3.0.0.a, < 4)
|
201
|
-
rspec-mocks (3.
|
199
|
+
rspec-mocks (3.13.0)
|
202
200
|
diff-lcs (>= 1.2.0, < 2.0)
|
203
|
-
rspec-support (~> 3.
|
204
|
-
rspec-rails (6.
|
201
|
+
rspec-support (~> 3.13.0)
|
202
|
+
rspec-rails (6.1.1)
|
205
203
|
actionpack (>= 6.1)
|
206
204
|
activesupport (>= 6.1)
|
207
205
|
railties (>= 6.1)
|
@@ -209,27 +207,28 @@ GEM
|
|
209
207
|
rspec-expectations (~> 3.12)
|
210
208
|
rspec-mocks (~> 3.12)
|
211
209
|
rspec-support (~> 3.12)
|
212
|
-
rspec-support (3.
|
210
|
+
rspec-support (3.13.0)
|
213
211
|
shellany (0.0.1)
|
214
|
-
sprockets (4.
|
212
|
+
sprockets (4.2.1)
|
215
213
|
concurrent-ruby (~> 1.0)
|
216
|
-
rack (
|
214
|
+
rack (>= 2.2.4, < 4)
|
217
215
|
sprockets-rails (3.4.2)
|
218
216
|
actionpack (>= 5.2)
|
219
217
|
activesupport (>= 5.2)
|
220
218
|
sprockets (>= 3.0.0)
|
221
|
-
sqlite3 (1.
|
222
|
-
|
219
|
+
sqlite3 (1.7.2-arm64-darwin)
|
220
|
+
sqlite3 (1.7.2-x86_64-linux)
|
223
221
|
thor (1.3.0)
|
224
|
-
timeout (0.
|
222
|
+
timeout (0.4.1)
|
225
223
|
tzinfo (2.0.6)
|
226
224
|
concurrent-ruby (~> 1.0)
|
227
|
-
websocket-driver (0.7.
|
225
|
+
websocket-driver (0.7.6)
|
228
226
|
websocket-extensions (>= 0.1.0)
|
229
227
|
websocket-extensions (0.1.5)
|
230
|
-
zeitwerk (2.6.
|
228
|
+
zeitwerk (2.6.13)
|
231
229
|
|
232
230
|
PLATFORMS
|
231
|
+
arm64-darwin-23
|
233
232
|
x86_64-linux
|
234
233
|
|
235
234
|
DEPENDENCIES
|
@@ -248,4 +247,4 @@ DEPENDENCIES
|
|
248
247
|
sqlite3
|
249
248
|
|
250
249
|
BUNDLED WITH
|
251
|
-
2.
|
250
|
+
2.5.6
|