texd 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -3
- data/CHANGELOG.md +8 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +178 -165
- data/Makefile +56 -47
- data/README.md +33 -14
- data/gemfiles/rails-7.0/Gemfile +3 -1
- data/gemfiles/rails-7.0/Gemfile.lock +108 -105
- data/gemfiles/rails-7.1/Gemfile +2 -0
- data/gemfiles/rails-7.1/Gemfile.lock +136 -122
- data/gemfiles/{rails-6.0 → rails-7.2}/Gemfile +3 -2
- data/gemfiles/rails-7.2/Gemfile.lock +258 -0
- data/gemfiles/{rails-6.1 → rails-8.0}/Gemfile +1 -2
- data/gemfiles/rails-8.0/Gemfile.lock +259 -0
- data/gemfiles/rails-8.1/Gemfile +15 -0
- data/gemfiles/rails-8.1/Gemfile.lock +262 -0
- data/gemfiles/rails-main/Gemfile.lock +143 -125
- data/lib/texd/client.rb +1 -1
- data/lib/texd/config.rb +0 -1
- data/lib/texd/document.rb +2 -2
- data/lib/texd/helpers.rb +1 -1
- data/lib/texd/version.rb +1 -1
- data/texd.gemspec +2 -2
- metadata +16 -14
- data/gemfiles/rails-6.0/Gemfile.lock +0 -203
- data/gemfiles/rails-6.1/Gemfile.lock +0 -206
@@ -1,42 +1,42 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
texd (0.
|
4
|
+
texd (0.7.0)
|
5
5
|
multipart-post (~> 2.0)
|
6
|
-
rails (>= 6.0, <
|
6
|
+
rails (>= 6.0, < 9)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (7.1.
|
12
|
-
actionpack (= 7.1.
|
13
|
-
activesupport (= 7.1.
|
11
|
+
actioncable (7.1.5.2)
|
12
|
+
actionpack (= 7.1.5.2)
|
13
|
+
activesupport (= 7.1.5.2)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
16
|
zeitwerk (~> 2.6)
|
17
|
-
actionmailbox (7.1.
|
18
|
-
actionpack (= 7.1.
|
19
|
-
activejob (= 7.1.
|
20
|
-
activerecord (= 7.1.
|
21
|
-
activestorage (= 7.1.
|
22
|
-
activesupport (= 7.1.
|
17
|
+
actionmailbox (7.1.5.2)
|
18
|
+
actionpack (= 7.1.5.2)
|
19
|
+
activejob (= 7.1.5.2)
|
20
|
+
activerecord (= 7.1.5.2)
|
21
|
+
activestorage (= 7.1.5.2)
|
22
|
+
activesupport (= 7.1.5.2)
|
23
23
|
mail (>= 2.7.1)
|
24
24
|
net-imap
|
25
25
|
net-pop
|
26
26
|
net-smtp
|
27
|
-
actionmailer (7.1.
|
28
|
-
actionpack (= 7.1.
|
29
|
-
actionview (= 7.1.
|
30
|
-
activejob (= 7.1.
|
31
|
-
activesupport (= 7.1.
|
27
|
+
actionmailer (7.1.5.2)
|
28
|
+
actionpack (= 7.1.5.2)
|
29
|
+
actionview (= 7.1.5.2)
|
30
|
+
activejob (= 7.1.5.2)
|
31
|
+
activesupport (= 7.1.5.2)
|
32
32
|
mail (~> 2.5, >= 2.5.4)
|
33
33
|
net-imap
|
34
34
|
net-pop
|
35
35
|
net-smtp
|
36
36
|
rails-dom-testing (~> 2.2)
|
37
|
-
actionpack (7.1.
|
38
|
-
actionview (= 7.1.
|
39
|
-
activesupport (= 7.1.
|
37
|
+
actionpack (7.1.5.2)
|
38
|
+
actionview (= 7.1.5.2)
|
39
|
+
activesupport (= 7.1.5.2)
|
40
40
|
nokogiri (>= 1.8.5)
|
41
41
|
racc
|
42
42
|
rack (>= 2.2.4)
|
@@ -44,70 +44,76 @@ GEM
|
|
44
44
|
rack-test (>= 0.6.3)
|
45
45
|
rails-dom-testing (~> 2.2)
|
46
46
|
rails-html-sanitizer (~> 1.6)
|
47
|
-
actiontext (7.1.
|
48
|
-
actionpack (= 7.1.
|
49
|
-
activerecord (= 7.1.
|
50
|
-
activestorage (= 7.1.
|
51
|
-
activesupport (= 7.1.
|
47
|
+
actiontext (7.1.5.2)
|
48
|
+
actionpack (= 7.1.5.2)
|
49
|
+
activerecord (= 7.1.5.2)
|
50
|
+
activestorage (= 7.1.5.2)
|
51
|
+
activesupport (= 7.1.5.2)
|
52
52
|
globalid (>= 0.6.0)
|
53
53
|
nokogiri (>= 1.8.5)
|
54
|
-
actionview (7.1.
|
55
|
-
activesupport (= 7.1.
|
54
|
+
actionview (7.1.5.2)
|
55
|
+
activesupport (= 7.1.5.2)
|
56
56
|
builder (~> 3.1)
|
57
57
|
erubi (~> 1.11)
|
58
58
|
rails-dom-testing (~> 2.2)
|
59
59
|
rails-html-sanitizer (~> 1.6)
|
60
|
-
activejob (7.1.
|
61
|
-
activesupport (= 7.1.
|
60
|
+
activejob (7.1.5.2)
|
61
|
+
activesupport (= 7.1.5.2)
|
62
62
|
globalid (>= 0.3.6)
|
63
|
-
activemodel (7.1.
|
64
|
-
activesupport (= 7.1.
|
65
|
-
activerecord (7.1.
|
66
|
-
activemodel (= 7.1.
|
67
|
-
activesupport (= 7.1.
|
63
|
+
activemodel (7.1.5.2)
|
64
|
+
activesupport (= 7.1.5.2)
|
65
|
+
activerecord (7.1.5.2)
|
66
|
+
activemodel (= 7.1.5.2)
|
67
|
+
activesupport (= 7.1.5.2)
|
68
68
|
timeout (>= 0.4.0)
|
69
|
-
activestorage (7.1.
|
70
|
-
actionpack (= 7.1.
|
71
|
-
activejob (= 7.1.
|
72
|
-
activerecord (= 7.1.
|
73
|
-
activesupport (= 7.1.
|
69
|
+
activestorage (7.1.5.2)
|
70
|
+
actionpack (= 7.1.5.2)
|
71
|
+
activejob (= 7.1.5.2)
|
72
|
+
activerecord (= 7.1.5.2)
|
73
|
+
activesupport (= 7.1.5.2)
|
74
74
|
marcel (~> 1.0)
|
75
|
-
activesupport (7.1.
|
75
|
+
activesupport (7.1.5.2)
|
76
76
|
base64
|
77
|
+
benchmark (>= 0.3)
|
77
78
|
bigdecimal
|
78
79
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
79
80
|
connection_pool (>= 2.2.5)
|
80
81
|
drb
|
81
82
|
i18n (>= 1.6, < 2)
|
83
|
+
logger (>= 1.4.2)
|
82
84
|
minitest (>= 5.1)
|
83
85
|
mutex_m
|
86
|
+
securerandom (>= 0.3)
|
84
87
|
tzinfo (~> 2.0)
|
85
|
-
base64 (0.
|
86
|
-
|
87
|
-
|
88
|
-
|
88
|
+
base64 (0.3.0)
|
89
|
+
benchmark (0.4.1)
|
90
|
+
bigdecimal (3.3.1)
|
91
|
+
builder (3.3.0)
|
92
|
+
byebug (12.0.0)
|
89
93
|
coderay (1.1.3)
|
90
|
-
combustion (1.
|
94
|
+
combustion (1.5.0)
|
91
95
|
activesupport (>= 3.0.0)
|
92
96
|
railties (>= 3.0.0)
|
93
97
|
thor (>= 0.14.6)
|
94
|
-
concurrent-ruby (1.
|
95
|
-
connection_pool (2.4
|
98
|
+
concurrent-ruby (1.3.4)
|
99
|
+
connection_pool (2.5.4)
|
96
100
|
crass (1.0.6)
|
97
|
-
date (3.
|
98
|
-
diff-lcs (1.
|
99
|
-
drb (2.2.
|
100
|
-
|
101
|
-
erubi (1.
|
102
|
-
globalid (1.
|
101
|
+
date (3.4.1)
|
102
|
+
diff-lcs (1.6.2)
|
103
|
+
drb (2.2.3)
|
104
|
+
erb (5.1.1)
|
105
|
+
erubi (1.13.1)
|
106
|
+
globalid (1.3.0)
|
103
107
|
activesupport (>= 6.1)
|
104
|
-
i18n (1.14.
|
108
|
+
i18n (1.14.7)
|
105
109
|
concurrent-ruby (~> 1.0)
|
106
|
-
io-console (0.
|
107
|
-
irb (1.
|
108
|
-
|
110
|
+
io-console (0.8.1)
|
111
|
+
irb (1.15.2)
|
112
|
+
pp (>= 0.6.0)
|
113
|
+
rdoc (>= 4.0.0)
|
109
114
|
reline (>= 0.4.2)
|
110
|
-
|
115
|
+
logger (1.7.0)
|
116
|
+
loofah (2.24.1)
|
111
117
|
crass (~> 1.0.2)
|
112
118
|
nokogiri (>= 1.12.0)
|
113
119
|
mail (2.8.1)
|
@@ -115,111 +121,118 @@ GEM
|
|
115
121
|
net-imap
|
116
122
|
net-pop
|
117
123
|
net-smtp
|
118
|
-
marcel (1.0
|
119
|
-
method_source (1.
|
124
|
+
marcel (1.1.0)
|
125
|
+
method_source (1.1.0)
|
120
126
|
mini_mime (1.1.5)
|
121
|
-
mini_portile2 (2.8.
|
122
|
-
minitest (5.
|
123
|
-
multipart-post (2.4.
|
124
|
-
mutex_m (0.
|
125
|
-
net-imap (0.
|
127
|
+
mini_portile2 (2.8.9)
|
128
|
+
minitest (5.26.0)
|
129
|
+
multipart-post (2.4.1)
|
130
|
+
mutex_m (0.3.0)
|
131
|
+
net-imap (0.5.12)
|
126
132
|
date
|
127
133
|
net-protocol
|
128
134
|
net-pop (0.1.2)
|
129
135
|
net-protocol
|
130
136
|
net-protocol (0.2.2)
|
131
137
|
timeout
|
132
|
-
net-smtp (0.
|
138
|
+
net-smtp (0.5.1)
|
133
139
|
net-protocol
|
134
|
-
nio4r (2.7.
|
135
|
-
nokogiri (1.15.
|
140
|
+
nio4r (2.7.4)
|
141
|
+
nokogiri (1.15.7)
|
136
142
|
mini_portile2 (~> 2.8.2)
|
137
143
|
racc (~> 1.4)
|
138
|
-
nokogiri (1.15.
|
144
|
+
nokogiri (1.15.7-x86_64-linux)
|
139
145
|
racc (~> 1.4)
|
140
|
-
|
146
|
+
pp (0.6.3)
|
147
|
+
prettyprint
|
148
|
+
prettyprint (0.2.0)
|
149
|
+
pry (0.15.2)
|
141
150
|
coderay (~> 1.1)
|
142
151
|
method_source (~> 1.0)
|
143
|
-
pry-byebug (3.
|
144
|
-
byebug (~>
|
145
|
-
pry (>= 0.13, < 0.
|
146
|
-
psych (5.
|
152
|
+
pry-byebug (3.11.0)
|
153
|
+
byebug (~> 12.0)
|
154
|
+
pry (>= 0.13, < 0.16)
|
155
|
+
psych (5.2.6)
|
156
|
+
date
|
147
157
|
stringio
|
148
|
-
racc (1.
|
149
|
-
rack (3.
|
150
|
-
rack-session (2.
|
158
|
+
racc (1.8.1)
|
159
|
+
rack (3.2.3)
|
160
|
+
rack-session (2.1.1)
|
161
|
+
base64 (>= 0.1.0)
|
151
162
|
rack (>= 3.0.0)
|
152
|
-
rack-test (2.
|
163
|
+
rack-test (2.2.0)
|
153
164
|
rack (>= 1.3)
|
154
|
-
rackup (2.1
|
165
|
+
rackup (2.2.1)
|
155
166
|
rack (>= 3)
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
activesupport (= 7.1.3)
|
167
|
+
rails (7.1.5.2)
|
168
|
+
actioncable (= 7.1.5.2)
|
169
|
+
actionmailbox (= 7.1.5.2)
|
170
|
+
actionmailer (= 7.1.5.2)
|
171
|
+
actionpack (= 7.1.5.2)
|
172
|
+
actiontext (= 7.1.5.2)
|
173
|
+
actionview (= 7.1.5.2)
|
174
|
+
activejob (= 7.1.5.2)
|
175
|
+
activemodel (= 7.1.5.2)
|
176
|
+
activerecord (= 7.1.5.2)
|
177
|
+
activestorage (= 7.1.5.2)
|
178
|
+
activesupport (= 7.1.5.2)
|
169
179
|
bundler (>= 1.15.0)
|
170
|
-
railties (= 7.1.
|
171
|
-
rails-dom-testing (2.
|
180
|
+
railties (= 7.1.5.2)
|
181
|
+
rails-dom-testing (2.3.0)
|
172
182
|
activesupport (>= 5.0.0)
|
173
183
|
minitest
|
174
184
|
nokogiri (>= 1.6)
|
175
|
-
rails-html-sanitizer (1.6.
|
185
|
+
rails-html-sanitizer (1.6.2)
|
176
186
|
loofah (~> 2.21)
|
177
|
-
nokogiri (
|
178
|
-
railties (7.1.
|
179
|
-
actionpack (= 7.1.
|
180
|
-
activesupport (= 7.1.
|
187
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
188
|
+
railties (7.1.5.2)
|
189
|
+
actionpack (= 7.1.5.2)
|
190
|
+
activesupport (= 7.1.5.2)
|
181
191
|
irb
|
182
192
|
rackup (>= 1.0.0)
|
183
193
|
rake (>= 12.2)
|
184
194
|
thor (~> 1.0, >= 1.2.2)
|
185
195
|
zeitwerk (~> 2.6)
|
186
|
-
rake (13.
|
187
|
-
rdoc (6.
|
196
|
+
rake (13.3.0)
|
197
|
+
rdoc (6.15.0)
|
198
|
+
erb
|
188
199
|
psych (>= 4.0.0)
|
189
|
-
|
200
|
+
tsort
|
201
|
+
reline (0.6.2)
|
190
202
|
io-console (~> 0.5)
|
191
|
-
rspec (3.13.
|
203
|
+
rspec (3.13.1)
|
192
204
|
rspec-core (~> 3.13.0)
|
193
205
|
rspec-expectations (~> 3.13.0)
|
194
206
|
rspec-mocks (~> 3.13.0)
|
195
|
-
rspec-core (3.13.
|
207
|
+
rspec-core (3.13.6)
|
196
208
|
rspec-support (~> 3.13.0)
|
197
|
-
rspec-expectations (3.13.
|
209
|
+
rspec-expectations (3.13.5)
|
198
210
|
diff-lcs (>= 1.2.0, < 2.0)
|
199
211
|
rspec-support (~> 3.13.0)
|
200
|
-
rspec-mocks (3.13.
|
212
|
+
rspec-mocks (3.13.6)
|
201
213
|
diff-lcs (>= 1.2.0, < 2.0)
|
202
214
|
rspec-support (~> 3.13.0)
|
203
|
-
rspec-rails (
|
204
|
-
actionpack (>=
|
205
|
-
activesupport (>=
|
206
|
-
railties (>=
|
207
|
-
rspec-core (~> 3.
|
208
|
-
rspec-expectations (~> 3.
|
209
|
-
rspec-mocks (~> 3.
|
210
|
-
rspec-support (~> 3.
|
211
|
-
rspec-support (3.13.
|
212
|
-
|
213
|
-
stringio (3.1.
|
214
|
-
thor (1.
|
215
|
-
timeout (0.4.
|
215
|
+
rspec-rails (7.1.1)
|
216
|
+
actionpack (>= 7.0)
|
217
|
+
activesupport (>= 7.0)
|
218
|
+
railties (>= 7.0)
|
219
|
+
rspec-core (~> 3.13)
|
220
|
+
rspec-expectations (~> 3.13)
|
221
|
+
rspec-mocks (~> 3.13)
|
222
|
+
rspec-support (~> 3.13)
|
223
|
+
rspec-support (3.13.6)
|
224
|
+
securerandom (0.4.1)
|
225
|
+
stringio (3.1.7)
|
226
|
+
thor (1.4.0)
|
227
|
+
timeout (0.4.3)
|
228
|
+
tsort (0.2.0)
|
216
229
|
tzinfo (2.0.6)
|
217
230
|
concurrent-ruby (~> 1.0)
|
218
|
-
|
219
|
-
|
231
|
+
websocket-driver (0.8.0)
|
232
|
+
base64
|
220
233
|
websocket-extensions (>= 0.1.0)
|
221
234
|
websocket-extensions (0.1.5)
|
222
|
-
zeitwerk (2.
|
235
|
+
zeitwerk (2.7.3)
|
223
236
|
|
224
237
|
PLATFORMS
|
225
238
|
ruby
|
@@ -227,6 +240,7 @@ PLATFORMS
|
|
227
240
|
|
228
241
|
DEPENDENCIES
|
229
242
|
combustion
|
243
|
+
concurrent-ruby (= 1.3.4)
|
230
244
|
nokogiri (~> 1.15.5)
|
231
245
|
pry-byebug
|
232
246
|
rails (~> 7.1.0)
|
@@ -236,4 +250,4 @@ DEPENDENCIES
|
|
236
250
|
texd!
|
237
251
|
|
238
252
|
BUNDLED WITH
|
239
|
-
2.
|
253
|
+
2.7.2
|
@@ -3,9 +3,10 @@
|
|
3
3
|
source "https://rubygems.org"
|
4
4
|
gemspec path: "../.."
|
5
5
|
|
6
|
-
gem "nokogiri", "~> 1.15.5" # remove constraint when min. RUBY_VERSION >= 3
|
7
6
|
gem "pry-byebug"
|
8
|
-
gem "rails", "~>
|
7
|
+
gem "rails", "~> 7.2.0.beta3"
|
8
|
+
|
9
|
+
gem "concurrent-ruby", "1.3.4"
|
9
10
|
|
10
11
|
# keep in sync with ../../Gemfile
|
11
12
|
group :development, :test do
|
@@ -0,0 +1,258 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../..
|
3
|
+
specs:
|
4
|
+
texd (0.7.0)
|
5
|
+
multipart-post (~> 2.0)
|
6
|
+
rails (>= 6.0, < 9)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actioncable (7.2.2.2)
|
12
|
+
actionpack (= 7.2.2.2)
|
13
|
+
activesupport (= 7.2.2.2)
|
14
|
+
nio4r (~> 2.0)
|
15
|
+
websocket-driver (>= 0.6.1)
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.2.2.2)
|
18
|
+
actionpack (= 7.2.2.2)
|
19
|
+
activejob (= 7.2.2.2)
|
20
|
+
activerecord (= 7.2.2.2)
|
21
|
+
activestorage (= 7.2.2.2)
|
22
|
+
activesupport (= 7.2.2.2)
|
23
|
+
mail (>= 2.8.0)
|
24
|
+
actionmailer (7.2.2.2)
|
25
|
+
actionpack (= 7.2.2.2)
|
26
|
+
actionview (= 7.2.2.2)
|
27
|
+
activejob (= 7.2.2.2)
|
28
|
+
activesupport (= 7.2.2.2)
|
29
|
+
mail (>= 2.8.0)
|
30
|
+
rails-dom-testing (~> 2.2)
|
31
|
+
actionpack (7.2.2.2)
|
32
|
+
actionview (= 7.2.2.2)
|
33
|
+
activesupport (= 7.2.2.2)
|
34
|
+
nokogiri (>= 1.8.5)
|
35
|
+
racc
|
36
|
+
rack (>= 2.2.4, < 3.2)
|
37
|
+
rack-session (>= 1.0.1)
|
38
|
+
rack-test (>= 0.6.3)
|
39
|
+
rails-dom-testing (~> 2.2)
|
40
|
+
rails-html-sanitizer (~> 1.6)
|
41
|
+
useragent (~> 0.16)
|
42
|
+
actiontext (7.2.2.2)
|
43
|
+
actionpack (= 7.2.2.2)
|
44
|
+
activerecord (= 7.2.2.2)
|
45
|
+
activestorage (= 7.2.2.2)
|
46
|
+
activesupport (= 7.2.2.2)
|
47
|
+
globalid (>= 0.6.0)
|
48
|
+
nokogiri (>= 1.8.5)
|
49
|
+
actionview (7.2.2.2)
|
50
|
+
activesupport (= 7.2.2.2)
|
51
|
+
builder (~> 3.1)
|
52
|
+
erubi (~> 1.11)
|
53
|
+
rails-dom-testing (~> 2.2)
|
54
|
+
rails-html-sanitizer (~> 1.6)
|
55
|
+
activejob (7.2.2.2)
|
56
|
+
activesupport (= 7.2.2.2)
|
57
|
+
globalid (>= 0.3.6)
|
58
|
+
activemodel (7.2.2.2)
|
59
|
+
activesupport (= 7.2.2.2)
|
60
|
+
activerecord (7.2.2.2)
|
61
|
+
activemodel (= 7.2.2.2)
|
62
|
+
activesupport (= 7.2.2.2)
|
63
|
+
timeout (>= 0.4.0)
|
64
|
+
activestorage (7.2.2.2)
|
65
|
+
actionpack (= 7.2.2.2)
|
66
|
+
activejob (= 7.2.2.2)
|
67
|
+
activerecord (= 7.2.2.2)
|
68
|
+
activesupport (= 7.2.2.2)
|
69
|
+
marcel (~> 1.0)
|
70
|
+
activesupport (7.2.2.2)
|
71
|
+
base64
|
72
|
+
benchmark (>= 0.3)
|
73
|
+
bigdecimal
|
74
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
75
|
+
connection_pool (>= 2.2.5)
|
76
|
+
drb
|
77
|
+
i18n (>= 1.6, < 2)
|
78
|
+
logger (>= 1.4.2)
|
79
|
+
minitest (>= 5.1)
|
80
|
+
securerandom (>= 0.3)
|
81
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
82
|
+
base64 (0.3.0)
|
83
|
+
benchmark (0.4.1)
|
84
|
+
bigdecimal (3.3.1)
|
85
|
+
builder (3.3.0)
|
86
|
+
byebug (12.0.0)
|
87
|
+
coderay (1.1.3)
|
88
|
+
combustion (1.5.0)
|
89
|
+
activesupport (>= 3.0.0)
|
90
|
+
railties (>= 3.0.0)
|
91
|
+
thor (>= 0.14.6)
|
92
|
+
concurrent-ruby (1.3.4)
|
93
|
+
connection_pool (2.5.4)
|
94
|
+
crass (1.0.6)
|
95
|
+
date (3.4.1)
|
96
|
+
diff-lcs (1.6.2)
|
97
|
+
drb (2.2.3)
|
98
|
+
erb (5.1.1)
|
99
|
+
erubi (1.13.1)
|
100
|
+
globalid (1.3.0)
|
101
|
+
activesupport (>= 6.1)
|
102
|
+
i18n (1.14.7)
|
103
|
+
concurrent-ruby (~> 1.0)
|
104
|
+
io-console (0.8.1)
|
105
|
+
irb (1.15.2)
|
106
|
+
pp (>= 0.6.0)
|
107
|
+
rdoc (>= 4.0.0)
|
108
|
+
reline (>= 0.4.2)
|
109
|
+
logger (1.7.0)
|
110
|
+
loofah (2.24.1)
|
111
|
+
crass (~> 1.0.2)
|
112
|
+
nokogiri (>= 1.12.0)
|
113
|
+
mail (2.8.1)
|
114
|
+
mini_mime (>= 0.1.1)
|
115
|
+
net-imap
|
116
|
+
net-pop
|
117
|
+
net-smtp
|
118
|
+
marcel (1.1.0)
|
119
|
+
method_source (1.1.0)
|
120
|
+
mini_mime (1.1.5)
|
121
|
+
mini_portile2 (2.8.9)
|
122
|
+
minitest (5.26.0)
|
123
|
+
multipart-post (2.4.1)
|
124
|
+
net-imap (0.5.12)
|
125
|
+
date
|
126
|
+
net-protocol
|
127
|
+
net-pop (0.1.2)
|
128
|
+
net-protocol
|
129
|
+
net-protocol (0.2.2)
|
130
|
+
timeout
|
131
|
+
net-smtp (0.5.1)
|
132
|
+
net-protocol
|
133
|
+
nio4r (2.7.4)
|
134
|
+
nokogiri (1.18.10)
|
135
|
+
mini_portile2 (~> 2.8.2)
|
136
|
+
racc (~> 1.4)
|
137
|
+
nokogiri (1.18.10-aarch64-linux-gnu)
|
138
|
+
racc (~> 1.4)
|
139
|
+
nokogiri (1.18.10-arm-linux-gnu)
|
140
|
+
racc (~> 1.4)
|
141
|
+
nokogiri (1.18.10-arm64-darwin)
|
142
|
+
racc (~> 1.4)
|
143
|
+
nokogiri (1.18.10-x86_64-darwin)
|
144
|
+
racc (~> 1.4)
|
145
|
+
nokogiri (1.18.10-x86_64-linux-gnu)
|
146
|
+
racc (~> 1.4)
|
147
|
+
pp (0.6.3)
|
148
|
+
prettyprint
|
149
|
+
prettyprint (0.2.0)
|
150
|
+
pry (0.15.2)
|
151
|
+
coderay (~> 1.1)
|
152
|
+
method_source (~> 1.0)
|
153
|
+
pry-byebug (3.11.0)
|
154
|
+
byebug (~> 12.0)
|
155
|
+
pry (>= 0.13, < 0.16)
|
156
|
+
psych (5.2.6)
|
157
|
+
date
|
158
|
+
stringio
|
159
|
+
racc (1.8.1)
|
160
|
+
rack (3.1.18)
|
161
|
+
rack-session (2.1.1)
|
162
|
+
base64 (>= 0.1.0)
|
163
|
+
rack (>= 3.0.0)
|
164
|
+
rack-test (2.2.0)
|
165
|
+
rack (>= 1.3)
|
166
|
+
rackup (2.2.1)
|
167
|
+
rack (>= 3)
|
168
|
+
rails (7.2.2.2)
|
169
|
+
actioncable (= 7.2.2.2)
|
170
|
+
actionmailbox (= 7.2.2.2)
|
171
|
+
actionmailer (= 7.2.2.2)
|
172
|
+
actionpack (= 7.2.2.2)
|
173
|
+
actiontext (= 7.2.2.2)
|
174
|
+
actionview (= 7.2.2.2)
|
175
|
+
activejob (= 7.2.2.2)
|
176
|
+
activemodel (= 7.2.2.2)
|
177
|
+
activerecord (= 7.2.2.2)
|
178
|
+
activestorage (= 7.2.2.2)
|
179
|
+
activesupport (= 7.2.2.2)
|
180
|
+
bundler (>= 1.15.0)
|
181
|
+
railties (= 7.2.2.2)
|
182
|
+
rails-dom-testing (2.3.0)
|
183
|
+
activesupport (>= 5.0.0)
|
184
|
+
minitest
|
185
|
+
nokogiri (>= 1.6)
|
186
|
+
rails-html-sanitizer (1.6.2)
|
187
|
+
loofah (~> 2.21)
|
188
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
189
|
+
railties (7.2.2.2)
|
190
|
+
actionpack (= 7.2.2.2)
|
191
|
+
activesupport (= 7.2.2.2)
|
192
|
+
irb (~> 1.13)
|
193
|
+
rackup (>= 1.0.0)
|
194
|
+
rake (>= 12.2)
|
195
|
+
thor (~> 1.0, >= 1.2.2)
|
196
|
+
zeitwerk (~> 2.6)
|
197
|
+
rake (13.3.0)
|
198
|
+
rdoc (6.15.0)
|
199
|
+
erb
|
200
|
+
psych (>= 4.0.0)
|
201
|
+
tsort
|
202
|
+
reline (0.6.2)
|
203
|
+
io-console (~> 0.5)
|
204
|
+
rspec (3.13.1)
|
205
|
+
rspec-core (~> 3.13.0)
|
206
|
+
rspec-expectations (~> 3.13.0)
|
207
|
+
rspec-mocks (~> 3.13.0)
|
208
|
+
rspec-core (3.13.6)
|
209
|
+
rspec-support (~> 3.13.0)
|
210
|
+
rspec-expectations (3.13.5)
|
211
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
212
|
+
rspec-support (~> 3.13.0)
|
213
|
+
rspec-mocks (3.13.6)
|
214
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
215
|
+
rspec-support (~> 3.13.0)
|
216
|
+
rspec-rails (8.0.2)
|
217
|
+
actionpack (>= 7.2)
|
218
|
+
activesupport (>= 7.2)
|
219
|
+
railties (>= 7.2)
|
220
|
+
rspec-core (~> 3.13)
|
221
|
+
rspec-expectations (~> 3.13)
|
222
|
+
rspec-mocks (~> 3.13)
|
223
|
+
rspec-support (~> 3.13)
|
224
|
+
rspec-support (3.13.6)
|
225
|
+
securerandom (0.4.1)
|
226
|
+
stringio (3.1.7)
|
227
|
+
thor (1.4.0)
|
228
|
+
timeout (0.4.3)
|
229
|
+
tsort (0.2.0)
|
230
|
+
tzinfo (2.0.6)
|
231
|
+
concurrent-ruby (~> 1.0)
|
232
|
+
useragent (0.16.11)
|
233
|
+
websocket-driver (0.8.0)
|
234
|
+
base64
|
235
|
+
websocket-extensions (>= 0.1.0)
|
236
|
+
websocket-extensions (0.1.5)
|
237
|
+
zeitwerk (2.7.3)
|
238
|
+
|
239
|
+
PLATFORMS
|
240
|
+
aarch64-linux
|
241
|
+
arm-linux
|
242
|
+
arm64-darwin
|
243
|
+
x86-linux
|
244
|
+
x86_64-darwin
|
245
|
+
x86_64-linux
|
246
|
+
|
247
|
+
DEPENDENCIES
|
248
|
+
combustion
|
249
|
+
concurrent-ruby (= 1.3.4)
|
250
|
+
pry-byebug
|
251
|
+
rails (~> 7.2.0.beta3)
|
252
|
+
rake (~> 13.0)
|
253
|
+
rspec (~> 3.0)
|
254
|
+
rspec-rails
|
255
|
+
texd!
|
256
|
+
|
257
|
+
BUNDLED WITH
|
258
|
+
2.7.2
|
@@ -3,9 +3,8 @@
|
|
3
3
|
source "https://rubygems.org"
|
4
4
|
gemspec path: "../.."
|
5
5
|
|
6
|
-
gem "nokogiri", "~> 1.15.5" # remove constraint when min. RUBY_VERSION >= 3
|
7
6
|
gem "pry-byebug"
|
8
|
-
gem "rails", "~>
|
7
|
+
gem "rails", "~> 8.0.0"
|
9
8
|
|
10
9
|
# keep in sync with ../../Gemfile
|
11
10
|
group :development, :test do
|