texd 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +10 -0
- data/CHANGELOG.md +12 -1
- data/Gemfile.lock +79 -87
- data/Makefile +32 -18
- data/gemfiles/{rails-6.0 → rails-6.0/Gemfile} +1 -1
- data/gemfiles/{rails-6.0.lock → rails-6.0/Gemfile.lock} +63 -63
- data/gemfiles/{rails-6.1 → rails-6.1/Gemfile} +1 -1
- data/gemfiles/{rails-6.1.lock → rails-6.1/Gemfile.lock} +66 -66
- data/gemfiles/{rails-7.0 → rails-7.0/Gemfile} +1 -1
- data/gemfiles/{rails-7.0.lock → rails-7.0/Gemfile.lock} +69 -77
- data/gemfiles/rails-main/Gemfile +7 -0
- data/gemfiles/rails-main/Gemfile.lock +201 -0
- data/lib/texd/version.rb +1 -1
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13007e535867b117b4f97bd02f3433bbfdc560be407ad6a116fa780cf122a269
|
4
|
+
data.tar.gz: c7a73f29c57adf00c65a4f60eeaf79c0b1b78256ee05b11740f151a2e028336a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c5c48383672de0e8851334fc1456eda171f55567dd184a0b0e3cc43105175eca3486c3cea92239afa1c893d977218265707de757a15ef0b9cbed586e3c0aa95
|
7
|
+
data.tar.gz: af632a515da1f48ed83cab8a71138cefebbfb0d4f8a30944717993d0f5f5d4b1cc256890f39d0ed96007df78dde847d61377f262e7f1024153e7494485dcc866
|
data/.rubocop.yml
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
require:
|
2
|
+
- rubocop-rails
|
3
|
+
- rubocop-rake
|
4
|
+
- rubocop-rspec
|
5
|
+
|
1
6
|
AllCops:
|
2
7
|
DisplayCopNames: true
|
3
8
|
StyleGuideCopsOnly: false
|
@@ -331,6 +336,11 @@ Style/TrailingCommaInHashLiteral:
|
|
331
336
|
|
332
337
|
## RSpec Cops - https://docs.rubocop.org/rubocop-rspec/cops_rspec.html
|
333
338
|
|
339
|
+
RSpec:
|
340
|
+
Language:
|
341
|
+
Expectations:
|
342
|
+
- expect_escape
|
343
|
+
|
334
344
|
RSpec/ExampleLength:
|
335
345
|
Max: 10
|
336
346
|
CountAsOne: [array, hash, heredoc]
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,17 @@
|
|
1
1
|
## Unreleased
|
2
2
|
|
3
|
-
[Compare changes](https://github.com/digineo/texd-ruby/compare/v0.5.
|
3
|
+
[Compare changes](https://github.com/digineo/texd-ruby/compare/v0.5.1...master)
|
4
|
+
|
5
|
+
## v0.5.1 - 2022-10-10
|
6
|
+
|
7
|
+
**Changes**
|
8
|
+
|
9
|
+
This is a maintenance release. Expect full compatability with v0.5.0.
|
10
|
+
|
11
|
+
- update dependencies
|
12
|
+
- add specs for rails/main
|
13
|
+
|
14
|
+
[Compare changes](https://github.com/digineo/texd-ruby/compare/v0.5.0...v0.5.1)
|
4
15
|
|
5
16
|
## v0.5.0 - 2022-07-22
|
6
17
|
|
data/Gemfile.lock
CHANGED
@@ -1,74 +1,74 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
texd (0.5.
|
4
|
+
texd (0.5.1)
|
5
5
|
multipart-post (~> 2.0)
|
6
6
|
rails (>= 6.0, < 8)
|
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.4)
|
12
|
+
actionpack (= 7.0.4)
|
13
|
+
activesupport (= 7.0.4)
|
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.4)
|
17
|
+
actionpack (= 7.0.4)
|
18
|
+
activejob (= 7.0.4)
|
19
|
+
activerecord (= 7.0.4)
|
20
|
+
activestorage (= 7.0.4)
|
21
|
+
activesupport (= 7.0.4)
|
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.4)
|
27
|
+
actionpack (= 7.0.4)
|
28
|
+
actionview (= 7.0.4)
|
29
|
+
activejob (= 7.0.4)
|
30
|
+
activesupport (= 7.0.4)
|
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.
|
36
|
+
actionpack (7.0.4)
|
37
|
+
actionview (= 7.0.4)
|
38
|
+
activesupport (= 7.0.4)
|
39
39
|
rack (~> 2.0, >= 2.2.0)
|
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.4)
|
44
|
+
actionpack (= 7.0.4)
|
45
|
+
activerecord (= 7.0.4)
|
46
|
+
activestorage (= 7.0.4)
|
47
|
+
activesupport (= 7.0.4)
|
48
48
|
globalid (>= 0.6.0)
|
49
49
|
nokogiri (>= 1.8.5)
|
50
|
-
actionview (7.0.
|
51
|
-
activesupport (= 7.0.
|
50
|
+
actionview (7.0.4)
|
51
|
+
activesupport (= 7.0.4)
|
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.4)
|
57
|
+
activesupport (= 7.0.4)
|
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.4)
|
60
|
+
activesupport (= 7.0.4)
|
61
|
+
activerecord (7.0.4)
|
62
|
+
activemodel (= 7.0.4)
|
63
|
+
activesupport (= 7.0.4)
|
64
|
+
activestorage (7.0.4)
|
65
|
+
actionpack (= 7.0.4)
|
66
|
+
activejob (= 7.0.4)
|
67
|
+
activerecord (= 7.0.4)
|
68
|
+
activesupport (= 7.0.4)
|
69
69
|
marcel (~> 1.0)
|
70
70
|
mini_mime (>= 1.1.0)
|
71
|
-
activesupport (7.0.
|
71
|
+
activesupport (7.0.4)
|
72
72
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
73
73
|
i18n (>= 1.6, < 2)
|
74
74
|
minitest (>= 5.1)
|
@@ -84,14 +84,13 @@ GEM
|
|
84
84
|
concurrent-ruby (1.1.10)
|
85
85
|
crass (1.0.6)
|
86
86
|
diff-lcs (1.5.0)
|
87
|
-
|
88
|
-
erubi (1.10.0)
|
87
|
+
erubi (1.11.0)
|
89
88
|
globalid (1.0.0)
|
90
89
|
activesupport (>= 5.0)
|
91
90
|
i18n (1.12.0)
|
92
91
|
concurrent-ruby (~> 1.0)
|
93
92
|
json (2.6.2)
|
94
|
-
loofah (2.
|
93
|
+
loofah (2.19.0)
|
95
94
|
crass (~> 1.0.2)
|
96
95
|
nokogiri (>= 1.5.9)
|
97
96
|
mail (2.7.1)
|
@@ -100,70 +99,64 @@ GEM
|
|
100
99
|
method_source (1.0.0)
|
101
100
|
mini_mime (1.1.2)
|
102
101
|
mini_portile2 (2.8.0)
|
103
|
-
minitest (5.16.
|
102
|
+
minitest (5.16.3)
|
104
103
|
multipart-post (2.2.3)
|
105
|
-
net-imap (0.
|
106
|
-
digest
|
104
|
+
net-imap (0.3.1)
|
107
105
|
net-protocol
|
108
|
-
|
109
|
-
net-pop (0.1.1)
|
110
|
-
digest
|
106
|
+
net-pop (0.1.2)
|
111
107
|
net-protocol
|
112
|
-
timeout
|
113
108
|
net-protocol (0.1.3)
|
114
109
|
timeout
|
115
|
-
net-smtp (0.3.
|
116
|
-
digest
|
110
|
+
net-smtp (0.3.2)
|
117
111
|
net-protocol
|
118
|
-
timeout
|
119
112
|
nio4r (2.5.8)
|
120
|
-
nokogiri (1.13.
|
113
|
+
nokogiri (1.13.8)
|
121
114
|
mini_portile2 (~> 2.8.0)
|
122
115
|
racc (~> 1.4)
|
123
|
-
nokogiri (1.13.
|
116
|
+
nokogiri (1.13.8-x86_64-linux)
|
124
117
|
racc (~> 1.4)
|
125
118
|
parallel (1.22.1)
|
126
|
-
parser (3.1.2.
|
119
|
+
parser (3.1.2.1)
|
127
120
|
ast (~> 2.4.1)
|
128
|
-
pry (0.
|
121
|
+
pry (0.14.1)
|
129
122
|
coderay (~> 1.1)
|
130
123
|
method_source (~> 1.0)
|
131
|
-
pry-byebug (3.
|
124
|
+
pry-byebug (3.10.1)
|
132
125
|
byebug (~> 11.0)
|
133
|
-
pry (
|
126
|
+
pry (>= 0.13, < 0.15)
|
134
127
|
racc (1.6.0)
|
135
128
|
rack (2.2.4)
|
136
129
|
rack-test (2.0.2)
|
137
130
|
rack (>= 1.3)
|
138
|
-
rails (7.0.
|
139
|
-
actioncable (= 7.0.
|
140
|
-
actionmailbox (= 7.0.
|
141
|
-
actionmailer (= 7.0.
|
142
|
-
actionpack (= 7.0.
|
143
|
-
actiontext (= 7.0.
|
144
|
-
actionview (= 7.0.
|
145
|
-
activejob (= 7.0.
|
146
|
-
activemodel (= 7.0.
|
147
|
-
activerecord (= 7.0.
|
148
|
-
activestorage (= 7.0.
|
149
|
-
activesupport (= 7.0.
|
131
|
+
rails (7.0.4)
|
132
|
+
actioncable (= 7.0.4)
|
133
|
+
actionmailbox (= 7.0.4)
|
134
|
+
actionmailer (= 7.0.4)
|
135
|
+
actionpack (= 7.0.4)
|
136
|
+
actiontext (= 7.0.4)
|
137
|
+
actionview (= 7.0.4)
|
138
|
+
activejob (= 7.0.4)
|
139
|
+
activemodel (= 7.0.4)
|
140
|
+
activerecord (= 7.0.4)
|
141
|
+
activestorage (= 7.0.4)
|
142
|
+
activesupport (= 7.0.4)
|
150
143
|
bundler (>= 1.15.0)
|
151
|
-
railties (= 7.0.
|
144
|
+
railties (= 7.0.4)
|
152
145
|
rails-dom-testing (2.0.3)
|
153
146
|
activesupport (>= 4.2.0)
|
154
147
|
nokogiri (>= 1.6)
|
155
148
|
rails-html-sanitizer (1.4.3)
|
156
149
|
loofah (~> 2.3)
|
157
|
-
railties (7.0.
|
158
|
-
actionpack (= 7.0.
|
159
|
-
activesupport (= 7.0.
|
150
|
+
railties (7.0.4)
|
151
|
+
actionpack (= 7.0.4)
|
152
|
+
activesupport (= 7.0.4)
|
160
153
|
method_source
|
161
154
|
rake (>= 12.2)
|
162
155
|
thor (~> 1.0)
|
163
156
|
zeitwerk (~> 2.5)
|
164
157
|
rainbow (3.1.1)
|
165
158
|
rake (13.0.6)
|
166
|
-
regexp_parser (2.
|
159
|
+
regexp_parser (2.6.0)
|
167
160
|
rexml (3.2.5)
|
168
161
|
rspec (3.11.0)
|
169
162
|
rspec-core (~> 3.11.0)
|
@@ -171,7 +164,7 @@ GEM
|
|
171
164
|
rspec-mocks (~> 3.11.0)
|
172
165
|
rspec-core (3.11.0)
|
173
166
|
rspec-support (~> 3.11.0)
|
174
|
-
rspec-expectations (3.11.
|
167
|
+
rspec-expectations (3.11.1)
|
175
168
|
diff-lcs (>= 1.2.0, < 2.0)
|
176
169
|
rspec-support (~> 3.11.0)
|
177
170
|
rspec-mocks (3.11.1)
|
@@ -185,41 +178,40 @@ GEM
|
|
185
178
|
rspec-expectations (~> 3.10)
|
186
179
|
rspec-mocks (~> 3.10)
|
187
180
|
rspec-support (~> 3.10)
|
188
|
-
rspec-support (3.11.
|
189
|
-
rubocop (1.
|
181
|
+
rspec-support (3.11.1)
|
182
|
+
rubocop (1.36.0)
|
190
183
|
json (~> 2.3)
|
191
184
|
parallel (~> 1.10)
|
192
|
-
parser (>= 3.1.
|
185
|
+
parser (>= 3.1.2.1)
|
193
186
|
rainbow (>= 2.2.2, < 4.0)
|
194
187
|
regexp_parser (>= 1.8, < 3.0)
|
195
188
|
rexml (>= 3.2.5, < 4.0)
|
196
|
-
rubocop-ast (>= 1.
|
189
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
197
190
|
ruby-progressbar (~> 1.7)
|
198
191
|
unicode-display_width (>= 1.4.0, < 3.0)
|
199
|
-
rubocop-ast (1.
|
192
|
+
rubocop-ast (1.21.0)
|
200
193
|
parser (>= 3.1.1.0)
|
201
|
-
rubocop-rails (2.
|
194
|
+
rubocop-rails (2.16.1)
|
202
195
|
activesupport (>= 4.2.0)
|
203
196
|
rack (>= 1.1)
|
204
|
-
rubocop (>= 1.
|
197
|
+
rubocop (>= 1.33.0, < 2.0)
|
205
198
|
rubocop-rake (0.6.0)
|
206
199
|
rubocop (~> 1.0)
|
207
|
-
rubocop-rspec (2.
|
208
|
-
rubocop (~> 1.
|
200
|
+
rubocop-rspec (2.13.2)
|
201
|
+
rubocop (~> 1.33)
|
209
202
|
ruby-progressbar (1.11.0)
|
210
|
-
strscan (3.0.3)
|
211
203
|
thor (1.2.1)
|
212
204
|
timeout (0.3.0)
|
213
205
|
tzinfo (2.0.5)
|
214
206
|
concurrent-ruby (~> 1.0)
|
215
|
-
unicode-display_width (2.
|
207
|
+
unicode-display_width (2.3.0)
|
216
208
|
webrick (1.7.0)
|
217
209
|
websocket-driver (0.7.5)
|
218
210
|
websocket-extensions (>= 0.1.0)
|
219
211
|
websocket-extensions (0.1.5)
|
220
212
|
yard (0.9.28)
|
221
213
|
webrick (~> 1.7.0)
|
222
|
-
zeitwerk (2.6.
|
214
|
+
zeitwerk (2.6.1)
|
223
215
|
|
224
216
|
PLATFORMS
|
225
217
|
ruby
|
data/Makefile
CHANGED
@@ -1,38 +1,49 @@
|
|
1
1
|
SPEC =
|
2
2
|
|
3
3
|
.PHONY: test
|
4
|
-
test:
|
4
|
+
test: rails-6.0 rails-6.1 rails-7.0 rubocop # exclude rails-main
|
5
5
|
|
6
|
-
|
7
|
-
|
6
|
+
# TODO: make rails-* tasks DRY?
|
7
|
+
|
8
|
+
.PHONY: rails-6.0
|
9
|
+
rails-6.0:
|
10
|
+
ifeq ($(SPEC),)
|
11
|
+
export BUNDLE_GEMFILE=gemfiles/rails-6.0/Gemfile && bundle --quiet && bundle exec rake spec
|
12
|
+
else
|
13
|
+
export BUNDLE_GEMFILE=gemfiles/rails-6.0/Gemfile && bundle --quiet && bundle exec rspec $(SPEC)
|
14
|
+
endif
|
15
|
+
|
16
|
+
.PHONY: rails-6.1
|
17
|
+
rails-6.1:
|
8
18
|
ifeq ($(SPEC),)
|
9
|
-
export BUNDLE_GEMFILE=gemfiles/rails-6.
|
19
|
+
export BUNDLE_GEMFILE=gemfiles/rails-6.1/Gemfile && bundle --quiet && bundle exec rake spec
|
10
20
|
else
|
11
|
-
export BUNDLE_GEMFILE=gemfiles/rails-6.
|
21
|
+
export BUNDLE_GEMFILE=gemfiles/rails-6.1/Gemfile && bundle --quiet && bundle exec rspec $(SPEC)
|
12
22
|
endif
|
13
23
|
|
14
|
-
.PHONY:
|
15
|
-
|
24
|
+
.PHONY: rails-7.0
|
25
|
+
rails-7.0:
|
16
26
|
ifeq ($(SPEC),)
|
17
|
-
export BUNDLE_GEMFILE=gemfiles/rails-
|
27
|
+
export BUNDLE_GEMFILE=gemfiles/rails-7.0/Gemfile && bundle --quiet && bundle exec rake spec
|
18
28
|
else
|
19
|
-
export BUNDLE_GEMFILE=gemfiles/rails-
|
29
|
+
export BUNDLE_GEMFILE=gemfiles/rails-7.0/Gemfile && bundle --quiet && bundle exec rspec $(SPEC)
|
20
30
|
endif
|
21
31
|
|
22
|
-
.PHONY:
|
23
|
-
|
32
|
+
.PHONY: rails-main
|
33
|
+
rails-main:
|
24
34
|
ifeq ($(SPEC),)
|
25
|
-
export BUNDLE_GEMFILE=gemfiles/rails-
|
35
|
+
export BUNDLE_GEMFILE=gemfiles/rails-main/Gemfile && bundle --quiet && bundle exec rake spec
|
26
36
|
else
|
27
|
-
export BUNDLE_GEMFILE=gemfiles/rails-
|
37
|
+
export BUNDLE_GEMFILE=gemfiles/rails-main/Gemfile && bundle --quiet && bundle exec rspec $(SPEC)
|
28
38
|
endif
|
29
39
|
|
30
40
|
.PHONY: update
|
31
41
|
update:
|
32
|
-
export BUNDLE_GEMFILE=gemfiles/rails-6.0
|
33
|
-
export BUNDLE_GEMFILE=gemfiles/rails-6.1
|
34
|
-
export BUNDLE_GEMFILE=gemfiles/rails-7.0
|
35
|
-
export BUNDLE_GEMFILE=Gemfile
|
42
|
+
export BUNDLE_GEMFILE=gemfiles/rails-6.0/Gemfile && bundle update
|
43
|
+
export BUNDLE_GEMFILE=gemfiles/rails-6.1/Gemfile && bundle update
|
44
|
+
export BUNDLE_GEMFILE=gemfiles/rails-7.0/Gemfile && bundle update
|
45
|
+
export BUNDLE_GEMFILE=gemfiles/rails-main/Gemfile && bundle update
|
46
|
+
export BUNDLE_GEMFILE=Gemfile && bundle update
|
36
47
|
|
37
48
|
.PHONY: rubocop
|
38
49
|
rubocop:
|
@@ -52,4 +63,7 @@ texd-docker:
|
|
52
63
|
-v $$(pwd)/tmp/jobs:/texd \
|
53
64
|
-v $$(pwd)/tmp/refs:/refs \
|
54
65
|
-u $$(id -u):$$(id -g) \
|
55
|
-
|
66
|
+
digineode/texd \
|
67
|
+
--reference-store dir:///refs \
|
68
|
+
--retention-policy=purge-on-start \
|
69
|
+
--keep-jobs always
|
@@ -1,63 +1,63 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: ../..
|
3
3
|
specs:
|
4
|
-
texd (0.5.
|
4
|
+
texd (0.5.1)
|
5
5
|
multipart-post (~> 2.0)
|
6
6
|
rails (>= 6.0, < 8)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (6.0.
|
12
|
-
actionpack (= 6.0.
|
11
|
+
actioncable (6.0.6)
|
12
|
+
actionpack (= 6.0.6)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (6.0.
|
16
|
-
actionpack (= 6.0.
|
17
|
-
activejob (= 6.0.
|
18
|
-
activerecord (= 6.0.
|
19
|
-
activestorage (= 6.0.
|
20
|
-
activesupport (= 6.0.
|
15
|
+
actionmailbox (6.0.6)
|
16
|
+
actionpack (= 6.0.6)
|
17
|
+
activejob (= 6.0.6)
|
18
|
+
activerecord (= 6.0.6)
|
19
|
+
activestorage (= 6.0.6)
|
20
|
+
activesupport (= 6.0.6)
|
21
21
|
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.0.
|
23
|
-
actionpack (= 6.0.
|
24
|
-
actionview (= 6.0.
|
25
|
-
activejob (= 6.0.
|
22
|
+
actionmailer (6.0.6)
|
23
|
+
actionpack (= 6.0.6)
|
24
|
+
actionview (= 6.0.6)
|
25
|
+
activejob (= 6.0.6)
|
26
26
|
mail (~> 2.5, >= 2.5.4)
|
27
27
|
rails-dom-testing (~> 2.0)
|
28
|
-
actionpack (6.0.
|
29
|
-
actionview (= 6.0.
|
30
|
-
activesupport (= 6.0.
|
28
|
+
actionpack (6.0.6)
|
29
|
+
actionview (= 6.0.6)
|
30
|
+
activesupport (= 6.0.6)
|
31
31
|
rack (~> 2.0, >= 2.0.8)
|
32
32
|
rack-test (>= 0.6.3)
|
33
33
|
rails-dom-testing (~> 2.0)
|
34
34
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
35
|
-
actiontext (6.0.
|
36
|
-
actionpack (= 6.0.
|
37
|
-
activerecord (= 6.0.
|
38
|
-
activestorage (= 6.0.
|
39
|
-
activesupport (= 6.0.
|
35
|
+
actiontext (6.0.6)
|
36
|
+
actionpack (= 6.0.6)
|
37
|
+
activerecord (= 6.0.6)
|
38
|
+
activestorage (= 6.0.6)
|
39
|
+
activesupport (= 6.0.6)
|
40
40
|
nokogiri (>= 1.8.5)
|
41
|
-
actionview (6.0.
|
42
|
-
activesupport (= 6.0.
|
41
|
+
actionview (6.0.6)
|
42
|
+
activesupport (= 6.0.6)
|
43
43
|
builder (~> 3.1)
|
44
44
|
erubi (~> 1.4)
|
45
45
|
rails-dom-testing (~> 2.0)
|
46
46
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
47
|
-
activejob (6.0.
|
48
|
-
activesupport (= 6.0.
|
47
|
+
activejob (6.0.6)
|
48
|
+
activesupport (= 6.0.6)
|
49
49
|
globalid (>= 0.3.6)
|
50
|
-
activemodel (6.0.
|
51
|
-
activesupport (= 6.0.
|
52
|
-
activerecord (6.0.
|
53
|
-
activemodel (= 6.0.
|
54
|
-
activesupport (= 6.0.
|
55
|
-
activestorage (6.0.
|
56
|
-
actionpack (= 6.0.
|
57
|
-
activejob (= 6.0.
|
58
|
-
activerecord (= 6.0.
|
50
|
+
activemodel (6.0.6)
|
51
|
+
activesupport (= 6.0.6)
|
52
|
+
activerecord (6.0.6)
|
53
|
+
activemodel (= 6.0.6)
|
54
|
+
activesupport (= 6.0.6)
|
55
|
+
activestorage (6.0.6)
|
56
|
+
actionpack (= 6.0.6)
|
57
|
+
activejob (= 6.0.6)
|
58
|
+
activerecord (= 6.0.6)
|
59
59
|
marcel (~> 1.0)
|
60
|
-
activesupport (6.0.
|
60
|
+
activesupport (6.0.6)
|
61
61
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
62
62
|
i18n (>= 0.7, < 2)
|
63
63
|
minitest (~> 5.1)
|
@@ -73,12 +73,12 @@ GEM
|
|
73
73
|
concurrent-ruby (1.1.10)
|
74
74
|
crass (1.0.6)
|
75
75
|
diff-lcs (1.5.0)
|
76
|
-
erubi (1.
|
76
|
+
erubi (1.11.0)
|
77
77
|
globalid (1.0.0)
|
78
78
|
activesupport (>= 5.0)
|
79
79
|
i18n (1.12.0)
|
80
80
|
concurrent-ruby (~> 1.0)
|
81
|
-
loofah (2.
|
81
|
+
loofah (2.19.0)
|
82
82
|
crass (~> 1.0.2)
|
83
83
|
nokogiri (>= 1.5.9)
|
84
84
|
mail (2.7.1)
|
@@ -87,47 +87,47 @@ GEM
|
|
87
87
|
method_source (1.0.0)
|
88
88
|
mini_mime (1.1.2)
|
89
89
|
mini_portile2 (2.8.0)
|
90
|
-
minitest (5.16.
|
90
|
+
minitest (5.16.3)
|
91
91
|
multipart-post (2.2.3)
|
92
92
|
nio4r (2.5.8)
|
93
|
-
nokogiri (1.13.
|
93
|
+
nokogiri (1.13.8)
|
94
94
|
mini_portile2 (~> 2.8.0)
|
95
95
|
racc (~> 1.4)
|
96
|
-
nokogiri (1.13.
|
96
|
+
nokogiri (1.13.8-x86_64-linux)
|
97
97
|
racc (~> 1.4)
|
98
|
-
pry (0.
|
98
|
+
pry (0.14.1)
|
99
99
|
coderay (~> 1.1)
|
100
100
|
method_source (~> 1.0)
|
101
|
-
pry-byebug (3.
|
101
|
+
pry-byebug (3.10.1)
|
102
102
|
byebug (~> 11.0)
|
103
|
-
pry (
|
103
|
+
pry (>= 0.13, < 0.15)
|
104
104
|
racc (1.6.0)
|
105
105
|
rack (2.2.4)
|
106
106
|
rack-test (2.0.2)
|
107
107
|
rack (>= 1.3)
|
108
|
-
rails (6.0.
|
109
|
-
actioncable (= 6.0.
|
110
|
-
actionmailbox (= 6.0.
|
111
|
-
actionmailer (= 6.0.
|
112
|
-
actionpack (= 6.0.
|
113
|
-
actiontext (= 6.0.
|
114
|
-
actionview (= 6.0.
|
115
|
-
activejob (= 6.0.
|
116
|
-
activemodel (= 6.0.
|
117
|
-
activerecord (= 6.0.
|
118
|
-
activestorage (= 6.0.
|
119
|
-
activesupport (= 6.0.
|
108
|
+
rails (6.0.6)
|
109
|
+
actioncable (= 6.0.6)
|
110
|
+
actionmailbox (= 6.0.6)
|
111
|
+
actionmailer (= 6.0.6)
|
112
|
+
actionpack (= 6.0.6)
|
113
|
+
actiontext (= 6.0.6)
|
114
|
+
actionview (= 6.0.6)
|
115
|
+
activejob (= 6.0.6)
|
116
|
+
activemodel (= 6.0.6)
|
117
|
+
activerecord (= 6.0.6)
|
118
|
+
activestorage (= 6.0.6)
|
119
|
+
activesupport (= 6.0.6)
|
120
120
|
bundler (>= 1.3.0)
|
121
|
-
railties (= 6.0.
|
121
|
+
railties (= 6.0.6)
|
122
122
|
sprockets-rails (>= 2.0.0)
|
123
123
|
rails-dom-testing (2.0.3)
|
124
124
|
activesupport (>= 4.2.0)
|
125
125
|
nokogiri (>= 1.6)
|
126
126
|
rails-html-sanitizer (1.4.3)
|
127
127
|
loofah (~> 2.3)
|
128
|
-
railties (6.0.
|
129
|
-
actionpack (= 6.0.
|
130
|
-
activesupport (= 6.0.
|
128
|
+
railties (6.0.6)
|
129
|
+
actionpack (= 6.0.6)
|
130
|
+
activesupport (= 6.0.6)
|
131
131
|
method_source
|
132
132
|
rake (>= 0.8.7)
|
133
133
|
thor (>= 0.20.3, < 2.0)
|
@@ -138,7 +138,7 @@ GEM
|
|
138
138
|
rspec-mocks (~> 3.11.0)
|
139
139
|
rspec-core (3.11.0)
|
140
140
|
rspec-support (~> 3.11.0)
|
141
|
-
rspec-expectations (3.11.
|
141
|
+
rspec-expectations (3.11.1)
|
142
142
|
diff-lcs (>= 1.2.0, < 2.0)
|
143
143
|
rspec-support (~> 3.11.0)
|
144
144
|
rspec-mocks (3.11.1)
|
@@ -152,7 +152,7 @@ GEM
|
|
152
152
|
rspec-expectations (~> 3.10)
|
153
153
|
rspec-mocks (~> 3.10)
|
154
154
|
rspec-support (~> 3.10)
|
155
|
-
rspec-support (3.11.
|
155
|
+
rspec-support (3.11.1)
|
156
156
|
sprockets (4.1.1)
|
157
157
|
concurrent-ruby (~> 1.0)
|
158
158
|
rack (> 1, < 3)
|
@@ -167,7 +167,7 @@ GEM
|
|
167
167
|
websocket-driver (0.7.5)
|
168
168
|
websocket-extensions (>= 0.1.0)
|
169
169
|
websocket-extensions (0.1.5)
|
170
|
-
zeitwerk (2.6.
|
170
|
+
zeitwerk (2.6.1)
|
171
171
|
|
172
172
|
PLATFORMS
|
173
173
|
ruby
|