texd 0.4.2 → 0.5.1

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.
@@ -1,67 +1,67 @@
1
1
  PATH
2
- remote: ..
2
+ remote: ../..
3
3
  specs:
4
- texd (0.4.2)
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.1.6)
12
- actionpack (= 6.1.6)
13
- activesupport (= 6.1.6)
11
+ actioncable (6.1.7)
12
+ actionpack (= 6.1.7)
13
+ activesupport (= 6.1.7)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.6)
17
- actionpack (= 6.1.6)
18
- activejob (= 6.1.6)
19
- activerecord (= 6.1.6)
20
- activestorage (= 6.1.6)
21
- activesupport (= 6.1.6)
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)
22
22
  mail (>= 2.7.1)
23
- actionmailer (6.1.6)
24
- actionpack (= 6.1.6)
25
- actionview (= 6.1.6)
26
- activejob (= 6.1.6)
27
- activesupport (= 6.1.6)
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)
28
28
  mail (~> 2.5, >= 2.5.4)
29
29
  rails-dom-testing (~> 2.0)
30
- actionpack (6.1.6)
31
- actionview (= 6.1.6)
32
- activesupport (= 6.1.6)
30
+ actionpack (6.1.7)
31
+ actionview (= 6.1.7)
32
+ activesupport (= 6.1.7)
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.6)
38
- actionpack (= 6.1.6)
39
- activerecord (= 6.1.6)
40
- activestorage (= 6.1.6)
41
- activesupport (= 6.1.6)
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)
42
42
  nokogiri (>= 1.8.5)
43
- actionview (6.1.6)
44
- activesupport (= 6.1.6)
43
+ actionview (6.1.7)
44
+ activesupport (= 6.1.7)
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.6)
50
- activesupport (= 6.1.6)
49
+ activejob (6.1.7)
50
+ activesupport (= 6.1.7)
51
51
  globalid (>= 0.3.6)
52
- activemodel (6.1.6)
53
- activesupport (= 6.1.6)
54
- activerecord (6.1.6)
55
- activemodel (= 6.1.6)
56
- activesupport (= 6.1.6)
57
- activestorage (6.1.6)
58
- actionpack (= 6.1.6)
59
- activejob (= 6.1.6)
60
- activerecord (= 6.1.6)
61
- activesupport (= 6.1.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)
62
62
  marcel (~> 1.0)
63
63
  mini_mime (>= 1.1.0)
64
- activesupport (6.1.6)
64
+ activesupport (6.1.7)
65
65
  concurrent-ruby (~> 1.0, >= 1.0.2)
66
66
  i18n (>= 1.6, < 2)
67
67
  minitest (>= 5.1)
@@ -77,12 +77,12 @@ GEM
77
77
  concurrent-ruby (1.1.10)
78
78
  crass (1.0.6)
79
79
  diff-lcs (1.5.0)
80
- erubi (1.10.0)
80
+ erubi (1.11.0)
81
81
  globalid (1.0.0)
82
82
  activesupport (>= 5.0)
83
- i18n (1.10.0)
83
+ i18n (1.12.0)
84
84
  concurrent-ruby (~> 1.0)
85
- loofah (2.18.0)
85
+ loofah (2.19.0)
86
86
  crass (~> 1.0.2)
87
87
  nokogiri (>= 1.5.9)
88
88
  mail (2.7.1)
@@ -91,47 +91,47 @@ GEM
91
91
  method_source (1.0.0)
92
92
  mini_mime (1.1.2)
93
93
  mini_portile2 (2.8.0)
94
- minitest (5.16.1)
94
+ minitest (5.16.3)
95
95
  multipart-post (2.2.3)
96
96
  nio4r (2.5.8)
97
- nokogiri (1.13.6)
97
+ nokogiri (1.13.8)
98
98
  mini_portile2 (~> 2.8.0)
99
99
  racc (~> 1.4)
100
- nokogiri (1.13.6-x86_64-linux)
100
+ nokogiri (1.13.8-x86_64-linux)
101
101
  racc (~> 1.4)
