sorbet-rails 0.7.32 → 0.7.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/publish-gem.yml +9 -19
  3. data/README.md +0 -2
  4. data/lib/sorbet-rails/active_record_rbi_formatter.rb +3 -3
  5. data/lib/sorbet-rails/model_rbi_formatter.rb +3 -3
  6. data/sorbet-rails.gemspec +2 -2
  7. data/spec/support/v5.2/Gemfile.lock +76 -67
  8. data/spec/support/v6.0/Gemfile.lock +93 -85
  9. data/spec/support/v6.1/Gemfile +1 -1
  10. data/spec/support/v6.1/Gemfile.lock +115 -108
  11. data/spec/test_data/v5.2/expected_active_record_relation.rbi +2 -2
  12. data/spec/test_data/v5.2/expected_attachment.rbi +3 -3
  13. data/spec/test_data/v5.2/expected_blob.rbi +3 -3
  14. data/spec/test_data/v5.2/expected_habtm_subjects.rbi +3 -3
  15. data/spec/test_data/v5.2/expected_habtm_wizards.rbi +3 -3
  16. data/spec/test_data/v5.2/expected_headmaster.rbi +3 -3
  17. data/spec/test_data/v5.2/expected_internal_metadata.rbi +3 -3
  18. data/spec/test_data/v5.2/expected_potion.rbi +3 -3
  19. data/spec/test_data/v5.2/expected_robe.rbi +3 -3
  20. data/spec/test_data/v5.2/expected_schema_migration.rbi +3 -3
  21. data/spec/test_data/v5.2/expected_school.rbi +3 -3
  22. data/spec/test_data/v5.2/expected_spell/habtm_spell_books.rbi +3 -3
  23. data/spec/test_data/v5.2/expected_spell.rbi +3 -3
  24. data/spec/test_data/v5.2/expected_spell_book/habtm_spell_books.rbi +3 -3
  25. data/spec/test_data/v5.2/expected_spell_book/habtm_spells.rbi +3 -3
  26. data/spec/test_data/v5.2/expected_spell_book.rbi +3 -3
  27. data/spec/test_data/v5.2/expected_squib.rbi +3 -3
  28. data/spec/test_data/v5.2/expected_subject/habtm_wizards.rbi +3 -3
  29. data/spec/test_data/v5.2/expected_subject.rbi +3 -3
  30. data/spec/test_data/v5.2/expected_wand.rbi +3 -3
  31. data/spec/test_data/v5.2/expected_wizard/habtm_subjects.rbi +3 -3
  32. data/spec/test_data/v5.2/expected_wizard.rbi +3 -3
  33. data/spec/test_data/v5.2/expected_wizard_wo_spellbook.rbi +3 -3
  34. data/spec/test_data/v6.0/expected_active_record_relation.rbi +2 -2
  35. data/spec/test_data/v6.0/expected_attachment.rbi +3 -3
  36. data/spec/test_data/v6.0/expected_blob.rbi +3 -3
  37. data/spec/test_data/v6.0/expected_habtm_subjects.rbi +3 -3
  38. data/spec/test_data/v6.0/expected_habtm_wizards.rbi +3 -3
  39. data/spec/test_data/v6.0/expected_headmaster.rbi +3 -3
  40. data/spec/test_data/v6.0/expected_internal_metadata.rbi +3 -3
  41. data/spec/test_data/v6.0/expected_potion.rbi +3 -3
  42. data/spec/test_data/v6.0/expected_robe.rbi +3 -3
  43. data/spec/test_data/v6.0/expected_schema_migration.rbi +3 -3
  44. data/spec/test_data/v6.0/expected_school.rbi +3 -3
  45. data/spec/test_data/v6.0/expected_spell/habtm_spell_books.rbi +3 -3
  46. data/spec/test_data/v6.0/expected_spell.rbi +3 -3
  47. data/spec/test_data/v6.0/expected_spell_book/habtm_spell_books.rbi +3 -3
  48. data/spec/test_data/v6.0/expected_spell_book/habtm_spells.rbi +3 -3
  49. data/spec/test_data/v6.0/expected_spell_book.rbi +3 -3
  50. data/spec/test_data/v6.0/expected_squib.rbi +3 -3
  51. data/spec/test_data/v6.0/expected_subject/habtm_wizards.rbi +3 -3
  52. data/spec/test_data/v6.0/expected_subject.rbi +3 -3
  53. data/spec/test_data/v6.0/expected_wand.rbi +3 -3
  54. data/spec/test_data/v6.0/expected_wizard/habtm_subjects.rbi +3 -3
  55. data/spec/test_data/v6.0/expected_wizard.rbi +3 -3
  56. data/spec/test_data/v6.0/expected_wizard_wo_spellbook.rbi +3 -3
  57. data/spec/test_data/v6.1/expected_active_record_relation.rbi +2 -2
  58. data/spec/test_data/v6.1/expected_attachment.rbi +3 -3
  59. data/spec/test_data/v6.1/expected_blob.rbi +3 -3
  60. data/spec/test_data/v6.1/expected_habtm_subjects.rbi +3 -3
  61. data/spec/test_data/v6.1/expected_habtm_wizards.rbi +3 -3
  62. data/spec/test_data/v6.1/expected_headmaster.rbi +3 -3
  63. data/spec/test_data/v6.1/expected_internal_metadata.rbi +3 -3
  64. data/spec/test_data/v6.1/expected_potion.rbi +3 -3
  65. data/spec/test_data/v6.1/expected_record.rbi +3 -3
  66. data/spec/test_data/v6.1/expected_robe.rbi +3 -3
  67. data/spec/test_data/v6.1/expected_schema_migration.rbi +3 -3
  68. data/spec/test_data/v6.1/expected_school.rbi +3 -3
  69. data/spec/test_data/v6.1/expected_spell/habtm_spell_books.rbi +3 -3
  70. data/spec/test_data/v6.1/expected_spell.rbi +3 -3
  71. data/spec/test_data/v6.1/expected_spell_book/habtm_spell_books.rbi +3 -3
  72. data/spec/test_data/v6.1/expected_spell_book/habtm_spells.rbi +3 -3
  73. data/spec/test_data/v6.1/expected_spell_book.rbi +3 -3
  74. data/spec/test_data/v6.1/expected_squib.rbi +3 -3
  75. data/spec/test_data/v6.1/expected_subject/habtm_wizards.rbi +3 -3
  76. data/spec/test_data/v6.1/expected_subject.rbi +3 -3
  77. data/spec/test_data/v6.1/expected_variant_record.rbi +3 -3
  78. data/spec/test_data/v6.1/expected_wand.rbi +3 -3
  79. data/spec/test_data/v6.1/expected_wizard/habtm_subjects.rbi +3 -3
  80. data/spec/test_data/v6.1/expected_wizard.rbi +3 -3
  81. data/spec/test_data/v6.1/expected_wizard_wo_spellbook.rbi +3 -3
  82. metadata +3 -3
