texd 0.5.1 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -0
- data/CHANGELOG.md +24 -1
- data/Gemfile +9 -0
- data/Gemfile.lock +189 -139
- data/Makefile +17 -2
- data/README.md +19 -3
- data/gemfiles/rails-6.0/Gemfile +10 -1
- data/gemfiles/rails-6.0/Gemfile.lock +113 -96
- data/gemfiles/rails-6.1/Gemfile +10 -1
- data/gemfiles/rails-6.1/Gemfile.lock +125 -108
- data/gemfiles/rails-7.0/Gemfile +10 -1
- data/gemfiles/rails-7.0/Gemfile.lock +119 -111
- data/gemfiles/rails-7.1/Gemfile +16 -0
- data/gemfiles/rails-7.1/Gemfile.lock +239 -0
- data/gemfiles/rails-main/Gemfile +8 -0
- data/gemfiles/rails-main/Gemfile.lock +159 -127
- data/lib/texd/client.rb +0 -1
- data/lib/texd/helpers.rb +11 -3
- data/lib/texd/version.rb +1 -1
- data/texd.gemspec +0 -5
- metadata +6 -60
@@ -1,63 +1,63 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
texd (0.
|
4
|
+
texd (0.6.0)
|
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.6)
|
12
|
-
actionpack (= 6.0.6)
|
11
|
+
actioncable (6.0.6.1)
|
12
|
+
actionpack (= 6.0.6.1)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
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)
|
15
|
+
actionmailbox (6.0.6.1)
|
16
|
+
actionpack (= 6.0.6.1)
|
17
|
+
activejob (= 6.0.6.1)
|
18
|
+
activerecord (= 6.0.6.1)
|
19
|
+
activestorage (= 6.0.6.1)
|
20
|
+
activesupport (= 6.0.6.1)
|
21
21
|
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.0.6)
|
23
|
-
actionpack (= 6.0.6)
|
24
|
-
actionview (= 6.0.6)
|
25
|
-
activejob (= 6.0.6)
|
22
|
+
actionmailer (6.0.6.1)
|
23
|
+
actionpack (= 6.0.6.1)
|
24
|
+
actionview (= 6.0.6.1)
|
25
|
+
activejob (= 6.0.6.1)
|
26
26
|
mail (~> 2.5, >= 2.5.4)
|
27
27
|
rails-dom-testing (~> 2.0)
|
28
|
-
actionpack (6.0.6)
|
29
|
-
actionview (= 6.0.6)
|
30
|
-
activesupport (= 6.0.6)
|
28
|
+
actionpack (6.0.6.1)
|
29
|
+
actionview (= 6.0.6.1)
|
30
|
+
activesupport (= 6.0.6.1)
|
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.6)
|
36
|
-
actionpack (= 6.0.6)
|
37
|
-
activerecord (= 6.0.6)
|
38
|
-
activestorage (= 6.0.6)
|
39
|
-
activesupport (= 6.0.6)
|
35
|
+
actiontext (6.0.6.1)
|
36
|
+
actionpack (= 6.0.6.1)
|
37
|
+
activerecord (= 6.0.6.1)
|
38
|
+
activestorage (= 6.0.6.1)
|
39
|
+
activesupport (= 6.0.6.1)
|
40
40
|
nokogiri (>= 1.8.5)
|
41
|
-
actionview (6.0.6)
|
42
|
-
activesupport (= 6.0.6)
|
41
|
+
actionview (6.0.6.1)
|
42
|
+
activesupport (= 6.0.6.1)
|
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.6)
|
48
|
-
activesupport (= 6.0.6)
|
47
|
+
activejob (6.0.6.1)
|
48
|
+
activesupport (= 6.0.6.1)
|
49
49
|
globalid (>= 0.3.6)
|
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)
|
50
|
+
activemodel (6.0.6.1)
|
51
|
+
activesupport (= 6.0.6.1)
|
52
|
+
activerecord (6.0.6.1)
|
53
|
+
activemodel (= 6.0.6.1)
|
54
|
+
activesupport (= 6.0.6.1)
|
55
|
+
activestorage (6.0.6.1)
|
56
|
+
actionpack (= 6.0.6.1)
|
57
|
+
activejob (= 6.0.6.1)
|
58
|
+
activerecord (= 6.0.6.1)
|
59
59
|
marcel (~> 1.0)
|
60
|
-
activesupport (6.0.6)
|
60
|
+
activesupport (6.0.6.1)
|
61
61
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
62
62
|
i18n (>= 0.7, < 2)
|
63
63
|
minitest (~> 5.1)
|
@@ -66,84 +66,99 @@ GEM
|
|
66
66
|
builder (3.2.4)
|
67
67
|
byebug (11.1.3)
|
68
68
|
coderay (1.1.3)
|
69
|
-
combustion (1.
|
69
|
+
combustion (1.4.0)
|
70
70
|
activesupport (>= 3.0.0)
|
71
71
|
railties (>= 3.0.0)
|
72
72
|
thor (>= 0.14.6)
|
73
|
-
concurrent-ruby (1.
|
73
|
+
concurrent-ruby (1.2.3)
|
74
74
|
crass (1.0.6)
|
75
|
-
|
76
|
-
|
77
|
-
|
75
|
+
date (3.3.4)
|
76
|
+
diff-lcs (1.5.1)
|
77
|
+
erubi (1.12.0)
|
78
|
+
globalid (1.1.0)
|
78
79
|
activesupport (>= 5.0)
|
79
|
-
i18n (1.
|
80
|
+
i18n (1.14.1)
|
80
81
|
concurrent-ruby (~> 1.0)
|
81
|
-
loofah (2.
|
82
|
+
loofah (2.22.0)
|
82
83
|
crass (~> 1.0.2)
|
83
|
-
nokogiri (>= 1.
|
84
|
-
mail (2.
|
84
|
+
nokogiri (>= 1.12.0)
|
85
|
+
mail (2.8.1)
|
85
86
|
mini_mime (>= 0.1.1)
|
87
|
+
net-imap
|
88
|
+
net-pop
|
89
|
+
net-smtp
|
86
90
|
marcel (1.0.2)
|
87
91
|
method_source (1.0.0)
|
88
|
-
mini_mime (1.1.
|
89
|
-
mini_portile2 (2.8.
|
90
|
-
minitest (5.
|
91
|
-
multipart-post (2.
|
92
|
-
|
93
|
-
|
94
|
-
|
92
|
+
mini_mime (1.1.5)
|
93
|
+
mini_portile2 (2.8.5)
|
94
|
+
minitest (5.22.2)
|
95
|
+
multipart-post (2.4.0)
|
96
|
+
net-imap (0.4.10)
|
97
|
+
date
|
98
|
+
net-protocol
|
99
|
+
net-pop (0.1.2)
|
100
|
+
net-protocol
|
101
|
+
net-protocol (0.2.2)
|
102
|
+
timeout
|
103
|
+
net-smtp (0.4.0.1)
|
104
|
+
net-protocol
|
105
|
+
nio4r (2.7.0)
|
106
|
+
nokogiri (1.15.5)
|
107
|
+
mini_portile2 (~> 2.8.2)
|
95
108
|
racc (~> 1.4)
|
96
|
-
nokogiri (1.
|
109
|
+
nokogiri (1.15.5-x86_64-linux)
|
97
110
|
racc (~> 1.4)
|
98
|
-
pry (0.14.
|
111
|
+
pry (0.14.2)
|
99
112
|
coderay (~> 1.1)
|
100
113
|
method_source (~> 1.0)
|
101
114
|
pry-byebug (3.10.1)
|
102
115
|
byebug (~> 11.0)
|
103
116
|
pry (>= 0.13, < 0.15)
|
104
|
-
racc (1.
|
105
|
-
rack (2.2.
|
106
|
-
rack-test (2.0
|
117
|
+
racc (1.7.3)
|
118
|
+
rack (2.2.8)
|
119
|
+
rack-test (2.1.0)
|
107
120
|
rack (>= 1.3)
|
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)
|
121
|
+
rails (6.0.6.1)
|
122
|
+
actioncable (= 6.0.6.1)
|
123
|
+
actionmailbox (= 6.0.6.1)
|
124
|
+
actionmailer (= 6.0.6.1)
|
125
|
+
actionpack (= 6.0.6.1)
|
126
|
+
actiontext (= 6.0.6.1)
|
127
|
+
actionview (= 6.0.6.1)
|
128
|
+
activejob (= 6.0.6.1)
|
129
|
+
activemodel (= 6.0.6.1)
|
130
|
+
activerecord (= 6.0.6.1)
|
131
|
+
activestorage (= 6.0.6.1)
|
132
|
+
activesupport (= 6.0.6.1)
|
120
133
|
bundler (>= 1.3.0)
|
121
|
-
railties (= 6.0.6)
|
134
|
+
railties (= 6.0.6.1)
|
122
135
|
sprockets-rails (>= 2.0.0)
|
123
|
-
rails-dom-testing (2.0
|
124
|
-
activesupport (>=
|
136
|
+
rails-dom-testing (2.2.0)
|
137
|
+
activesupport (>= 5.0.0)
|
138
|
+
minitest
|
125
139
|
nokogiri (>= 1.6)
|
126
|
-
rails-html-sanitizer (1.
|
127
|
-
loofah (~> 2.
|
128
|
-
|
129
|
-
|
130
|
-
|
140
|
+
rails-html-sanitizer (1.6.0)
|
141
|
+
loofah (~> 2.21)
|
142
|
+
nokogiri (~> 1.14)
|
143
|
+
railties (6.0.6.1)
|
144
|
+
actionpack (= 6.0.6.1)
|
145
|
+
activesupport (= 6.0.6.1)
|
131
146
|
method_source
|
132
147
|
rake (>= 0.8.7)
|
133
148
|
thor (>= 0.20.3, < 2.0)
|
134
|
-
rake (13.0
|
135
|
-
rspec (3.
|
136
|
-
rspec-core (~> 3.
|
137
|
-
rspec-expectations (~> 3.
|
138
|
-
rspec-mocks (~> 3.
|
139
|
-
rspec-core (3.
|
140
|
-
rspec-support (~> 3.
|
141
|
-
rspec-expectations (3.
|
149
|
+
rake (13.1.0)
|
150
|
+
rspec (3.13.0)
|
151
|
+
rspec-core (~> 3.13.0)
|
152
|
+
rspec-expectations (~> 3.13.0)
|
153
|
+
rspec-mocks (~> 3.13.0)
|
154
|
+
rspec-core (3.13.0)
|
155
|
+
rspec-support (~> 3.13.0)
|
156
|
+
rspec-expectations (3.13.0)
|
142
157
|
diff-lcs (>= 1.2.0, < 2.0)
|
143
|
-
rspec-support (~> 3.
|
144
|
-
rspec-mocks (3.
|
158
|
+
rspec-support (~> 3.13.0)
|
159
|
+
rspec-mocks (3.13.0)
|
145
160
|
diff-lcs (>= 1.2.0, < 2.0)
|
146
|
-
rspec-support (~> 3.
|
161
|
+
rspec-support (~> 3.13.0)
|
147
162
|
rspec-rails (5.1.2)
|
148
163
|
actionpack (>= 5.2)
|
149
164
|
activesupport (>= 5.2)
|
@@ -152,22 +167,23 @@ GEM
|
|
152
167
|
rspec-expectations (~> 3.10)
|
153
168
|
rspec-mocks (~> 3.10)
|
154
169
|
rspec-support (~> 3.10)
|
155
|
-
rspec-support (3.
|
156
|
-
sprockets (4.
|
170
|
+
rspec-support (3.13.0)
|
171
|
+
sprockets (4.2.1)
|
157
172
|
concurrent-ruby (~> 1.0)
|
158
|
-
rack (
|
173
|
+
rack (>= 2.2.4, < 4)
|
159
174
|
sprockets-rails (3.4.2)
|
160
175
|
actionpack (>= 5.2)
|
161
176
|
activesupport (>= 5.2)
|
162
177
|
sprockets (>= 3.0.0)
|
163
|
-
thor (1.
|
178
|
+
thor (1.3.0)
|
164
179
|
thread_safe (0.3.6)
|
165
|
-
|
180
|
+
timeout (0.4.1)
|
181
|
+
tzinfo (1.2.11)
|
166
182
|
thread_safe (~> 0.1)
|
167
|
-
websocket-driver (0.7.
|
183
|
+
websocket-driver (0.7.6)
|
168
184
|
websocket-extensions (>= 0.1.0)
|
169
185
|
websocket-extensions (0.1.5)
|
170
|
-
zeitwerk (2.6.
|
186
|
+
zeitwerk (2.6.13)
|
171
187
|
|
172
188
|
PLATFORMS
|
173
189
|
ruby
|
@@ -175,12 +191,13 @@ PLATFORMS
|
|
175
191
|
|
176
192
|
DEPENDENCIES
|
177
193
|
combustion
|
194
|
+
nokogiri (~> 1.15.5)
|
178
195
|
pry-byebug
|
179
|
-
rails (~> 6.0.
|
196
|
+
rails (~> 6.0.6)
|
180
197
|
rake (~> 13.0)
|
181
198
|
rspec (~> 3.0)
|
182
199
|
rspec-rails
|
183
200
|
texd!
|
184
201
|
|
185
202
|
BUNDLED WITH
|
186
|
-
2.
|
203
|
+
2.4.22
|
data/gemfiles/rails-6.1/Gemfile
CHANGED
@@ -3,5 +3,14 @@
|
|
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
|
6
7
|
gem "pry-byebug"
|
7
|
-
gem "rails", "~> 6.1.
|
8
|
+
gem "rails", "~> 6.1.7"
|
9
|
+
|
10
|
+
# keep in sync with ../../Gemfile
|
11
|
+
group :development, :test do
|
12
|
+
gem "combustion"
|
13
|
+
gem "rake", "~> 13.0"
|
14
|
+
gem "rspec", "~> 3.0"
|
15
|
+
gem "rspec-rails"
|
16
|
+
end
|
@@ -1,67 +1,67 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../..
|
3
3
|
specs:
|
4
|
-
texd (0.
|
4
|
+
texd (0.6.0)
|
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.1.7)
|
12
|
-
actionpack (= 6.1.7)
|
13
|
-
activesupport (= 6.1.7)
|
11
|
+
actioncable (6.1.7.6)
|
12
|
+
actionpack (= 6.1.7.6)
|
13
|
+
activesupport (= 6.1.7.6)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.1.7)
|
17
|
-
actionpack (= 6.1.7)
|
18
|
-
activejob (= 6.1.7)
|
19
|
-
activerecord (= 6.1.7)
|
20
|
-
activestorage (= 6.1.7)
|
21
|
-
activesupport (= 6.1.7)
|
16
|
+
actionmailbox (6.1.7.6)
|
17
|
+
actionpack (= 6.1.7.6)
|
18
|
+
activejob (= 6.1.7.6)
|
19
|
+
activerecord (= 6.1.7.6)
|
20
|
+
activestorage (= 6.1.7.6)
|
21
|
+
activesupport (= 6.1.7.6)
|
22
22
|
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.1.7)
|
24
|
-
actionpack (= 6.1.7)
|
25
|
-
actionview (= 6.1.7)
|
26
|
-
activejob (= 6.1.7)
|
27
|
-
activesupport (= 6.1.7)
|
23
|
+
actionmailer (6.1.7.6)
|
24
|
+
actionpack (= 6.1.7.6)
|
25
|
+
actionview (= 6.1.7.6)
|
26
|
+
activejob (= 6.1.7.6)
|
27
|
+
activesupport (= 6.1.7.6)
|
28
28
|
mail (~> 2.5, >= 2.5.4)
|
29
29
|
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (6.1.7)
|
31
|
-
actionview (= 6.1.7)
|
32
|
-
activesupport (= 6.1.7)
|
30
|
+
actionpack (6.1.7.6)
|
31
|
+
actionview (= 6.1.7.6)
|
32
|
+
activesupport (= 6.1.7.6)
|
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.7)
|
38
|
-
actionpack (= 6.1.7)
|
39
|
-
activerecord (= 6.1.7)
|
40
|
-
activestorage (= 6.1.7)
|
41
|
-
activesupport (= 6.1.7)
|
37
|
+
actiontext (6.1.7.6)
|
38
|
+
actionpack (= 6.1.7.6)
|
39
|
+
activerecord (= 6.1.7.6)
|
40
|
+
activestorage (= 6.1.7.6)
|
41
|
+
activesupport (= 6.1.7.6)
|
42
42
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (6.1.7)
|
44
|
-
activesupport (= 6.1.7)
|
43
|
+
actionview (6.1.7.6)
|
44
|
+
activesupport (= 6.1.7.6)
|
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.7)
|
50
|
-
activesupport (= 6.1.7)
|
49
|
+
activejob (6.1.7.6)
|
50
|
+
activesupport (= 6.1.7.6)
|
51
51
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (6.1.7)
|
53
|
-
activesupport (= 6.1.7)
|
54
|
-
activerecord (6.1.7)
|
55
|
-
activemodel (= 6.1.7)
|
56
|
-
activesupport (= 6.1.7)
|
57
|
-
activestorage (6.1.7)
|
58
|
-
actionpack (= 6.1.7)
|
59
|
-
activejob (= 6.1.7)
|
60
|
-
activerecord (= 6.1.7)
|
61
|
-
activesupport (= 6.1.7)
|
52
|
+
activemodel (6.1.7.6)
|
53
|
+
activesupport (= 6.1.7.6)
|
54
|
+
activerecord (6.1.7.6)
|
55
|
+
activemodel (= 6.1.7.6)
|
56
|
+
activesupport (= 6.1.7.6)
|
57
|
+
activestorage (6.1.7.6)
|
58
|
+
actionpack (= 6.1.7.6)
|
59
|
+
activejob (= 6.1.7.6)
|
60
|
+
activerecord (= 6.1.7.6)
|
61
|
+
activesupport (= 6.1.7.6)
|
62
62
|
marcel (~> 1.0)
|
63
63
|
mini_mime (>= 1.1.0)
|
64
|
-
activesupport (6.1.7)
|
64
|
+
activesupport (6.1.7.6)
|
65
65
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
66
66
|
i18n (>= 1.6, < 2)
|
67
67
|
minitest (>= 5.1)
|
@@ -70,107 +70,123 @@ GEM
|
|
70
70
|
builder (3.2.4)
|
71
71
|
byebug (11.1.3)
|
72
72
|
coderay (1.1.3)
|
73
|
-
combustion (1.
|
73
|
+
combustion (1.4.0)
|
74
74
|
activesupport (>= 3.0.0)
|
75
75
|
railties (>= 3.0.0)
|
76
76
|
thor (>= 0.14.6)
|
77
|
-
concurrent-ruby (1.
|
77
|
+
concurrent-ruby (1.2.3)
|
78
78
|
crass (1.0.6)
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
79
|
+
date (3.3.4)
|
80
|
+
diff-lcs (1.5.1)
|
81
|
+
erubi (1.12.0)
|
82
|
+
globalid (1.2.1)
|
83
|
+
activesupport (>= 6.1)
|
84
|
+
i18n (1.14.1)
|
84
85
|
concurrent-ruby (~> 1.0)
|
85
|
-
loofah (2.
|
86
|
+
loofah (2.22.0)
|
86
87
|
crass (~> 1.0.2)
|
87
|
-
nokogiri (>= 1.
|
88
|
-
mail (2.
|
88
|
+
nokogiri (>= 1.12.0)
|
89
|
+
mail (2.8.1)
|
89
90
|
mini_mime (>= 0.1.1)
|
91
|
+
net-imap
|
92
|
+
net-pop
|
93
|
+
net-smtp
|
90
94
|
marcel (1.0.2)
|
91
95
|
method_source (1.0.0)
|
92
|
-
mini_mime (1.1.
|
93
|
-
mini_portile2 (2.8.
|
94
|
-
minitest (5.
|
95
|
-
multipart-post (2.
|
96
|
-
|
97
|
-
|
98
|
-
|
96
|
+
mini_mime (1.1.5)
|
97
|
+
mini_portile2 (2.8.5)
|
98
|
+
minitest (5.22.2)
|
99
|
+
multipart-post (2.4.0)
|
100
|
+
net-imap (0.4.10)
|
101
|
+
date
|
102
|
+
net-protocol
|
103
|
+
net-pop (0.1.2)
|
104
|
+
net-protocol
|
105
|
+
net-protocol (0.2.2)
|
106
|
+
timeout
|
107
|
+
net-smtp (0.4.0.1)
|
108
|
+
net-protocol
|
109
|
+
nio4r (2.7.0)
|
110
|
+
nokogiri (1.15.5)
|
111
|
+
mini_portile2 (~> 2.8.2)
|
99
112
|
racc (~> 1.4)
|
100
|
-
nokogiri (1.
|
113
|
+
nokogiri (1.15.5-x86_64-linux)
|
101
114
|
racc (~> 1.4)
|
102
|
-
pry (0.14.
|
115
|
+
pry (0.14.2)
|
103
116
|
coderay (~> 1.1)
|
104
117
|
method_source (~> 1.0)
|
105
118
|
pry-byebug (3.10.1)
|
106
119
|
byebug (~> 11.0)
|
107
120
|
pry (>= 0.13, < 0.15)
|
108
|
-
racc (1.
|
109
|
-
rack (2.2.
|
110
|
-
rack-test (2.0
|
121
|
+
racc (1.7.3)
|
122
|
+
rack (2.2.8)
|
123
|
+
rack-test (2.1.0)
|
111
124
|
rack (>= 1.3)
|
112
|
-
rails (6.1.7)
|
113
|
-
actioncable (= 6.1.7)
|
114
|
-
actionmailbox (= 6.1.7)
|
115
|
-
actionmailer (= 6.1.7)
|
116
|
-
actionpack (= 6.1.7)
|
117
|
-
actiontext (= 6.1.7)
|
118
|
-
actionview (= 6.1.7)
|
119
|
-
activejob (= 6.1.7)
|
120
|
-
activemodel (= 6.1.7)
|
121
|
-
activerecord (= 6.1.7)
|
122
|
-
activestorage (= 6.1.7)
|
123
|
-
activesupport (= 6.1.7)
|
125
|
+
rails (6.1.7.6)
|
126
|
+
actioncable (= 6.1.7.6)
|
127
|
+
actionmailbox (= 6.1.7.6)
|
128
|
+
actionmailer (= 6.1.7.6)
|
129
|
+
actionpack (= 6.1.7.6)
|
130
|
+
actiontext (= 6.1.7.6)
|
131
|
+
actionview (= 6.1.7.6)
|
132
|
+
activejob (= 6.1.7.6)
|
133
|
+
activemodel (= 6.1.7.6)
|
134
|
+
activerecord (= 6.1.7.6)
|
135
|
+
activestorage (= 6.1.7.6)
|
136
|
+
activesupport (= 6.1.7.6)
|
124
137
|
bundler (>= 1.15.0)
|
125
|
-
railties (= 6.1.7)
|
138
|
+
railties (= 6.1.7.6)
|
126
139
|
sprockets-rails (>= 2.0.0)
|
127
|
-
rails-dom-testing (2.0
|
128
|
-
activesupport (>=
|
140
|
+
rails-dom-testing (2.2.0)
|
141
|
+
activesupport (>= 5.0.0)
|
142
|
+
minitest
|
129
143
|
nokogiri (>= 1.6)
|
130
|
-
rails-html-sanitizer (1.
|
131
|
-
loofah (~> 2.
|
132
|
-
|
133
|
-
|
134
|
-
|
144
|
+
rails-html-sanitizer (1.6.0)
|
145
|
+
loofah (~> 2.21)
|
146
|
+
nokogiri (~> 1.14)
|
147
|
+
railties (6.1.7.6)
|
148
|
+
actionpack (= 6.1.7.6)
|
149
|
+
activesupport (= 6.1.7.6)
|
135
150
|
method_source
|
136
151
|
rake (>= 12.2)
|
137
152
|
thor (~> 1.0)
|
138
|
-
rake (13.0
|
139
|
-
rspec (3.
|
140
|
-
rspec-core (~> 3.
|
141
|
-
rspec-expectations (~> 3.
|
142
|
-
rspec-mocks (~> 3.
|
143
|
-
rspec-core (3.
|
144
|
-
rspec-support (~> 3.
|
145
|
-
rspec-expectations (3.
|
153
|
+
rake (13.1.0)
|
154
|
+
rspec (3.13.0)
|
155
|
+
rspec-core (~> 3.13.0)
|
156
|
+
rspec-expectations (~> 3.13.0)
|
157
|
+
rspec-mocks (~> 3.13.0)
|
158
|
+
rspec-core (3.13.0)
|
159
|
+
rspec-support (~> 3.13.0)
|
160
|
+
rspec-expectations (3.13.0)
|
146
161
|
diff-lcs (>= 1.2.0, < 2.0)
|
147
|
-
rspec-support (~> 3.
|
148
|
-
rspec-mocks (3.
|
162
|
+
rspec-support (~> 3.13.0)
|
163
|
+
rspec-mocks (3.13.0)
|
149
164
|
diff-lcs (>= 1.2.0, < 2.0)
|
150
|
-
rspec-support (~> 3.
|
151
|
-
rspec-rails (
|
152
|
-
actionpack (>=
|
153
|
-
activesupport (>=
|
154
|
-
railties (>=
|
155
|
-
rspec-core (~> 3.
|
156
|
-
rspec-expectations (~> 3.
|
157
|
-
rspec-mocks (~> 3.
|
158
|
-
rspec-support (~> 3.
|
159
|
-
rspec-support (3.
|
160
|
-
sprockets (4.
|
165
|
+
rspec-support (~> 3.13.0)
|
166
|
+
rspec-rails (6.1.1)
|
167
|
+
actionpack (>= 6.1)
|
168
|
+
activesupport (>= 6.1)
|
169
|
+
railties (>= 6.1)
|
170
|
+
rspec-core (~> 3.12)
|
171
|
+
rspec-expectations (~> 3.12)
|
172
|
+
rspec-mocks (~> 3.12)
|
173
|
+
rspec-support (~> 3.12)
|
174
|
+
rspec-support (3.13.0)
|
175
|
+
sprockets (4.2.1)
|
161
176
|
concurrent-ruby (~> 1.0)
|
162
|
-
rack (
|
177
|
+
rack (>= 2.2.4, < 4)
|
163
178
|
sprockets-rails (3.4.2)
|
164
179
|
actionpack (>= 5.2)
|
165
180
|
activesupport (>= 5.2)
|
166
181
|
sprockets (>= 3.0.0)
|
167
|
-
thor (1.
|
168
|
-
|
182
|
+
thor (1.3.0)
|
183
|
+
timeout (0.4.1)
|
184
|
+
tzinfo (2.0.6)
|
169
185
|
concurrent-ruby (~> 1.0)
|
170
|
-
websocket-driver (0.7.
|
186
|
+
websocket-driver (0.7.6)
|
171
187
|
websocket-extensions (>= 0.1.0)
|
172
188
|
websocket-extensions (0.1.5)
|
173
|
-
zeitwerk (2.6.
|
189
|
+
zeitwerk (2.6.13)
|
174
190
|
|
175
191
|
PLATFORMS
|
176
192
|
ruby
|
@@ -178,12 +194,13 @@ PLATFORMS
|
|
178
194
|
|
179
195
|
DEPENDENCIES
|
180
196
|
combustion
|
197
|
+
nokogiri (~> 1.15.5)
|
181
198
|
pry-byebug
|
182
|
-
rails (~> 6.1.
|
199
|
+
rails (~> 6.1.7)
|
183
200
|
rake (~> 13.0)
|
184
201
|
rspec (~> 3.0)
|
185
202
|
rspec-rails
|
186
203
|
texd!
|
187
204
|
|
188
205
|
BUNDLED WITH
|
189
|
-
2.
|
206
|
+
2.4.22
|
data/gemfiles/rails-7.0/Gemfile
CHANGED
@@ -3,5 +3,14 @@
|
|
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
|
6
7
|
gem "pry-byebug"
|
7
|
-
gem "rails", "~> 7.0"
|
8
|
+
gem "rails", "~> 7.0.8"
|
9
|
+
|
10
|
+
# keep in sync with ../../Gemfile
|
11
|
+
group :development, :test do
|
12
|
+
gem "combustion"
|
13
|
+
gem "rake", "~> 13.0"
|
14
|
+
gem "rspec", "~> 3.0"
|
15
|
+
gem "rspec-rails"
|
16
|
+
end
|