102
- pry (0.13.1)
102
+ pry (0.14.1)
103
103
  coderay (~> 1.1)
104
104
  method_source (~> 1.0)
105
- pry-byebug (3.9.0)
105
+ pry-byebug (3.10.1)
106
106
  byebug (~> 11.0)
107
- pry (~> 0.13.0)
107
+ pry (>= 0.13, < 0.15)
108
108
  racc (1.6.0)
109
- rack (2.2.3.1)
110
- rack-test (2.0.1)
109
+ rack (2.2.4)
110
+ rack-test (2.0.2)
111
111
  rack (>= 1.3)
112
- rails (6.1.6)
113
- actioncable (= 6.1.6)
114
- actionmailbox (= 6.1.6)
115
- actionmailer (= 6.1.6)
116
- actionpack (= 6.1.6)
117
- actiontext (= 6.1.6)
118
- actionview (= 6.1.6)
119
- activejob (= 6.1.6)
120
- activemodel (= 6.1.6)
121
- activerecord (= 6.1.6)
122
- activestorage (= 6.1.6)
123
- activesupport (= 6.1.6)
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)
124
124
  bundler (>= 1.15.0)
125
- railties (= 6.1.6)
125
+ railties (= 6.1.7)
126
126
  sprockets-rails (>= 2.0.0)
127
127
  rails-dom-testing (2.0.3)
128
128
  activesupport (>= 4.2.0)
129
129
  nokogiri (>= 1.6)
130
130
  rails-html-sanitizer (1.4.3)
131
131
  loofah (~> 2.3)
132
- railties (6.1.6)
133
- actionpack (= 6.1.6)
134
- activesupport (= 6.1.6)
132
+ railties (6.1.7)
133
+ actionpack (= 6.1.7)
134
+ activesupport (= 6.1.7)
135
135
  method_source
136
136
  rake (>= 12.2)
137
137
  thor (~> 1.0)
@@ -142,7 +142,7 @@ GEM
142
142
  rspec-mocks (~> 3.11.0)
143
143
  rspec-core (3.11.0)
144
144
  rspec-support (~> 3.11.0)
145
- rspec-expectations (3.11.0)
145
+ rspec-expectations (3.11.1)
146
146
  diff-lcs (>= 1.2.0, < 2.0)
147
147
  rspec-support (~> 3.11.0)
148
148
  rspec-mocks (3.11.1)
@@ -156,7 +156,7 @@ GEM
156
156
  rspec-expectations (~> 3.10)
157
157
  rspec-mocks (~> 3.10)
158
158
  rspec-support (~> 3.10)
159
- rspec-support (3.11.0)
159
+ rspec-support (3.11.1)
160
160
  sprockets (4.1.1)
161
161
  concurrent-ruby (~> 1.0)
162
162
  rack (> 1, < 3)
@@ -165,12 +165,12 @@ GEM
165
165
  activesupport (>= 5.2)
166
166
  sprockets (>= 3.0.0)
167
167
  thor (1.2.1)
168
- tzinfo (2.0.4)
168
+ tzinfo (2.0.5)
169
169
  concurrent-ruby (~> 1.0)
170
170
  websocket-driver (0.7.5)
171
171
  websocket-extensions (>= 0.1.0)
172
172
  websocket-extensions (0.1.5)
173
- zeitwerk (2.6.0)
173
+ zeitwerk (2.6.1)
174
174
 
175
175
  PLATFORMS
176
176
  ruby
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  source "https://rubygems.org"
4
- gemspec path: ".."
4
+ gemspec path: "../.."
5
5
 
6
6
  gem "pry-byebug"
7
7
  gem "rails", "~> 7.0"
@@ -1,74 +1,74 @@
1
1
  PATH
2
- remote: ..
2
+ remote: ../..
3
3
  specs:
4
- texd (0.4.2)
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.3)
12
- actionpack (= 7.0.3)
13
- activesupport (= 7.0.3)
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.3)
17
- actionpack (= 7.0.3)
18
- activejob (= 7.0.3)
19
- activerecord (= 7.0.3)
20
- activestorage (= 7.0.3)
21
- activesupport (= 7.0.3)
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.3)
27
- actionpack (= 7.0.3)
28
- actionview (= 7.0.3)
29
- activejob (= 7.0.3)
30
- activesupport (= 7.0.3)
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.3)
37
- actionview (= 7.0.3)
38
- activesupport (= 7.0.3)
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.3)
44
- actionpack (= 7.0.3)
45
- activerecord (= 7.0.3)
46
- activestorage (= 7.0.3)
47
- activesupport (= 7.0.3)
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.3)
51
- activesupport (= 7.0.3)
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.3)
57
- activesupport (= 7.0.3)
56
+ activejob (7.0.4)
57
+ activesupport (= 7.0.4)
58
58
  globalid (>= 0.3.6)
59
- activemodel (7.0.3)
60
- activesupport (= 7.0.3)
61
- activerecord (7.0.3)
62
- activemodel (= 7.0.3)
63
- activesupport (= 7.0.3)
64
- activestorage (7.0.3)
65
- actionpack (= 7.0.3)
66
- activejob (= 7.0.3)
67
- activerecord (= 7.0.3)
68
- activesupport (= 7.0.3)
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.3)
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)
@@ -83,13 +83,12 @@ GEM
83
83
  concurrent-ruby (1.1.10)
84
84
  crass (1.0.6)
85
85
  diff-lcs (1.5.0)
86
- digest (3.1.0)
87
- erubi (1.10.0)
86
+ erubi (1.11.0)
88
87
  globalid (1.0.0)
89
88
  activesupport (>= 5.0)
90
- i18n (1.10.0)
89
+ i18n (1.12.0)
91
90
  concurrent-ruby (~> 1.0)
92
- loofah (2.18.0)
91
+ loofah (2.19.0)
93
92
  crass (~> 1.0.2)
94
93
  nokogiri (>= 1.5.9)
95
94
  mail (2.7.1)
@@ -98,60 +97,54 @@ GEM
98
97
  method_source (1.0.0)
99
98
  mini_mime (1.1.2)
100
99
  mini_portile2 (2.8.0)
101
- minitest (5.16.1)
100
+ minitest (5.16.3)
102
101
  multipart-post (2.2.3)
103
- net-imap (0.2.3)
104
- digest
102
+ net-imap (0.3.1)
105
103
  net-protocol
106
- strscan
107
- net-pop (0.1.1)
108
- digest
104
+ net-pop (0.1.2)
109
105
  net-protocol
110
- timeout
111
106
  net-protocol (0.1.3)
112
107
  timeout
113
- net-smtp (0.3.1)
114
- digest
108
+ net-smtp (0.3.2)
115
109
  net-protocol
116
- timeout
117
110
  nio4r (2.5.8)
118
- nokogiri (1.13.6)
111
+ nokogiri (1.13.8)
119
112
  mini_portile2 (~> 2.8.0)
120
113
  racc (~> 1.4)
121
- nokogiri (1.13.6-x86_64-linux)
114
+ nokogiri (1.13.8-x86_64-linux)
122
115
  racc (~> 1.4)
123
- pry (0.13.1)
116
+ pry (0.14.1)
124
117
  coderay (~> 1.1)
125
118
  method_source (~> 1.0)
126
- pry-byebug (3.9.0)
119
+ pry-byebug (3.10.1)
127
120
  byebug (~> 11.0)
128
- pry (~> 0.13.0)
121
+ pry (>= 0.13, < 0.15)
129
122
  racc (1.6.0)
130
- rack (2.2.3.1)
131
- rack-test (2.0.1)
123
+ rack (2.2.4)
124
+ rack-test (2.0.2)
132
125
  rack (>= 1.3)