@@ -1,177 +1,187 @@
1
1
  PATH
2
2
  remote: ../../..
3
3
  specs:
4
- sorbet-rails (0.7.4)
4
+ sorbet-rails (0.7.32)
5
5
  method_source (>= 0.9.2)
6
6
  parlour (>= 4.0.1)
7
7
  parser (>= 2.7)
8
8
  sorbet-coerce (>= 0.2.6)
9
- sorbet-runtime (>= 0.5)
9
+ sorbet-runtime (>= 0.5.9892)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (6.0.3.2)
15
- actionpack (= 6.0.3.2)
14
+ actioncable (6.1.5)
15
+ actionpack (= 6.1.5)
16
+ activesupport (= 6.1.5)
16
17
  nio4r (~> 2.0)
17
18
  websocket-driver (>= 0.6.1)
18
- actionmailbox (6.0.3.2)
19
- actionpack (= 6.0.3.2)
20
- activejob (= 6.0.3.2)
21
- activerecord (= 6.0.3.2)
22
- activestorage (= 6.0.3.2)
23
- activesupport (= 6.0.3.2)
19
+ actionmailbox (6.1.5)
20
+ actionpack (= 6.1.5)
21
+ activejob (= 6.1.5)
22
+ activerecord (= 6.1.5)
23
+ activestorage (= 6.1.5)
24
+ activesupport (= 6.1.5)
24
25
  mail (>= 2.7.1)
25
- actionmailer (6.0.3.2)
26
- actionpack (= 6.0.3.2)
27
- actionview (= 6.0.3.2)
28
- activejob (= 6.0.3.2)
26
+ actionmailer (6.1.5)
27
+ actionpack (= 6.1.5)
28
+ actionview (= 6.1.5)
29
+ activejob (= 6.1.5)
30
+ activesupport (= 6.1.5)
29
31
  mail (~> 2.5, >= 2.5.4)
30
32
  rails-dom-testing (~> 2.0)
31
- actionpack (6.0.3.2)
32
- actionview (= 6.0.3.2)
33
- activesupport (= 6.0.3.2)
34
- rack (~> 2.0, >= 2.0.8)
33
+ actionpack (6.1.5)
34
+ actionview (= 6.1.5)
35
+ activesupport (= 6.1.5)
36
+ rack (~> 2.0, >= 2.0.9)
35
37
  rack-test (>= 0.6.3)
36
38
  rails-dom-testing (~> 2.0)
37
39
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
- actiontext (6.0.3.2)
39
- actionpack (= 6.0.3.2)
40
- activerecord (= 6.0.3.2)
41
- activestorage (= 6.0.3.2)
42
- activesupport (= 6.0.3.2)
40
+ actiontext (6.1.5)
41
+ actionpack (= 6.1.5)
42
+ activerecord (= 6.1.5)
43
+ activestorage (= 6.1.5)
44
+ activesupport (= 6.1.5)
43
45
  nokogiri (>= 1.8.5)
