curly-templates 3.2.0 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  GIT
2
2
  remote: https://github.com/zendesk/genspec.git
3
- revision: 228a684f3d4f7e1499c55feb7b022681ad1af342
3
+ revision: 76116991caf40ef940076f702f70a141ced84ce2
4
4
  branch: rails-7
5
5
  specs:
6
6
  genspec (0.3.2)
@@ -10,140 +10,151 @@ GIT
10
10
  PATH
11
11
  remote: ..
12
12
  specs:
13
- curly-templates (3.2.0)
14
- actionpack (>= 5.1, < 7.1)
13
+ curly-templates (3.3.0)
14
+ actionpack (>= 5.1, < 7.2)
15
15
  sorted_set
16
16
 
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
- actioncable (6.0.6)
21
- actionpack (= 6.0.6)
20
+ actioncable (6.0.6.1)
21
+ actionpack (= 6.0.6.1)
22
22
  nio4r (~> 2.0)
23
23
  websocket-driver (>= 0.6.1)
24
- actionmailbox (6.0.6)
25
- actionpack (= 6.0.6)
26
- activejob (= 6.0.6)
27
- activerecord (= 6.0.6)
28
- activestorage (= 6.0.6)
29
- activesupport (= 6.0.6)
24
+ actionmailbox (6.0.6.1)
25
+ actionpack (= 6.0.6.1)
26
+ activejob (= 6.0.6.1)
27
+ activerecord (= 6.0.6.1)
28
+ activestorage (= 6.0.6.1)
29
+ activesupport (= 6.0.6.1)
30
30
  mail (>= 2.7.1)
31
- actionmailer (6.0.6)
32
- actionpack (= 6.0.6)
33
- actionview (= 6.0.6)
34
- activejob (= 6.0.6)
31
+ actionmailer (6.0.6.1)
32
+ actionpack (= 6.0.6.1)
33
+ actionview (= 6.0.6.1)
34
+ activejob (= 6.0.6.1)
35
35
  mail (~> 2.5, >= 2.5.4)
36
36
  rails-dom-testing (~> 2.0)
37
- actionpack (6.0.6)
38
- actionview (= 6.0.6)
39
- activesupport (= 6.0.6)
37
+ actionpack (6.0.6.1)
38
+ actionview (= 6.0.6.1)
39
+ activesupport (= 6.0.6.1)
40
40
  rack (~> 2.0, >= 2.0.8)
41
41
  rack-test (>= 0.6.3)
42
42
  rails-dom-testing (~> 2.0)
43
43
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
- actiontext (6.0.6)
45
- actionpack (= 6.0.6)
46
- activerecord (= 6.0.6)
47
- activestorage (= 6.0.6)
48
- activesupport (= 6.0.6)
44
+ actiontext (6.0.6.1)
45
+ actionpack (= 6.0.6.1)
46
+ activerecord (= 6.0.6.1)
47
+ activestorage (= 6.0.6.1)
48
+ activesupport (= 6.0.6.1)
49
49
  nokogiri (>= 1.8.5)
50
- actionview (6.0.6)
51
- activesupport (= 6.0.6)
50
+ actionview (6.0.6.1)
51
+ activesupport (= 6.0.6.1)
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 (6.0.6)
57
- activesupport (= 6.0.6)
56
+ activejob (6.0.6.1)
57
+ activesupport (= 6.0.6.1)
58
58
  globalid (>= 0.3.6)
59
- activemodel (6.0.6)
60
- activesupport (= 6.0.6)
61
- activerecord (6.0.6)
62
- activemodel (= 6.0.6)
63
- activesupport (= 6.0.6)
64
- activestorage (6.0.6)
65
- actionpack (= 6.0.6)
66
- activejob (= 6.0.6)
67
- activerecord (= 6.0.6)
59
+ activemodel (6.0.6.1)
60
+ activesupport (= 6.0.6.1)
61
+ activerecord (6.0.6.1)
62
+ activemodel (= 6.0.6.1)
63
+ activesupport (= 6.0.6.1)
64
+ activestorage (6.0.6.1)
65
+ actionpack (= 6.0.6.1)
66
+ activejob (= 6.0.6.1)
67
+ activerecord (= 6.0.6.1)
68
68
  marcel (~> 1.0)