133
- rails (7.0.3)
134
- actioncable (= 7.0.3)
135
- actionmailbox (= 7.0.3)
136
- actionmailer (= 7.0.3)
137
- actionpack (= 7.0.3)
138
- actiontext (= 7.0.3)
139
- actionview (= 7.0.3)
140
- activejob (= 7.0.3)
141
- activemodel (= 7.0.3)
142
- activerecord (= 7.0.3)
143
- activestorage (= 7.0.3)
144
- activesupport (= 7.0.3)
126
+ rails (7.0.4)
127
+ actioncable (= 7.0.4)
128
+ actionmailbox (= 7.0.4)
129
+ actionmailer (= 7.0.4)
130
+ actionpack (= 7.0.4)
131
+ actiontext (= 7.0.4)
132
+ actionview (= 7.0.4)
133
+ activejob (= 7.0.4)
134
+ activemodel (= 7.0.4)
135
+ activerecord (= 7.0.4)
136
+ activestorage (= 7.0.4)
137
+ activesupport (= 7.0.4)
145
138
  bundler (>= 1.15.0)
146
- railties (= 7.0.3)
139
+ railties (= 7.0.4)
147
140
  rails-dom-testing (2.0.3)
148
141
  activesupport (>= 4.2.0)
149
142
  nokogiri (>= 1.6)
150
143
  rails-html-sanitizer (1.4.3)
151
144
  loofah (~> 2.3)
152
- railties (7.0.3)
153
- actionpack (= 7.0.3)
154
- activesupport (= 7.0.3)
145
+ railties (7.0.4)
146
+ actionpack (= 7.0.4)
147
+ activesupport (= 7.0.4)
155
148
  method_source
156
149
  rake (>= 12.2)
157
150
  thor (~> 1.0)
@@ -163,7 +156,7 @@ GEM
163
156
  rspec-mocks (~> 3.11.0)
164
157
  rspec-core (3.11.0)
165
158
  rspec-support (~> 3.11.0)
166
- rspec-expectations (3.11.0)
159
+ rspec-expectations (3.11.1)
167
160
  diff-lcs (>= 1.2.0, < 2.0)
168
161
  rspec-support (~> 3.11.0)
169
162
  rspec-mocks (3.11.1)
@@ -177,16 +170,15 @@ GEM
177
170
  rspec-expectations (~> 3.10)
178
171
  rspec-mocks (~> 3.10)
179
172
  rspec-support (~> 3.10)
180
- rspec-support (3.11.0)
181
- strscan (3.0.3)
173
+ rspec-support (3.11.1)
182
174
  thor (1.2.1)
183
175
  timeout (0.3.0)
184
- tzinfo (2.0.4)
176
+ tzinfo (2.0.5)
185
177
  concurrent-ruby (~> 1.0)
186
178
  websocket-driver (0.7.5)
187
179
  websocket-extensions (>= 0.1.0)
188
180
  websocket-extensions (0.1.5)
189
- zeitwerk (2.6.0)
181
+ zeitwerk (2.6.1)
190
182
 
191
183
  PLATFORMS