44
- actionview (6.0.3.2)
45
- activesupport (= 6.0.3.2)
46
+ actionview (6.1.5)
47
+ activesupport (= 6.1.5)
46
48
  builder (~> 3.1)
47
49
  erubi (~> 1.4)
48
50
  rails-dom-testing (~> 2.0)
49
51
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
- activejob (6.0.3.2)
51
- activesupport (= 6.0.3.2)
52
+ activejob (6.1.5)
53
+ activesupport (= 6.1.5)
52
54
  globalid (>= 0.3.6)
53
- activemodel (6.0.3.2)
54
- activesupport (= 6.0.3.2)
55
- activerecord (6.0.3.2)
56
- activemodel (= 6.0.3.2)
57
- activesupport (= 6.0.3.2)
58
- activestorage (6.0.3.2)
59
- actionpack (= 6.0.3.2)
60
- activejob (= 6.0.3.2)
61
- activerecord (= 6.0.3.2)
62
- marcel (~> 0.3.1)
63
- activesupport (6.0.3.2)
55
+ activemodel (6.1.5)
56
+ activesupport (= 6.1.5)
57
+ activerecord (6.1.5)
58
+ activemodel (= 6.1.5)
59
+ activesupport (= 6.1.5)
60
+ activestorage (6.1.5)
61
+ actionpack (= 6.1.5)
62
+ activejob (= 6.1.5)
63
+ activerecord (= 6.1.5)
64
+ activesupport (= 6.1.5)
65
+ marcel (~> 1.0)
66
+ mini_mime (>= 1.1.0)
67
+ activesupport (6.1.5)
64
68
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
- i18n (>= 0.7, < 2)
66
- minitest (~> 5.1)
67
- tzinfo (~> 1.1)
68
- zeitwerk (~> 2.2, >= 2.2.2)
69
+ i18n (>= 1.6, < 2)
70
+ minitest (>= 5.1)
71
+ tzinfo (~> 2.0)
72
+ zeitwerk (~> 2.3)
69
73
  ast (2.4.2)
70
74
  bindex (0.8.1)
71
75
  builder (3.2.4)
72
76
  byebug (11.1.3)
73
77
  commander (4.6.0)
74
78
  highline (~> 2.0.0)
75
- concurrent-ruby (1.1.6)
79
+ concurrent-ruby (1.1.10)
76
80
  crass (1.0.6)
77
- erubi (1.9.0)
78
- globalid (0.4.2)
79
- activesupport (>= 4.2.0)
81
+ erubi (1.10.0)
82
+ globalid (1.0.0)
83
+ activesupport (>= 5.0)
80
84
  highline (2.0.3)
81
- i18n (1.8.3)
85
+ i18n (1.10.0)
82
86
  concurrent-ruby (~> 1.0)
83
- jbuilder (2.10.0)
87
+ jbuilder (2.11.5)
88
+ actionview (>= 5.0.0)
84
89
  activesupport (>= 5.0.0)
85
- loofah (2.6.0)
90
+ loofah (2.16.0)
86
91
  crass (~> 1.0.2)
87
92
  nokogiri (>= 1.5.9)
88
93
  mail (2.7.1)
89
94
  mini_mime (>= 0.1.1)
90
- marcel (0.3.3)
91
- mimemagic (~> 0.3.2)
95
+ marcel (1.0.2)
92
96
  method_source (1.0.0)
93
- mimemagic (0.3.5)
94
- mini_mime (1.0.2)
95
- mini_portile2 (2.5.0)
96
- minitest (5.14.1)
97
- nio4r (2.5.2)
98
- nokogiri (1.11.1)
99
- mini_portile2 (~> 2.5.0)
97
+ mini_mime (1.1.2)
98
+ mini_portile2 (2.8.0)
99
+ minitest (5.15.0)
100
+ nio4r (2.5.8)
101
+ nokogiri (1.13.4)
102
+ mini_portile2 (~> 2.8.0)
100
103
  racc (~> 1.4)
101
- nokogiri (1.11.1-x86_64-darwin)
104
+ nokogiri (1.13.4-x86_64-darwin)
102
105
  racc (~> 1.4)
103
- parlour (6.0.0)
106
+ parlour (7.0.0)
104
107
  commander (~> 4.5)
105
108
  parser
106
109
  rainbow (~> 3.0)
107
110
  sorbet-runtime (>= 0.5)
108
- parser (3.0.1.1)
111
+ parser (3.1.2.0)
109
112
  ast (~> 2.4.1)
110
113
  polyfill (1.9.0)
111
- puma (4.3.5)
114
+ puma (5.6.4)
112
115
  nio4r (~> 2.0)
113
- racc (1.5.2)
116
+ racc (1.6.0)
114
117
  rack (2.2.3)
115
118
  rack-test (1.1.0)
116
119
  rack (>= 1.0, < 3)