69
- activesupport (6.0.6)
69
+ activesupport (6.0.6.1)
70
70
  concurrent-ruby (~> 1.0, >= 1.0.2)
71
71
  i18n (>= 0.7, < 2)
72
72
  minitest (~> 5.1)
73
73
  tzinfo (~> 1.1)
74
74
  zeitwerk (~> 2.2, >= 2.2.2)
75
- benchmark-ips (2.10.0)
75
+ benchmark-ips (2.12.0)
76
76
  builder (3.2.4)
77
- concurrent-ruby (1.1.10)
77
+ concurrent-ruby (1.2.2)
78
78
  crass (1.0.6)
79
+ date (3.3.4)
79
80
  diff-lcs (1.5.0)
80
- erubi (1.11.0)
81
- github-markup (4.0.1)
82
- globalid (1.0.0)
81
+ erubi (1.12.0)
82
+ github-markup (4.0.2)
83
+ globalid (1.1.0)
83
84
  activesupport (>= 5.0)
84
- i18n (1.12.0)
85
+ i18n (1.14.1)
85
86
  concurrent-ruby (~> 1.0)
86
- loofah (2.19.0)
87
+ loofah (2.21.4)
87
88
  crass (~> 1.0.2)
88
- nokogiri (>= 1.5.9)
89
- mail (2.7.1)
89
+ nokogiri (>= 1.12.0)
90
+ mail (2.8.1)
90
91
  mini_mime (>= 0.1.1)
92
+ net-imap
93
+ net-pop
94
+ net-smtp
91
95
  marcel (1.0.2)
92
96
  method_source (1.0.0)
93
- mini_mime (1.1.2)
94
- mini_portile2 (2.8.0)
95
- minitest (5.16.3)
96
- nio4r (2.5.8)
97
- nokogiri (1.13.9)
98
- mini_portile2 (~> 2.8.0)
97
+ mini_mime (1.1.5)
98
+ mini_portile2 (2.8.5)
99
+ minitest (5.20.0)
100
+ net-imap (0.4.5)
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)
108
+ net-protocol
109
+ nio4r (2.5.9)
110
+ nokogiri (1.15.4)
111
+ mini_portile2 (~> 2.8.2)
99
112
  racc (~> 1.4)
100
- nokogiri (1.13.9-x86_64-darwin)
101
- racc (~> 1.4)
102
- nokogiri (1.13.9-x86_64-linux)
103
- racc (~> 1.4)
104
- racc (1.6.0)
105
- rack (2.2.4)
106
- rack-test (2.0.2)
113
+ racc (1.7.3)
114
+ rack (2.2.8)
115
+ rack-test (2.1.0)
107
116
  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)
117
+ rails (6.0.6.1)
118
+ actioncable (= 6.0.6.1)
119
+ actionmailbox (= 6.0.6.1)
120
+ actionmailer (= 6.0.6.1)
121
+ actionpack (= 6.0.6.1)
122
+ actiontext (= 6.0.6.1)
123
+ actionview (= 6.0.6.1)
124
+ activejob (= 6.0.6.1)
125
+ activemodel (= 6.0.6.1)
126
+ activerecord (= 6.0.6.1)
127
+ activestorage (= 6.0.6.1)
128
+ activesupport (= 6.0.6.1)
120
129
  bundler (>= 1.3.0)
121
- railties (= 6.0.6)
130
+ railties (= 6.0.6.1)
122
131
  sprockets-rails (>= 2.0.0)
123
- rails-dom-testing (2.0.3)
124
- activesupport (>= 4.2.0)
132
+ rails-dom-testing (2.2.0)
133
+ activesupport (>= 5.0.0)
134
+ minitest
125
135
  nokogiri (>= 1.6)
126
- rails-html-sanitizer (1.4.3)
127
- loofah (~> 2.3)
128
- railties (6.0.6)
129
- actionpack (= 6.0.6)
130
- activesupport (= 6.0.6)
136
+ rails-html-sanitizer (1.6.0)
137
+ loofah (~> 2.21)
138
+ nokogiri (~> 1.14)
139
+ railties (6.0.6.1)
140
+ actionpack (= 6.0.6.1)
141
+ activesupport (= 6.0.6.1)
131
142
  method_source
