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
@@ -0,0 +1,259 @@
|
|
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 (8.0.3)
|
12
|
+
actionpack (= 8.0.3)
|
13
|
+
activesupport (= 8.0.3)
|
14
|
+
nio4r (~> 2.0)
|
15
|
+
websocket-driver (>= 0.6.1)
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (8.0.3)
|
18
|
+
actionpack (= 8.0.3)
|
19
|
+
activejob (= 8.0.3)
|
20
|
+
activerecord (= 8.0.3)
|
21
|
+
activestorage (= 8.0.3)
|
22
|
+
activesupport (= 8.0.3)
|
23
|
+
mail (>= 2.8.0)
|
24
|
+
actionmailer (8.0.3)
|
25
|
+
actionpack (= 8.0.3)
|
26
|
+
actionview (= 8.0.3)
|
27
|
+
activejob (= 8.0.3)
|
28
|
+
activesupport (= 8.0.3)
|
29
|
+
mail (>= 2.8.0)
|
30
|
+
rails-dom-testing (~> 2.2)
|
31
|
+
actionpack (8.0.3)
|
32
|
+
actionview (= 8.0.3)
|
33
|
+
activesupport (= 8.0.3)
|
34
|
+
nokogiri (>= 1.8.5)
|
35
|
+
rack (>= 2.2.4)
|
36
|
+
rack-session (>= 1.0.1)
|
37
|
+
rack-test (>= 0.6.3)
|
38
|
+
rails-dom-testing (~> 2.2)
|
39
|
+
rails-html-sanitizer (~> 1.6)
|
40
|
+
useragent (~> 0.16)
|
41
|
+
actiontext (8.0.3)
|
42
|
+
actionpack (= 8.0.3)
|
43
|
+
activerecord (= 8.0.3)
|
44
|
+
activestorage (= 8.0.3)
|
45
|
+
activesupport (= 8.0.3)
|
46
|
+
globalid (>= 0.6.0)
|
47
|
+
nokogiri (>= 1.8.5)
|
48
|
+
actionview (8.0.3)
|
49
|
+
activesupport (= 8.0.3)
|
50
|
+
builder (~> 3.1)
|
51
|
+
erubi (~> 1.11)
|
52
|
+
rails-dom-testing (~> 2.2)
|
53
|
+
rails-html-sanitizer (~> 1.6)
|
54
|
+
activejob (8.0.3)
|
55
|
+
activesupport (= 8.0.3)
|
56
|
+
globalid (>= 0.3.6)
|
57
|
+
activemodel (8.0.3)
|
58
|
+
activesupport (= 8.0.3)
|
59
|
+
activerecord (8.0.3)
|
60
|
+
activemodel (= 8.0.3)
|
61
|
+
activesupport (= 8.0.3)
|
62
|
+
timeout (>= 0.4.0)
|
63
|
+
activestorage (8.0.3)
|
64
|
+
actionpack (= 8.0.3)
|
65
|
+
activejob (= 8.0.3)
|
66
|
+
activerecord (= 8.0.3)
|
67
|
+
activesupport (= 8.0.3)
|
68
|
+
marcel (~> 1.0)
|
69
|
+
activesupport (8.0.3)
|
70
|
+
base64
|
71
|
+
benchmark (>= 0.3)
|
72
|
+
bigdecimal
|
73
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
74
|
+
connection_pool (>= 2.2.5)
|
75
|
+
drb
|
76
|
+
i18n (>= 1.6, < 2)
|
77
|
+
logger (>= 1.4.2)
|
78
|
+
minitest (>= 5.1)
|
79
|
+
securerandom (>= 0.3)
|
80
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
81
|
+
uri (>= 0.13.1)
|
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.5)
|
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.2.3)
|
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 (8.0.3)
|
169
|
+
actioncable (= 8.0.3)
|
170
|
+
actionmailbox (= 8.0.3)
|
171
|
+
actionmailer (= 8.0.3)
|
172
|
+
actionpack (= 8.0.3)
|
173
|
+
actiontext (= 8.0.3)
|
174
|
+
actionview (= 8.0.3)
|
175
|
+
activejob (= 8.0.3)
|
176
|
+
activemodel (= 8.0.3)
|
177
|
+
activerecord (= 8.0.3)
|
178
|
+
activestorage (= 8.0.3)
|
179
|
+
activesupport (= 8.0.3)
|
180
|
+
bundler (>= 1.15.0)
|
181
|
+
railties (= 8.0.3)
|
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 (8.0.3)
|
190
|
+
actionpack (= 8.0.3)
|
191
|
+
activesupport (= 8.0.3)
|
192
|
+
irb (~> 1.13)
|
193
|
+
rackup (>= 1.0.0)
|
194
|
+
rake (>= 12.2)
|
195
|
+
thor (~> 1.0, >= 1.2.2)
|
196
|
+
tsort (>= 0.2)
|
197
|
+
zeitwerk (~> 2.6)
|
198
|
+
rake (13.3.0)
|
199
|
+
rdoc (6.15.0)
|
200
|
+
erb
|
201
|
+
psych (>= 4.0.0)
|
202
|
+
tsort
|
203
|
+
reline (0.6.2)
|
204
|
+
io-console (~> 0.5)
|
205
|
+
rspec (3.13.1)
|
206
|
+
rspec-core (~> 3.13.0)
|
207
|
+
rspec-expectations (~> 3.13.0)
|
208
|
+
rspec-mocks (~> 3.13.0)
|
209
|
+
rspec-core (3.13.6)
|
210
|
+
rspec-support (~> 3.13.0)
|
211
|
+
rspec-expectations (3.13.5)
|
212
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
213
|
+
rspec-support (~> 3.13.0)
|
214
|
+
rspec-mocks (3.13.6)
|
215
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
216
|
+
rspec-support (~> 3.13.0)
|
217
|
+
rspec-rails (8.0.2)
|
218
|
+
actionpack (>= 7.2)
|
219
|
+
activesupport (>= 7.2)
|
220
|
+
railties (>= 7.2)
|
221
|
+
rspec-core (~> 3.13)
|
222
|
+
rspec-expectations (~> 3.13)
|
223
|
+
rspec-mocks (~> 3.13)
|
224
|
+
rspec-support (~> 3.13)
|
225
|
+
rspec-support (3.13.6)
|
226
|
+
securerandom (0.4.1)
|
227
|
+
stringio (3.1.7)
|
228
|
+
thor (1.4.0)
|
229
|
+
timeout (0.4.3)
|
230
|
+
tsort (0.2.0)
|
231
|
+
tzinfo (2.0.6)
|
232
|
+
concurrent-ruby (~> 1.0)
|
233
|
+
uri (1.0.4)
|
234
|
+
useragent (0.16.11)
|
235
|
+
websocket-driver (0.8.0)
|
236
|
+
base64
|
237
|
+
websocket-extensions (>= 0.1.0)
|
238
|
+
websocket-extensions (0.1.5)
|
239
|
+
zeitwerk (2.7.3)
|
240
|
+
|
241
|
+
PLATFORMS
|
242
|
+
aarch64-linux
|
243
|
+
arm-linux
|
244
|
+
arm64-darwin
|
245
|
+
x86-linux
|
246
|
+
x86_64-darwin
|
247
|
+
x86_64-linux
|
248
|
+
|
249
|
+
DEPENDENCIES
|
250
|
+
combustion
|
251
|
+
pry-byebug
|
252
|
+
rails (~> 8.0.0)
|
253
|
+
rake (~> 13.0)
|
254
|
+
rspec (~> 3.0)
|
255
|
+
rspec-rails
|
256
|
+
texd!
|
257
|
+
|
258
|
+
BUNDLED WITH
|
259
|
+
2.7.2
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
source "https://rubygems.org"
|
4
|
+
gemspec path: "../.."
|
5
|
+
|
6
|
+
gem "pry-byebug"
|
7
|
+
gem "rails", "~> 8.1.0.rc1"
|
8
|
+
|
9
|
+
# keep in sync with ../../Gemfile
|
10
|
+
group :development, :test do
|
11
|
+
gem "combustion"
|
12
|
+
gem "rake", "~> 13.0"
|
13
|
+
gem "rspec", "~> 3.0"
|
14
|
+
gem "rspec-rails"
|
15
|
+
end
|
@@ -0,0 +1,262 @@
|
|
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
|
+
action_text-trix (2.1.15)
|
12
|
+
railties
|
13
|
+
actioncable (8.1.0.rc1)
|
14
|
+
actionpack (= 8.1.0.rc1)
|
15
|
+
activesupport (= 8.1.0.rc1)
|
16
|
+
nio4r (~> 2.0)
|
17
|
+
websocket-driver (>= 0.6.1)
|
18
|
+
zeitwerk (~> 2.6)
|
19
|
+
actionmailbox (8.1.0.rc1)
|
20
|
+
actionpack (= 8.1.0.rc1)
|
21
|
+
activejob (= 8.1.0.rc1)
|
22
|
+
activerecord (= 8.1.0.rc1)
|
23
|
+
activestorage (= 8.1.0.rc1)
|
24
|
+
activesupport (= 8.1.0.rc1)
|
25
|
+
mail (>= 2.8.0)
|
26
|
+
actionmailer (8.1.0.rc1)
|
27
|
+
actionpack (= 8.1.0.rc1)
|
28
|
+
actionview (= 8.1.0.rc1)
|
29
|
+
activejob (= 8.1.0.rc1)
|
30
|
+
activesupport (= 8.1.0.rc1)
|
31
|
+
mail (>= 2.8.0)
|
32
|
+
rails-dom-testing (~> 2.2)
|
33
|
+
actionpack (8.1.0.rc1)
|
34
|
+
actionview (= 8.1.0.rc1)
|
35
|
+
activesupport (= 8.1.0.rc1)
|
36
|
+
nokogiri (>= 1.8.5)
|
37
|
+
rack (>= 2.2.4)
|
38
|
+
rack-session (>= 1.0.1)
|
39
|
+
rack-test (>= 0.6.3)
|
40
|
+
rails-dom-testing (~> 2.2)
|
41
|
+
rails-html-sanitizer (~> 1.6)
|
42
|
+
useragent (~> 0.16)
|
43
|
+
actiontext (8.1.0.rc1)
|
44
|
+
action_text-trix (~> 2.1.15)
|
45
|
+
actionpack (= 8.1.0.rc1)
|
46
|
+
activerecord (= 8.1.0.rc1)
|
47
|
+
activestorage (= 8.1.0.rc1)
|
48
|
+
activesupport (= 8.1.0.rc1)
|
49
|
+
globalid (>= 0.6.0)
|
50
|
+
nokogiri (>= 1.8.5)
|
51
|
+
actionview (8.1.0.rc1)
|
52
|
+
activesupport (= 8.1.0.rc1)
|
53
|
+
builder (~> 3.1)
|
54
|
+
erubi (~> 1.11)
|
55
|
+
rails-dom-testing (~> 2.2)
|
56
|
+
rails-html-sanitizer (~> 1.6)
|
57
|
+
activejob (8.1.0.rc1)
|
58
|
+
activesupport (= 8.1.0.rc1)
|
59
|
+
globalid (>= 0.3.6)
|
60
|
+
activemodel (8.1.0.rc1)
|
61
|
+
activesupport (= 8.1.0.rc1)
|
62
|
+
activerecord (8.1.0.rc1)
|
63
|
+
activemodel (= 8.1.0.rc1)
|
64
|
+
activesupport (= 8.1.0.rc1)
|
65
|
+
timeout (>= 0.4.0)
|
66
|
+
activestorage (8.1.0.rc1)
|
67
|
+
actionpack (= 8.1.0.rc1)
|
68
|
+
activejob (= 8.1.0.rc1)
|
69
|
+
activerecord (= 8.1.0.rc1)
|
70
|
+
activesupport (= 8.1.0.rc1)
|
71
|
+
marcel (~> 1.0)
|
72
|
+
activesupport (8.1.0.rc1)
|
73
|
+
base64
|
74
|
+
bigdecimal
|
75
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
76
|
+
connection_pool (>= 2.2.5)
|
77
|
+
drb
|
78
|
+
i18n (>= 1.6, < 2)
|
79
|
+
json
|
80
|
+
logger (>= 1.4.2)
|
81
|
+
minitest (>= 5.1)
|
82
|
+
securerandom (>= 0.3)
|
83
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
84
|
+
uri (>= 0.13.1)
|
85
|
+
base64 (0.3.0)
|
86
|
+
bigdecimal (3.3.1)
|
87
|
+
builder (3.3.0)
|
88
|
+
byebug (12.0.0)
|
89
|
+
coderay (1.1.3)
|
90
|
+
combustion (1.5.0)
|
91
|
+
activesupport (>= 3.0.0)
|
92
|
+
railties (>= 3.0.0)
|
93
|
+
thor (>= 0.14.6)
|
94
|
+
concurrent-ruby (1.3.5)
|
95
|
+
connection_pool (2.5.4)
|
96
|
+
crass (1.0.6)
|
97
|
+
date (3.4.1)
|
98
|
+
diff-lcs (1.6.2)
|
99
|
+
drb (2.2.3)
|
100
|
+
erb (5.1.1)
|
101
|
+
erubi (1.13.1)
|
102
|
+
globalid (1.3.0)
|
103
|
+
activesupport (>= 6.1)
|
104
|
+
i18n (1.14.7)
|
105
|
+
concurrent-ruby (~> 1.0)
|
106
|
+
io-console (0.8.1)
|
107
|
+
irb (1.15.2)
|
108
|
+
pp (>= 0.6.0)
|
109
|
+
rdoc (>= 4.0.0)
|
110
|
+
reline (>= 0.4.2)
|
111
|
+
json (2.15.1)
|
112
|
+
logger (1.7.0)
|
113
|
+
loofah (2.24.1)
|
114
|
+
crass (~> 1.0.2)
|
115
|
+
nokogiri (>= 1.12.0)
|
116
|
+
mail (2.8.1)
|
117
|
+
mini_mime (>= 0.1.1)
|
118
|
+
net-imap
|
119
|
+
net-pop
|
120
|
+
net-smtp
|
121
|
+
marcel (1.1.0)
|
122
|
+
method_source (1.1.0)
|
123
|
+
mini_mime (1.1.5)
|
124
|
+
mini_portile2 (2.8.9)
|
125
|
+
minitest (5.26.0)
|
126
|
+
multipart-post (2.4.1)
|
127
|
+
net-imap (0.5.12)
|
128
|
+
date
|
129
|
+
net-protocol
|
130
|
+
net-pop (0.1.2)
|
131
|
+
net-protocol
|
132
|
+
net-protocol (0.2.2)
|
133
|
+
timeout
|
134
|
+
net-smtp (0.5.1)
|
135
|
+
net-protocol
|
136
|
+
nio4r (2.7.4)
|
137
|
+
nokogiri (1.18.10)
|
138
|
+
mini_portile2 (~> 2.8.2)
|
139
|
+
racc (~> 1.4)
|
140
|
+
nokogiri (1.18.10-aarch64-linux-gnu)
|
141
|
+
racc (~> 1.4)
|
142
|
+
nokogiri (1.18.10-arm-linux-gnu)
|
143
|
+
racc (~> 1.4)
|
144
|
+
nokogiri (1.18.10-arm64-darwin)
|
145
|
+
racc (~> 1.4)
|
146
|
+
nokogiri (1.18.10-x86_64-darwin)
|
147
|
+
racc (~> 1.4)
|
148
|
+
nokogiri (1.18.10-x86_64-linux-gnu)
|
149
|
+
racc (~> 1.4)
|
150
|
+
pp (0.6.3)
|
151
|
+
prettyprint
|
152
|
+
prettyprint (0.2.0)
|
153
|
+
pry (0.15.2)
|
154
|
+
coderay (~> 1.1)
|
155
|
+
method_source (~> 1.0)
|
156
|
+
pry-byebug (3.11.0)
|
157
|
+
byebug (~> 12.0)
|
158
|
+
pry (>= 0.13, < 0.16)
|
159
|
+
psych (5.2.6)
|
160
|
+
date
|
161
|
+
stringio
|
162
|
+
racc (1.8.1)
|
163
|
+
rack (3.2.3)
|
164
|
+
rack-session (2.1.1)
|
165
|
+
base64 (>= 0.1.0)
|
166
|
+
rack (>= 3.0.0)
|
167
|
+
rack-test (2.2.0)
|
168
|
+
rack (>= 1.3)
|
169
|
+
rackup (2.2.1)
|
170
|
+
rack (>= 3)
|
171
|
+
rails (8.1.0.rc1)
|
172
|
+
actioncable (= 8.1.0.rc1)
|
173
|
+
actionmailbox (= 8.1.0.rc1)
|
174
|
+
actionmailer (= 8.1.0.rc1)
|
175
|
+
actionpack (= 8.1.0.rc1)
|
176
|
+
actiontext (= 8.1.0.rc1)
|
177
|
+
actionview (= 8.1.0.rc1)
|
178
|
+
activejob (= 8.1.0.rc1)
|
179
|
+
activemodel (= 8.1.0.rc1)
|
180
|
+
activerecord (= 8.1.0.rc1)
|
181
|
+
activestorage (= 8.1.0.rc1)
|
182
|
+
activesupport (= 8.1.0.rc1)
|
183
|
+
bundler (>= 1.15.0)
|
184
|
+
railties (= 8.1.0.rc1)
|
185
|
+
rails-dom-testing (2.3.0)
|
186
|
+
activesupport (>= 5.0.0)
|
187
|
+
minitest
|
188
|
+
nokogiri (>= 1.6)
|
189
|
+
rails-html-sanitizer (1.6.2)
|
190
|
+
loofah (~> 2.21)
|
191
|
+
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)
|
192
|
+
railties (8.1.0.rc1)
|
193
|
+
actionpack (= 8.1.0.rc1)
|
194
|
+
activesupport (= 8.1.0.rc1)
|
195
|
+
irb (~> 1.13)
|
196
|
+
rackup (>= 1.0.0)
|
197
|
+
rake (>= 12.2)
|
198
|
+
thor (~> 1.0, >= 1.2.2)
|
199
|
+
tsort (>= 0.2)
|
200
|
+
zeitwerk (~> 2.6)
|
201
|
+
rake (13.3.0)
|
202
|
+
rdoc (6.15.0)
|
203
|
+
erb
|
204
|
+
psych (>= 4.0.0)
|
205
|
+
tsort
|
206
|
+
reline (0.6.2)
|
207
|
+
io-console (~> 0.5)
|
208
|
+
rspec (3.13.1)
|
209
|
+
rspec-core (~> 3.13.0)
|
210
|
+
rspec-expectations (~> 3.13.0)
|
211
|
+
rspec-mocks (~> 3.13.0)
|
212
|
+
rspec-core (3.13.6)
|
213
|
+
rspec-support (~> 3.13.0)
|
214
|
+
rspec-expectations (3.13.5)
|
215
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
216
|
+
rspec-support (~> 3.13.0)
|
217
|
+
rspec-mocks (3.13.6)
|
218
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
219
|
+
rspec-support (~> 3.13.0)
|
220
|
+
rspec-rails (8.0.2)
|
221
|
+
actionpack (>= 7.2)
|
222
|
+
activesupport (>= 7.2)
|
223
|
+
railties (>= 7.2)
|
224
|
+
rspec-core (~> 3.13)
|
225
|
+
rspec-expectations (~> 3.13)
|
226
|
+
rspec-mocks (~> 3.13)
|
227
|
+
rspec-support (~> 3.13)
|
228
|
+
rspec-support (3.13.6)
|
229
|
+
securerandom (0.4.1)
|
230
|
+
stringio (3.1.7)
|
231
|
+
thor (1.4.0)
|
232
|
+
timeout (0.4.3)
|
233
|
+
tsort (0.2.0)
|
234
|
+
tzinfo (2.0.6)
|
235
|
+
concurrent-ruby (~> 1.0)
|
236
|
+
uri (1.0.4)
|
237
|
+
useragent (0.16.11)
|
238
|
+
websocket-driver (0.8.0)
|
239
|
+
base64
|
240
|
+
websocket-extensions (>= 0.1.0)
|
241
|
+
websocket-extensions (0.1.5)
|
242
|
+
zeitwerk (2.7.3)
|
243
|
+
|
244
|
+
PLATFORMS
|
245
|
+
aarch64-linux
|
246
|
+
arm-linux
|
247
|
+
arm64-darwin
|
248
|
+
x86-linux
|
249
|
+
x86_64-darwin
|
250
|
+
x86_64-linux
|
251
|
+
|
252
|
+
DEPENDENCIES
|
253
|
+
combustion
|
254
|
+
pry-byebug
|
255
|
+
rails (~> 8.1.0.rc1)
|
256
|
+
rake (~> 13.0)
|
257
|
+
rspec (~> 3.0)
|
258
|
+
rspec-rails
|
259
|
+
texd!
|
260
|
+
|
261
|
+
BUNDLED WITH
|
262
|
+
2.7.2
|