texd 0.5.0 → 0.6.0

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