132
143
  rake (>= 0.8.7)
133
144
  thor (>= 0.20.3, < 2.0)
134
- rake (13.0.6)
135
- rbtree (0.4.5)
136
- redcarpet (3.5.1)
145
+ rake (13.1.0)
146
+ rbtree (0.4.6)
147
+ redcarpet (3.6.0)
137
148
  rspec (3.12.0)
138
149
  rspec-core (~> 3.12.0)
139
150
  rspec-expectations (~> 3.12.0)
140
151
  rspec-mocks (~> 3.12.0)
141
- rspec-core (3.12.0)
152
+ rspec-core (3.12.2)
142
153
  rspec-support (~> 3.12.0)
143
- rspec-expectations (3.12.0)
154
+ rspec-expectations (3.12.3)
144
155
  diff-lcs (>= 1.2.0, < 2.0)
145
156
  rspec-support (~> 3.12.0)
146
- rspec-mocks (3.12.0)
157
+ rspec-mocks (3.12.6)
147
158
  diff-lcs (>= 1.2.0, < 2.0)
148
159
  rspec-support (~> 3.12.0)
149
160
  rspec-rails (5.1.2)
@@ -154,39 +165,36 @@ GEM
154
165
  rspec-expectations (~> 3.10)
155
166
  rspec-mocks (~> 3.10)
156
167
  rspec-support (~> 3.10)
157
- rspec-support (3.12.0)
168
+ rspec-support (3.12.1)
158
169
  set (1.0.3)
159
170
  sorted_set (1.0.3)
160
171
  rbtree
161
172
  set (~> 1.0)
162
- sprockets (4.1.1)
173
+ sprockets (4.2.1)
163
174
  concurrent-ruby (~> 1.0)
164
- rack (> 1, < 3)
175
+ rack (>= 2.2.4, < 4)
165
176
  sprockets-rails (3.4.2)
166
177
  actionpack (>= 5.2)
167
178
  activesupport (>= 5.2)
168
179
  sprockets (>= 3.0.0)
169
- stackprof (0.2.22)
170
- thor (1.2.1)
180
+ stackprof (0.2.25)
181
+ thor (1.3.0)
171
182
  thread_safe (0.3.6)
183
+ timeout (0.4.1)
172
184
  tomparse (0.4.2)
173
- tzinfo (1.2.10)
185
+ tzinfo (1.2.11)
174
186
  thread_safe (~> 0.1)
175
- webrick (1.7.0)
176
- websocket-driver (0.7.5)
187
+ websocket-driver (0.7.6)
177
188
  websocket-extensions (>= 0.1.0)
178
189
  websocket-extensions (0.1.5)
179
- yard (0.9.28)
180
- webrick (~> 1.7.0)
190
+ yard (0.9.34)
181
191
  yard-tomdoc (0.7.1)
182
192
  tomparse (>= 0.4.0)
183
193
  yard
184
- zeitwerk (2.6.6)
194
+ zeitwerk (2.6.12)
185
195
 
186
196
  PLATFORMS
187
197
  ruby
188
- x86_64-darwin
189
- x86_64-linux
190
198
 
191
199
  DEPENDENCIES
192
200
  benchmark-ips
@@ -194,7 +202,7 @@ DEPENDENCIES
194
202
  genspec!
195
203
  github-markup
196
204
  rails (~> 6.0.0)
197
- railties (>= 5.1, < 7.1)
205
+ railties (>= 5.1, < 7.2)
198
206
  rake
199
207
  redcarpet
200
208
  rspec (>= 3)
@@ -204,4 +212,4 @@ DEPENDENCIES
204
212
  yard-tomdoc
205
213
 
206
214
  BUNDLED WITH
207
- 2.3.25
215
+ 2.4.17
@@ -10,186 +10,194 @@ GIT
10
10
  PATH
11
11
  remote: ..
12
12
  specs:
13
- curly-templates (3.2.0)
14
- actionpack (>= 5.1, < 7.1)
13
+ curly-templates (3.3.0)
14
+ actionpack (>= 5.1, < 7.2)
15
15
  sorted_set