192
184
  ruby
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+ gemspec path: "../.."
5
+
6
+ gem "pry-byebug"
7
+ gem "rails", github: "rails/rails", branch: "main"
@@ -0,0 +1,201 @@
1
+ GIT
2
+ remote: https://github.com/rails/rails.git
3
+ revision: 3258979977e8aa80c9592ad105ae8b76ea77064c
4
+ branch: main
5
+ specs:
6
+ actioncable (7.1.0.alpha)
7
+ actionpack (= 7.1.0.alpha)
8
+ activesupport (= 7.1.0.alpha)
9
+ nio4r (~> 2.0)
10
+ websocket-driver (>= 0.6.1)
11
+ zeitwerk (~> 2.6)
12
+ actionmailbox (7.1.0.alpha)
13
+ actionpack (= 7.1.0.alpha)
14
+ activejob (= 7.1.0.alpha)
15
+ activerecord (= 7.1.0.alpha)
16
+ activestorage (= 7.1.0.alpha)
17
+ activesupport (= 7.1.0.alpha)
18
+ mail (>= 2.7.1)
19
+ net-imap
20
+ net-pop
21
+ net-smtp
22
+ actionmailer (7.1.0.alpha)
23
+ actionpack (= 7.1.0.alpha)
24
+ actionview (= 7.1.0.alpha)
25
+ activejob (= 7.1.0.alpha)
26
+ activesupport (= 7.1.0.alpha)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ net-imap
29
+ net-pop
30
+ net-smtp
31
+ rails-dom-testing (~> 2.0)
32
+ actionpack (7.1.0.alpha)
33
+ actionview (= 7.1.0.alpha)
34
+ activesupport (= 7.1.0.alpha)
35
+ rack (~> 2.0, >= 2.2.4)
36
+ rack-test (>= 0.6.3)
37
+ rails-dom-testing (~> 2.0)
38
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
39
+ actiontext (7.1.0.alpha)
40
+ actionpack (= 7.1.0.alpha)
41
+ activerecord (= 7.1.0.alpha)
42
+ activestorage (= 7.1.0.alpha)
43
+ activesupport (= 7.1.0.alpha)
44
+ globalid (>= 0.6.0)
45
+ nokogiri (>= 1.8.5)
46
+ actionview (7.1.0.alpha)
47
+ activesupport (= 7.1.0.alpha)
48
+ builder (~> 3.1)
49
+ erubi (~> 1.11)
50
+ rails-dom-testing (~> 2.0)
51
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
52
+ activejob (7.1.0.alpha)
53
+ activesupport (= 7.1.0.alpha)
54
+ globalid (>= 0.3.6)
55
+ activemodel (7.1.0.alpha)
56
+ activesupport (= 7.1.0.alpha)
57
+ activerecord (7.1.0.alpha)
58
+ activemodel (= 7.1.0.alpha)
59
+ activesupport (= 7.1.0.alpha)
60
+ activestorage (7.1.0.alpha)
61
+ actionpack (= 7.1.0.alpha)
62
+ activejob (= 7.1.0.alpha)
63
+ activerecord (= 7.1.0.alpha)
64
+ activesupport (= 7.1.0.alpha)
65
+ marcel (~> 1.0)
66
+ mini_mime (>= 1.1.0)
67
+ activesupport (7.1.0.alpha)
68
+ concurrent-ruby (~> 1.0, >= 1.0.2)
69
+ connection_pool (>= 2.2.5)
70
+ i18n (>= 1.6, < 2)
71
+ minitest (>= 5.1)
72
+ tzinfo (~> 2.0)
73
+ rails (7.1.0.alpha)
74
+ actioncable (= 7.1.0.alpha)
75
+ actionmailbox (= 7.1.0.alpha)
76
+ actionmailer (= 7.1.0.alpha)
77
+ actionpack (= 7.1.0.alpha)
78
+ actiontext (= 7.1.0.alpha)
79
+ actionview (= 7.1.0.alpha)
80
+ activejob (= 7.1.0.alpha)
81
+ activemodel (= 7.1.0.alpha)
82
+ activerecord (= 7.1.0.alpha)
83
+ activestorage (= 7.1.0.alpha)
84
+ activesupport (= 7.1.0.alpha)
85
+ bundler (>= 1.15.0)
86
+ railties (= 7.1.0.alpha)
87
+ railties (7.1.0.alpha)
88
+ actionpack (= 7.1.0.alpha)
89
+ activesupport (= 7.1.0.alpha)
90
+ method_source
91
+ rake (>= 12.2)
92
+ thor (~> 1.0)
93
+ zeitwerk (~> 2.6)
94
+
95
+ PATH
96
+ remote: ../..
97
+ specs:
98
+ texd (0.5.1)
99
+ multipart-post (~> 2.0)
100
+ rails (>= 6.0, < 8)
101
+
102
+ GEM
103
+ remote: https://rubygems.org/
104
+ specs:
105
+ builder (3.2.4)
106
+ byebug (11.1.3)
107
+ coderay (1.1.3)
108
+ combustion (1.3.7)
109
+ activesupport (>= 3.0.0)
110
+ railties (>= 3.0.0)
111
+ thor (>= 0.14.6)
112
+ concurrent-ruby (1.1.10)
113
+ connection_pool (2.3.0)
114
+ crass (1.0.6)
115
+ diff-lcs (1.5.0)
116
+ erubi (1.11.0)
117
+ globalid (1.0.0)
118
+ activesupport (>= 5.0)
119
+ i18n (1.12.0)
120
+ concurrent-ruby (~> 1.0)
121
+ loofah (2.19.0)
122
+ crass (~> 1.0.2)
123
+ nokogiri (>= 1.5.9)
124
+ mail (2.7.1)
125
+ mini_mime (>= 0.1.1)
126
+ marcel (1.0.2)
127
+ method_source (1.0.0)
128
+ mini_mime (1.1.2)
129
+ minitest (5.16.3)
130
+ multipart-post (2.2.3)
131
+ net-imap (0.3.1)
132
+ net-protocol
133
+ net-pop (0.1.2)
134
+ net-protocol
135
+ net-protocol (0.1.3)
136
+ timeout
137
+ net-smtp (0.3.2)
138
+ net-protocol
139
+ nio4r (2.5.8)
140
+ nokogiri (1.13.8-x86_64-linux)
141
+ racc (~> 1.4)
142
+ pry (0.14.1)
143
+ coderay (~> 1.1)
144
+ method_source (~> 1.0)
145
+ pry-byebug (3.10.1)
146
+ byebug (~> 11.0)
147
+ pry (>= 0.13, < 0.15)
148
+ racc (1.6.0)
149
+ rack (2.2.4)
150
+ rack-test (2.0.2)
151
+ rack (>= 1.3)
152
+ rails-dom-testing (2.0.3)
153
+ activesupport (>= 4.2.0)
154
+ nokogiri (>= 1.6)
155
+ rails-html-sanitizer (1.4.3)
156
+ loofah (~> 2.3)
157
+ rake (13.0.6)
158
+ rspec (3.11.0)
159
+ rspec-core (~> 3.11.0)
160
+ rspec-expectations (~> 3.11.0)
161
+ rspec-mocks (~> 3.11.0)
162
+ rspec-core (3.11.0)
163
+ rspec-support (~> 3.11.0)
164
+ rspec-expectations (3.11.1)
165
+ diff-lcs (>= 1.2.0, < 2.0)
166
+ rspec-support (~> 3.11.0)
167
+ rspec-mocks (3.11.1)
168
+ diff-lcs (>= 1.2.0, < 2.0)
169
+ rspec-support (~> 3.11.0)
170
+ rspec-rails (5.1.2)
171
+ actionpack (>= 5.2)
172
+ activesupport (>= 5.2)
173
+ railties (>= 5.2)
174
+ rspec-core (~> 3.10)
175
+ rspec-expectations (~> 3.10)
176
+ rspec-mocks (~> 3.10)
177
+ rspec-support (~> 3.10)
178
+ rspec-support (3.11.1)
179
+ thor (1.2.1)
180
+ timeout (0.3.0)
181
+ tzinfo (2.0.5)
182
+ concurrent-ruby (~> 1.0)
183
+ websocket-driver (0.7.5)
184
+ websocket-extensions (>= 0.1.0)
185
+ websocket-extensions (0.1.5)
186
+ zeitwerk (2.6.1)
187
+
188
+ PLATFORMS
189
+ x86_64-linux
190
+
191
+ DEPENDENCIES
192
+ combustion
193
+ pry-byebug
194
+ rails!
195
+ rake (~> 13.0)
196
+ rspec (~> 3.0)
197
+ rspec-rails
198
+ texd!
199
+
200
+ BUNDLED WITH
201
+ 2.3.9