117
- rails (6.0.3.2)
118
- actioncable (= 6.0.3.2)
119
- actionmailbox (= 6.0.3.2)
120
- actionmailer (= 6.0.3.2)
121
- actionpack (= 6.0.3.2)
122
- actiontext (= 6.0.3.2)
123
- actionview (= 6.0.3.2)
124
- activejob (= 6.0.3.2)
125
- activemodel (= 6.0.3.2)
126
- activerecord (= 6.0.3.2)
127
- activestorage (= 6.0.3.2)
128
- activesupport (= 6.0.3.2)
129
- bundler (>= 1.3.0)
130
- railties (= 6.0.3.2)
120
+ rails (6.1.5)
121
+ actioncable (= 6.1.5)
122
+ actionmailbox (= 6.1.5)
123
+ actionmailer (= 6.1.5)
124
+ actionpack (= 6.1.5)
125
+ actiontext (= 6.1.5)
126
+ actionview (= 6.1.5)
127
+ activejob (= 6.1.5)
128
+ activemodel (= 6.1.5)
129
+ activerecord (= 6.1.5)
130
+ activestorage (= 6.1.5)
131
+ activesupport (= 6.1.5)
132
+ bundler (>= 1.15.0)
133
+ railties (= 6.1.5)
131
134
  sprockets-rails (>= 2.0.0)
132
135
  rails-dom-testing (2.0.3)
133
136
  activesupport (>= 4.2.0)
134
137
  nokogiri (>= 1.6)
135
- rails-html-sanitizer (1.3.0)
138
+ rails-html-sanitizer (1.4.2)
136
139
  loofah (~> 2.3)
137
- railties (6.0.3.2)
138
- actionpack (= 6.0.3.2)
139
- activesupport (= 6.0.3.2)
140
+ railties (6.1.5)
141
+ actionpack (= 6.1.5)
142
+ activesupport (= 6.1.5)
140
143
  method_source
141
- rake (>= 0.8.7)
142
- thor (>= 0.20.3, < 2.0)
143
- rainbow (3.0.0)
144
- rake (13.0.1)
144
+ rake (>= 12.2)
145
+ thor (~> 1.0)
146
+ rainbow (3.1.1)
147
+ rake (13.0.6)
145
148
  safe_type (1.1.1)
146
- sorbet (0.5.5815)
147
- sorbet-static (= 0.5.5815)
148
- sorbet-coerce (0.4.0)
149
+ sorbet (0.5.9892)
150
+ sorbet-static (= 0.5.9892)
151
+ sorbet-coerce (0.5.0)
149
152
  polyfill (~> 1.8)
150
153
  safe_type (~> 1.1, >= 1.1.1)
151
154
  sorbet-runtime (>= 0.4.4704)
152
- sorbet-runtime (0.5.5815)
153
- sorbet-static (0.5.5815-universal-darwin-19)
154
- sprockets (4.0.2)
155
+ sorbet-runtime (0.5.9892)
156
+ sorbet-static (0.5.9892-universal-darwin-14)
157
+ sorbet-static (0.5.9892-universal-darwin-15)
158
+ sorbet-static (0.5.9892-universal-darwin-16)
159
+ sorbet-static (0.5.9892-universal-darwin-17)
160
+ sorbet-static (0.5.9892-universal-darwin-18)
161
+ sorbet-static (0.5.9892-universal-darwin-19)
162
+ sorbet-static (0.5.9892-universal-darwin-20)
163
+ sorbet-static (0.5.9892-universal-darwin-21)
164
+ sorbet-static (0.5.9892-x86_64-linux)
165
+ sprockets (4.0.3)
155
166
  concurrent-ruby (~> 1.0)
156
167
  rack (> 1, < 3)
157
- sprockets-rails (3.2.1)
158
- actionpack (>= 4.0)
159
- activesupport (>= 4.0)
168
+ sprockets-rails (3.4.2)
169
+ actionpack (>= 5.2)
170
+ activesupport (>= 5.2)
160
171
  sprockets (>= 3.0.0)
161
172
  sqlite3 (1.4.2)
162
- thor (1.0.1)
163
- thread_safe (0.3.6)
164
- tzinfo (1.2.7)
165
- thread_safe (~> 0.1)
166
- web-console (4.0.4)
173
+ thor (1.2.1)
174
+ tzinfo (2.0.4)
175
+ concurrent-ruby (~> 1.0)
176
+ web-console (4.2.0)
167
177
  actionview (>= 6.0.0)
168
178
  activemodel (>= 6.0.0)
169
179
  bindex (>= 0.4.0)
170
180
  railties (>= 6.0.0)
171
- websocket-driver (0.7.3)
181
+ websocket-driver (0.7.5)
172
182
  websocket-extensions (>= 0.1.0)
173
183
  websocket-extensions (0.1.5)
174
- zeitwerk (2.3.1)
184
+ zeitwerk (2.5.4)
175
185
 
176
186
  PLATFORMS