16
16
 
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
- actioncable (6.1.7)
21
- actionpack (= 6.1.7)
22
- activesupport (= 6.1.7)
20
+ actioncable (6.1.7.6)
21
+ actionpack (= 6.1.7.6)
22
+ activesupport (= 6.1.7.6)
23
23
  nio4r (~> 2.0)
24
24
  websocket-driver (>= 0.6.1)
25
- actionmailbox (6.1.7)
26
- actionpack (= 6.1.7)
27
- activejob (= 6.1.7)
28
- activerecord (= 6.1.7)
29
- activestorage (= 6.1.7)
30
- activesupport (= 6.1.7)
25
+ actionmailbox (6.1.7.6)
26
+ actionpack (= 6.1.7.6)
27
+ activejob (= 6.1.7.6)
28
+ activerecord (= 6.1.7.6)
29
+ activestorage (= 6.1.7.6)
30
+ activesupport (= 6.1.7.6)
31
31
  mail (>= 2.7.1)
32
- actionmailer (6.1.7)
33
- actionpack (= 6.1.7)
34
- actionview (= 6.1.7)
35
- activejob (= 6.1.7)
36
- activesupport (= 6.1.7)
32
+ actionmailer (6.1.7.6)
33
+ actionpack (= 6.1.7.6)
34
+ actionview (= 6.1.7.6)
35
+ activejob (= 6.1.7.6)
36
+ activesupport (= 6.1.7.6)
37
37
  mail (~> 2.5, >= 2.5.4)
38
38
  rails-dom-testing (~> 2.0)
39
- actionpack (6.1.7)
40
- actionview (= 6.1.7)
41
- activesupport (= 6.1.7)
39
+ actionpack (6.1.7.6)
40
+ actionview (= 6.1.7.6)
41
+ activesupport (= 6.1.7.6)
42
42
  rack (~> 2.0, >= 2.0.9)
43
43
  rack-test (>= 0.6.3)
44
44
  rails-dom-testing (~> 2.0)
45
45
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
46
- actiontext (6.1.7)
47
- actionpack (= 6.1.7)
48
- activerecord (= 6.1.7)
49
- activestorage (= 6.1.7)
50
- activesupport (= 6.1.7)
46
+ actiontext (6.1.7.6)
47
+ actionpack (= 6.1.7.6)
48
+ activerecord (= 6.1.7.6)
49
+ activestorage (= 6.1.7.6)
50
+ activesupport (= 6.1.7.6)
51
51
  nokogiri (>= 1.8.5)
52
- actionview (6.1.7)
53
- activesupport (= 6.1.7)
52
+ actionview (6.1.7.6)
53
+ activesupport (= 6.1.7.6)
54
54
  builder (~> 3.1)
55
55
  erubi (~> 1.4)
56
56
  rails-dom-testing (~> 2.0)
57
57
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
58
- activejob (6.1.7)
59
- activesupport (= 6.1.7)
58
+ activejob (6.1.7.6)
59
+ activesupport (= 6.1.7.6)
60
60
  globalid (>= 0.3.6)
61
- activemodel (6.1.7)
62
- activesupport (= 6.1.7)
63
- activerecord (6.1.7)
64
- activemodel (= 6.1.7)
65
- activesupport (= 6.1.7)
66
- activestorage (6.1.7)
67
- actionpack (= 6.1.7)
68
- activejob (= 6.1.7)
69
- activerecord (= 6.1.7)
70
- activesupport (= 6.1.7)
61
+ activemodel (6.1.7.6)
62
+ activesupport (= 6.1.7.6)
63
+ activerecord (6.1.7.6)
64
+ activemodel (= 6.1.7.6)
65
+ activesupport (= 6.1.7.6)
66
+ activestorage (6.1.7.6)
67
+ actionpack (= 6.1.7.6)
68
+ activejob (= 6.1.7.6)
69
+ activerecord (= 6.1.7.6)
70
+ activesupport (= 6.1.7.6)
71
71
  marcel (~> 1.0)
72
72
  mini_mime (>= 1.1.0)