177
187
  ruby
@@ -180,17 +190,14 @@ PLATFORMS
180
190
  DEPENDENCIES
181
191
  byebug
182
192
  jbuilder (~> 2.7)
183
- puma (~> 4.1)
184
- rails (~> 6.0.3)
193
+ puma (~> 5.0)
194
+ rails (~> 6.1.4)
185
195
  sorbet
186
196
  sorbet-rails!
187
197
  sorbet-runtime
188
198
  sqlite3 (~> 1.4)
189
199
  tzinfo-data
190
- web-console (>= 3.3.0)
191
-
192
- RUBY VERSION
193
- ruby 2.5.5p157
200
+ web-console (>= 4.1.0)
194
201
 
195
202
  BUNDLED WITH
196
- 2.2.0
203
+ 2.2.32
@@ -133,7 +133,7 @@ class ActiveRecord::Relation
133
133
  end
134
134
 
135
135
  class ActiveRecord::AssociationRelation < ActiveRecord::Relation
136
- Elem = type_member(fixed: T.untyped)
136
+ Elem = type_member {{fixed: T.untyped}}
137
137
 
138
138
  sig { params(args: T.untyped, block: T.nilable(T.proc.params(object: Elem).void)).returns(Elem) }
139
139
  def new(*args, &block); end
@@ -149,7 +149,7 @@ class ActiveRecord::AssociationRelation < ActiveRecord::Relation
149
149
  end
150
150
 
151
151
  class ActiveRecord::Associations::CollectionProxy < ActiveRecord::Relation
152
- Elem = type_member(fixed: T.untyped)
152
+ Elem = type_member {{fixed: T.untyped}}
153
153
 
154
154
  sig { params(attributes: T.untyped, block: T.nilable(T.proc.params(object: Elem).void)).returns(Elem) }
155
155
  def new(attributes = nil, &block); end
@@ -281,20 +281,20 @@ class ActiveStorage::Attachment::ActiveRecord_Relation < ActiveRecord::Relation
281
281
  include ActiveStorage::Attachment::ActiveRelation_WhereNot
282
282
  include ActiveStorage::Attachment::CustomFinderMethods
283
283
  include ActiveStorage::Attachment::QueryMethodsReturningRelation
284
- Elem = type_member(fixed: ActiveStorage::Attachment)
284
+ Elem = type_member {{fixed: ActiveStorage::Attachment}}
285
285
  end
286
286
 
287
287
  class ActiveStorage::Attachment::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
288
288
  include ActiveStorage::Attachment::ActiveRelation_WhereNot
289
289
  include ActiveStorage::Attachment::CustomFinderMethods
290
290
  include ActiveStorage::Attachment::QueryMethodsReturningAssociationRelation
291
- Elem = type_member(fixed: ActiveStorage::Attachment)
291
+ Elem = type_member {{fixed: ActiveStorage::Attachment}}
292
292
  end
293
293
 
294
294
  class ActiveStorage::Attachment::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
295
295
  include ActiveStorage::Attachment::CustomFinderMethods
296
296
  include ActiveStorage::Attachment::QueryMethodsReturningAssociationRelation
297
- Elem = type_member(fixed: ActiveStorage::Attachment)
297
+ Elem = type_member {{fixed: ActiveStorage::Attachment}}
298
298
 
299
299
  sig { params(records: T.any(ActiveStorage::Attachment, T::Array[ActiveStorage::Attachment])).returns(T.self_type) }
300
300
  def <<(*records); end
@@ -88,7 +88,7 @@ class ActiveStorage::Blob::ActiveRecord_Relation < ActiveRecord::Relation
88
88
  include ActiveStorage::Blob::ActiveRelation_WhereNot
89
89
  include ActiveStorage::Blob::CustomFinderMethods
90
90
  include ActiveStorage::Blob::QueryMethodsReturningRelation
91
- Elem = type_member(fixed: ActiveStorage::Blob)
91
+ Elem = type_member {{fixed: ActiveStorage::Blob}}
92
92
 
93
93
  sig { params(args: T.untyped).returns(ActiveStorage::Blob::ActiveRecord_Relation) }
94
94
  def unattached(*args); end
@@ -101,7 +101,7 @@ class ActiveStorage::Blob::ActiveRecord_AssociationRelation < ActiveRecord::Asso
101
101
  include ActiveStorage::Blob::ActiveRelation_WhereNot
102
102
  include ActiveStorage::Blob::CustomFinderMethods
103
103
  include ActiveStorage::Blob::QueryMethodsReturningAssociationRelation
104
- Elem = type_member(fixed: ActiveStorage::Blob)
104
+ Elem = type_member {{fixed: ActiveStorage::Blob}}
105
105
 
106
106
  sig { params(args: T.untyped).returns(ActiveStorage::Blob::ActiveRecord_AssociationRelation) }
107
107
  def unattached(*args); end
@@ -113,7 +113,7 @@ end
113
113
  class ActiveStorage::Blob::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