73
- activesupport (6.1.7)
73
+ activesupport (6.1.7.6)
74
74
  concurrent-ruby (~> 1.0, >= 1.0.2)
75
75
  i18n (>= 1.6, < 2)
76
76
  minitest (>= 5.1)
77
77
  tzinfo (~> 2.0)
78
78
  zeitwerk (~> 2.3)
79
- benchmark-ips (2.10.0)
79
+ benchmark-ips (2.12.0)
80
80
  builder (3.2.4)
81
- concurrent-ruby (1.1.10)
81
+ concurrent-ruby (1.2.2)
82
82
  crass (1.0.6)
83
+ date (3.3.4)
83
84
  diff-lcs (1.5.0)
84
- erubi (1.11.0)
85
- github-markup (4.0.1)
86
- globalid (1.0.0)
87
- activesupport (>= 5.0)
88
- i18n (1.12.0)
85
+ erubi (1.12.0)
86
+ github-markup (4.0.2)
87
+ globalid (1.2.1)
88
+ activesupport (>= 6.1)
89
+ i18n (1.14.1)
89
90
  concurrent-ruby (~> 1.0)
90
- loofah (2.19.0)
91
+ loofah (2.21.4)
91
92
  crass (~> 1.0.2)
92
- nokogiri (>= 1.5.9)
93
- mail (2.7.1)
93
+ nokogiri (>= 1.12.0)
94
+ mail (2.8.1)
94
95
  mini_mime (>= 0.1.1)
96
+ net-imap
97
+ net-pop
98
+ net-smtp
95
99
  marcel (1.0.2)
96
100
  method_source (1.0.0)
97
- mini_mime (1.1.2)
98
- mini_portile2 (2.8.2)
99
- minitest (5.16.3)
100
- nio4r (2.5.8)
101
- nokogiri (1.15.2)
101
+ mini_mime (1.1.5)
102
+ mini_portile2 (2.8.5)
103
+ minitest (5.20.0)
104
+ net-imap (0.4.5)
105
+ date
106
+ net-protocol
107
+ net-pop (0.1.2)
108
+ net-protocol
109
+ net-protocol (0.2.2)
110
+ timeout
111
+ net-smtp (0.4.0)
112
+ net-protocol
113
+ nio4r (2.5.9)
114
+ nokogiri (1.15.4)
102
115
  mini_portile2 (~> 2.8.2)
103
116
  racc (~> 1.4)
104
- nokogiri (1.15.2-x86_64-darwin)
105
- racc (~> 1.4)
106
- nokogiri (1.15.2-x86_64-linux)
107
- racc (~> 1.4)
108
- racc (1.6.2)
109
- rack (2.2.4)
110
- rack-test (2.0.2)
117
+ racc (1.7.3)
118
+ rack (2.2.8)
119
+ rack-test (2.1.0)
111
120
  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)
121
+ rails (6.1.7.6)
122
+ actioncable (= 6.1.7.6)
123
+ actionmailbox (= 6.1.7.6)
124
+ actionmailer (= 6.1.7.6)
125
+ actionpack (= 6.1.7.6)
126
+ actiontext (= 6.1.7.6)
127
+ actionview (= 6.1.7.6)
128
+ activejob (= 6.1.7.6)
129
+ activemodel (= 6.1.7.6)
130
+ activerecord (= 6.1.7.6)
131
+ activestorage (= 6.1.7.6)
132
+ activesupport (= 6.1.7.6)
124
133
  bundler (>= 1.15.0)
125
- railties (= 6.1.7)
134
+ railties (= 6.1.7.6)
126
135
  sprockets-rails (>= 2.0.0)
127
- rails-dom-testing (2.0.3)
128
- activesupport (>= 4.2.0)
136
+ rails-dom-testing (2.2.0)
137
+ activesupport (>= 5.0.0)
138
+ minitest
129
139
  nokogiri (>= 1.6)
130
- rails-html-sanitizer (1.4.3)
131
- loofah (~> 2.3)
132
- railties (6.1.7)
133
- actionpack (= 6.1.7)
134
- activesupport (= 6.1.7)
140
+ rails-html-sanitizer (1.6.0)
141
+ loofah (~> 2.21)
142
+ nokogiri (~> 1.14)
143
+ railties (6.1.7.6)
144
+ actionpack (= 6.1.7.6)
145
+ activesupport (= 6.1.7.6)
135
146
  method_source
136
147
  rake (>= 12.2)
137
148
  thor (~> 1.0)
138
- rake (13.0.6)
139
- rbtree (0.4.5)
140
- redcarpet (3.5.1)
149
+ rake (13.1.0)
150
+ rbtree (0.4.6)
151
+ redcarpet (3.6.0)
141
152
  rspec (3.12.0)
142
153
  rspec-core (~> 3.12.0)
143
154
  rspec-expectations (~> 3.12.0)
144
155
  rspec-mocks (~> 3.12.0)
145
- rspec-core (3.12.0)
156
+ rspec-core (3.12.2)
146
157
  rspec-support (~> 3.12.0)
147
- rspec-expectations (3.12.0)
158
+ rspec-expectations (3.12.3)
148
159
  diff-lcs (>= 1.2.0, < 2.0)
149
160
  rspec-support (~> 3.12.0)
150
- rspec-mocks (3.12.0)
161
+ rspec-mocks (3.12.6)
151
162
  diff-lcs (>= 1.2.0, < 2.0)
152
163
  rspec-support (~> 3.12.0)
153
- rspec-rails (6.0.1)
164
+ rspec-rails (6.0.3)
154
165
  actionpack (>= 6.1)
155
166
  activesupport (>= 6.1)
156
167
  railties (>= 6.1)
157
- rspec-core (~> 3.11)
158
- rspec-expectations (~> 3.11)
159
- rspec-mocks (~> 3.11)
160
- rspec-support (~> 3.11)
161
- rspec-support (3.12.0)
168
+ rspec-core (~> 3.12)
169
+ rspec-expectations (~> 3.12)
170
+ rspec-mocks (~> 3.12)
171
+ rspec-support (~> 3.12)
172
+ rspec-support (3.12.1)
162
173
  set (1.0.3)
163
174
  sorted_set (1.0.3)
164
175
  rbtree
165
176
  set (~> 1.0)
166
- sprockets (4.1.1)
177
+ sprockets (4.2.1)
167
178
  concurrent-ruby (~> 1.0)
168
- rack (> 1, < 3)
179
+ rack (>= 2.2.4, < 4)
169
180
  sprockets-rails (3.4.2)
170
181
  actionpack (>= 5.2)
171
182
  activesupport (>= 5.2)
172
183
  sprockets (>= 3.0.0)
173
- stackprof (0.2.22)
174
- thor (1.2.1)
184
+ stackprof (0.2.25)
185
+ thor (1.3.0)
186
+ timeout (0.4.1)
175
187
  tomparse (0.4.2)
176
- tzinfo (2.0.5)
188
+ tzinfo (2.0.6)
177
189
  concurrent-ruby (~> 1.0)
178
- webrick (1.7.0)
179
- websocket-driver (0.7.5)
190
+ websocket-driver (0.7.6)
180
191
  websocket-extensions (>= 0.1.0)
181
192
  websocket-extensions (0.1.5)
182
- yard (0.9.28)
183
- webrick (~> 1.7.0)
193
+ yard (0.9.34)
184
194
  yard-tomdoc (0.7.1)
185
195
  tomparse (>= 0.4.0)
186
196
  yard
187
- zeitwerk (2.6.6)
197
+ zeitwerk (2.6.12)
188
198
 
189
199
  PLATFORMS
190
200
  ruby
191
- x86_64-darwin
192
- x86_64-linux
193
201
 
194
202
  DEPENDENCIES
195
203
  benchmark-ips
@@ -197,7 +205,7 @@ DEPENDENCIES
197
205
  genspec!
198
206
  github-markup
199
207
  rails (~> 6.1.0)
200
- railties (>= 5.1, < 7.1)
208
+ railties (>= 5.1, < 7.2)
201
209
  rake
202
210
  redcarpet
203
211
  rspec (>= 3)
@@ -207,4 +215,4 @@ DEPENDENCIES
207
215
  yard-tomdoc
208
216
 
209
217
  BUNDLED WITH
210
- 2.3.25
218
+ 2.4.17