114
114
  include ActiveStorage::Blob::CustomFinderMethods
115
115
  include ActiveStorage::Blob::QueryMethodsReturningAssociationRelation
116
- Elem = type_member(fixed: ActiveStorage::Blob)
116
+ Elem = type_member {{fixed: ActiveStorage::Blob}}
117
117
 
118
118
  sig { params(args: T.untyped).returns(ActiveStorage::Blob::ActiveRecord_AssociationRelation) }
119
119
  def unattached(*args); end
@@ -182,7 +182,7 @@ class Wizard::HABTM_Subjects::ActiveRecord_Relation < ActiveRecord::Relation
182
182
  include Enumerable
183
183
  extend T::Sig
184
184
  extend T::Generic
185
- Elem = type_member(fixed: Wizard::HABTM_Subjects)
185
+ Elem = type_member {{fixed: Wizard::HABTM_Subjects}}
186
186
 
187
187
  sig { returns(Wizard::HABTM_Subjects::ActiveRecord_Relation) }
188
188
  def all; end
@@ -296,7 +296,7 @@ class Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation < ActiveRecord::A
296
296
  include Enumerable
297
297
  extend T::Sig
298
298
  extend T::Generic
299
- Elem = type_member(fixed: Wizard::HABTM_Subjects)
299
+ Elem = type_member {{fixed: Wizard::HABTM_Subjects}}
300
300
 
301
301
  sig { returns(Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation) }
302
302
  def all; end
@@ -480,7 +480,7 @@ class Wizard::HABTM_Subjects::ActiveRecord_Associations_CollectionProxy < Active
480
480
  include Enumerable
481
481
  extend T::Sig
482
482
  extend T::Generic
483
- Elem = type_member(fixed: Wizard::HABTM_Subjects)
483
+ Elem = type_member {{fixed: Wizard::HABTM_Subjects}}
484
484
 
485
485
  sig { returns(Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation) }
486
486
  def all; end
@@ -182,7 +182,7 @@ class Subject::HABTM_Wizards::ActiveRecord_Relation < ActiveRecord::Relation
182
182
  include Enumerable
183
183
  extend T::Sig
184
184
  extend T::Generic
185
- Elem = type_member(fixed: Subject::HABTM_Wizards)
185
+ Elem = type_member {{fixed: Subject::HABTM_Wizards}}
186
186
 
187
187
  sig { returns(Subject::HABTM_Wizards::ActiveRecord_Relation) }
188
188
  def all; end
@@ -296,7 +296,7 @@ class Subject::HABTM_Wizards::ActiveRecord_AssociationRelation < ActiveRecord::A
296
296
  include Enumerable
297
297
  extend T::Sig
298
298
  extend T::Generic
299
- Elem = type_member(fixed: Subject::HABTM_Wizards)
299
+ Elem = type_member {{fixed: Subject::HABTM_Wizards}}
300
300
 
301
301
  sig { returns(Subject::HABTM_Wizards::ActiveRecord_AssociationRelation) }
302
302
  def all; end
@@ -480,7 +480,7 @@ class Subject::HABTM_Wizards::ActiveRecord_Associations_CollectionProxy < Active
480
480
  include Enumerable
481
481
  extend T::Sig
482
482
  extend T::Generic
483
- Elem = type_member(fixed: Subject::HABTM_Wizards)
483
+ Elem = type_member {{fixed: Subject::HABTM_Wizards}}
484
484
 
485
485
  sig { returns(Subject::HABTM_Wizards::ActiveRecord_AssociationRelation) }
486
486
  def all; end
@@ -311,20 +311,20 @@ class Headmaster::ActiveRecord_Relation < ActiveRecord::Relation
311
311
  include Headmaster::ActiveRelation_WhereNot
312
312
  include Headmaster::CustomFinderMethods
313
313
  include Headmaster::QueryMethodsReturningRelation
314
- Elem = type_member(fixed: Headmaster)
314
+ Elem = type_member {{fixed: Headmaster}}
315
315
  end
316
316
 
317
317
  class Headmaster::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
318
318
  include Headmaster::ActiveRelation_WhereNot
319
319
  include Headmaster::CustomFinderMethods
320
320
  include Headmaster::QueryMethodsReturningAssociationRelation
321
- Elem = type_member(fixed: Headmaster)
321
+ Elem = type_member {{fixed: Headmaster}}
322
322
  end
323
323
 
324
324
  class Headmaster::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
325
325
  include Headmaster::CustomFinderMethods
326
326
  include Headmaster::QueryMethodsReturningAssociationRelation
327
- Elem = type_member(fixed: Headmaster)
327
+ Elem = type_member {{fixed: Headmaster}}
328
328
 
329
329
  sig { params(records: T.any(Headmaster, T::Array[Headmaster])).returns(T.self_type) }
330
330
  def <<(*records); end
@@ -281,20 +281,20 @@ class ActiveRecord::InternalMetadata::ActiveRecord_Relation < ActiveRecord::Rela
281
281
  include ActiveRecord::InternalMetadata::ActiveRelation_WhereNot
282
282
  include ActiveRecord::InternalMetadata::CustomFinderMethods
283
283
  include ActiveRecord::InternalMetadata::QueryMethodsReturningRelation
284
- Elem = type_member(fixed: ActiveRecord::InternalMetadata)
284
+ Elem = type_member {{fixed: ActiveRecord::InternalMetadata}}
285
285
  end
286
286
 
287
287
  class ActiveRecord::InternalMetadata::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
288
288
  include ActiveRecord::InternalMetadata::ActiveRelation_WhereNot
289
289
  include ActiveRecord::InternalMetadata::CustomFinderMethods
290
290
  include ActiveRecord::InternalMetadata::QueryMethodsReturningAssociationRelation
291
- Elem = type_member(fixed: ActiveRecord::InternalMetadata)
291
+ Elem = type_member {{fixed: ActiveRecord::InternalMetadata}}
292
292
  end
293
293
 
294
294
  class ActiveRecord::InternalMetadata::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
295
295
  include ActiveRecord::InternalMetadata::CustomFinderMethods
296
296
  include ActiveRecord::InternalMetadata::QueryMethodsReturningAssociationRelation
297
- Elem = type_member(fixed: ActiveRecord::InternalMetadata)
297
+ Elem = type_member {{fixed: ActiveRecord::InternalMetadata}}
298
298
 
299
299
  sig { params(records: T.any(ActiveRecord::InternalMetadata, T::Array[ActiveRecord::InternalMetadata])).returns(T.self_type) }
300
300
  def <<(*records); end
@@ -263,20 +263,20 @@ class Potion::ActiveRecord_Relation < ActiveRecord::Relation
263
263
  include Potion::ActiveRelation_WhereNot
264
264
  include Potion::CustomFinderMethods
265
265
  include Potion::QueryMethodsReturningRelation
266
- Elem = type_member(fixed: Potion)
266
+ Elem = type_member {{fixed: Potion}}
267
267
  end
268
268
 
269
269
  class Potion::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
270
270
  include Potion::ActiveRelation_WhereNot
271
271
  include Potion::CustomFinderMethods
272
272
  include Potion::QueryMethodsReturningAssociationRelation
273
- Elem = type_member(fixed: Potion)
273
+ Elem = type_member {{fixed: Potion}}
274
274
  end
275
275
 
276
276
  class Potion::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
277
277
  include Potion::CustomFinderMethods
278
278
  include Potion::QueryMethodsReturningAssociationRelation
279
- Elem = type_member(fixed: Potion)
279
+ Elem = type_member {{fixed: Potion}}
280
280
 
281
281
  sig { params(records: T.any(Potion, T::Array[Potion])).returns(T.self_type) }
282
282
  def <<(*records); end
@@ -284,20 +284,20 @@ class Robe::ActiveRecord_Relation < ActiveRecord::Relation
284
284
  include Robe::ActiveRelation_WhereNot
285
285
  include Robe::CustomFinderMethods
286
286
  include Robe::QueryMethodsReturningRelation
287
- Elem = type_member(fixed: Robe)
287
+ Elem = type_member {{fixed: Robe}}
288
288
  end
289
289
 
290
290
  class Robe::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
291
291
  include Robe::ActiveRelation_WhereNot
292
292
  include Robe::CustomFinderMethods
293
293
  include Robe::QueryMethodsReturningAssociationRelation
294
- Elem = type_member(fixed: Robe)
294
+ Elem = type_member {{fixed: Robe}}
295
295
  end
296
296
 
297
297
  class Robe::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
298
298
  include Robe::CustomFinderMethods
299
299
  include Robe::QueryMethodsReturningAssociationRelation
300
- Elem = type_member(fixed: Robe)
300
+ Elem = type_member {{fixed: Robe}}
301
301
 
302
302
  sig { params(records: T.any(Robe, T::Array[Robe])).returns(T.self_type) }
303
303
  def <<(*records); end
@@ -254,20 +254,20 @@ class ActiveRecord::SchemaMigration::ActiveRecord_Relation < ActiveRecord::Relat
254
254
  include ActiveRecord::SchemaMigration::ActiveRelation_WhereNot
255
255
  include ActiveRecord::SchemaMigration::CustomFinderMethods
256
256
  include ActiveRecord::SchemaMigration::QueryMethodsReturningRelation
257
- Elem = type_member(fixed: ActiveRecord::SchemaMigration)
257
+ Elem = type_member {{fixed: ActiveRecord::SchemaMigration}}
258
258
  end
259
259
 
260
260
  class ActiveRecord::SchemaMigration::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
261
261
  include ActiveRecord::SchemaMigration::ActiveRelation_WhereNot
262
262
  include ActiveRecord::SchemaMigration::CustomFinderMethods
263
263
  include ActiveRecord::SchemaMigration::QueryMethodsReturningAssociationRelation
264
- Elem = type_member(fixed: ActiveRecord::SchemaMigration)
264
+ Elem = type_member {{fixed: ActiveRecord::SchemaMigration}}
265
265
  end
266
266
 
267
267
  class ActiveRecord::SchemaMigration::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
268
268
  include ActiveRecord::SchemaMigration::CustomFinderMethods
269
269
  include ActiveRecord::SchemaMigration::QueryMethodsReturningAssociationRelation
270
- Elem = type_member(fixed: ActiveRecord::SchemaMigration)
270
+ Elem = type_member {{fixed: ActiveRecord::SchemaMigration}}
271
271
 
272
272
  sig { params(records: T.any(ActiveRecord::SchemaMigration, T::Array[ActiveRecord::SchemaMigration])).returns(T.self_type) }
273
273
  def <<(*records); end
@@ -284,20 +284,20 @@ class School::ActiveRecord_Relation < ActiveRecord::Relation
284
284
  include School::ActiveRelation_WhereNot
285
285
  include School::CustomFinderMethods
286
286
  include School::QueryMethodsReturningRelation
287
- Elem = type_member(fixed: School)
287
+ Elem = type_member {{fixed: School}}
288
288
  end
289
289
 
290
290
  class School::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
291
291
  include School::ActiveRelation_WhereNot
292
292
  include School::CustomFinderMethods
293
293
  include School::QueryMethodsReturningAssociationRelation
294
- Elem = type_member(fixed: School)
294
+ Elem = type_member {{fixed: School}}
295
295
  end
296
296
 
297
297
  class School::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
298
298
  include School::CustomFinderMethods
299
299
  include School::QueryMethodsReturningAssociationRelation
300
- Elem = type_member(fixed: School)
300
+ Elem = type_member {{fixed: School}}
301
301
 
302
302
  sig { params(records: T.any(School, T::Array[School])).returns(T.self_type) }
303
303
  def <<(*records); end
@@ -302,20 +302,20 @@ class Spell::HABTM_SpellBooks::ActiveRecord_Relation < ActiveRecord::Relation
302
302
  include Spell::HABTM_SpellBooks::ActiveRelation_WhereNot
303
303
  include Spell::HABTM_SpellBooks::CustomFinderMethods
304
304
  include Spell::HABTM_SpellBooks::QueryMethodsReturningRelation
305
- Elem = type_member(fixed: Spell::HABTM_SpellBooks)
305
+ Elem = type_member {{fixed: Spell::HABTM_SpellBooks}}
306
306
  end
307
307
 
308
308
  class Spell::HABTM_SpellBooks::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
309
309
  include Spell::HABTM_SpellBooks::ActiveRelation_WhereNot
310
310
  include Spell::HABTM_SpellBooks::CustomFinderMethods
311
311
  include Spell::HABTM_SpellBooks::QueryMethodsReturningAssociationRelation
312
- Elem = type_member(fixed: Spell::HABTM_SpellBooks)
312
+ Elem = type_member {{fixed: Spell::HABTM_SpellBooks}}
313
313
  end
314
314
 
315
315
  class Spell::HABTM_SpellBooks::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
316
316
  include Spell::HABTM_SpellBooks::CustomFinderMethods
317
317
  include Spell::HABTM_SpellBooks::QueryMethodsReturningAssociationRelation
318
- Elem = type_member(fixed: Spell::HABTM_SpellBooks)
318
+ Elem = type_member {{fixed: Spell::HABTM_SpellBooks}}
319
319
 
320
320
  sig { params(records: T.any(Spell::HABTM_SpellBooks, T::Array[Spell::HABTM_SpellBooks])).returns(T.self_type) }
321
321
  def <<(*records); end
@@ -275,20 +275,20 @@ class Spell::ActiveRecord_Relation < ActiveRecord::Relation
275
275
  include Spell::ActiveRelation_WhereNot
276
276
  include Spell::CustomFinderMethods
277
277
  include Spell::QueryMethodsReturningRelation
278
- Elem = type_member(fixed: Spell)
278
+ Elem = type_member {{fixed: Spell}}
279
279
  end
280
280
 
281
281
  class Spell::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
282
282
  include Spell::ActiveRelation_WhereNot
283
283
  include Spell::CustomFinderMethods
284
284
  include Spell::QueryMethodsReturningAssociationRelation
285
- Elem = type_member(fixed: Spell)
285
+ Elem = type_member {{fixed: Spell}}
286
286
  end
287
287
 
288
288
  class Spell::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
289
289
  include Spell::CustomFinderMethods
290
290
  include Spell::QueryMethodsReturningAssociationRelation
291
- Elem = type_member(fixed: Spell)
291
+ Elem = type_member {{fixed: Spell}}
292
292
 
293
293
  sig { params(records: T.any(Spell, T::Array[Spell])).returns(T.self_type) }
294
294
  def <<(*records); end