activerecord-ejection_seat 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/.tool-versions +1 -1
  4. data/CHANGELOG.md +6 -0
  5. data/Gemfile +0 -2
  6. data/Gemfile.lock +41 -52
  7. data/lib/activerecord-ejection_seat/version.rb +1 -1
  8. data/sorbet/rbi/gems/{activerecord@7.0.4.2.rbi → activerecord@7.0.4.3.rbi} +128 -128
  9. data/sorbet/rbi/gems/{activesupport@7.0.4.2.rbi → activesupport@7.0.4.3.rbi} +79 -103
  10. data/sorbet/rbi/gems/{concurrent-ruby@1.2.0.rbi → concurrent-ruby@1.2.2.rbi} +64 -89
  11. data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +19 -0
  12. data/sorbet/rbi/gems/i18n@1.13.0.rbi +2320 -0
  13. data/sorbet/rbi/gems/{irb@1.6.2.rbi → irb@1.6.4.rbi} +50 -35
  14. data/sorbet/rbi/gems/json@2.6.3.rbi +65 -73
  15. data/sorbet/rbi/gems/{minitest@5.17.0.rbi → minitest@5.18.0.rbi} +79 -48
  16. data/sorbet/rbi/gems/{parallel@1.22.1.rbi → parallel@1.23.0.rbi} +75 -79
  17. data/sorbet/rbi/gems/{parser@3.2.1.0.rbi → parser@3.2.2.1.rbi} +164 -164
  18. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +11 -6
  19. data/sorbet/rbi/gems/rake@13.0.6.rbi +141 -0
  20. data/sorbet/rbi/gems/rbi@0.0.16.rbi +17 -17
  21. data/sorbet/rbi/gems/{regexp_parser@2.7.0.rbi → regexp_parser@2.8.0.rbi} +617 -449
  22. data/sorbet/rbi/gems/rexml@3.2.5.rbi +57 -0
  23. data/sorbet/rbi/gems/{rubocop-ast@1.26.0.rbi → rubocop-ast@1.28.1.rbi} +79 -60
  24. data/sorbet/rbi/gems/{rubocop-minitest@0.27.0.rbi → rubocop-minitest@0.31.0.rbi} +364 -222
  25. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +24 -50
  26. data/sorbet/rbi/gems/rubocop-sorbet@0.7.0.rbi +0 -15
  27. data/sorbet/rbi/gems/{rubocop@1.45.1.rbi → rubocop@1.51.0.rbi} +2170 -1402
  28. data/sorbet/rbi/gems/{ruby-progressbar@1.11.0.rbi → ruby-progressbar@1.13.0.rbi} +382 -277
  29. data/sorbet/rbi/gems/sorbet-struct-comparable@1.3.0.rbi +18 -0
  30. data/sorbet/rbi/gems/{spoom@1.1.15.rbi → spoom@1.2.1.rbi} +621 -501
  31. data/sorbet/rbi/gems/{tapioca@0.10.5.rbi → tapioca@0.11.6.rbi} +293 -207
  32. data/sorbet/rbi/gems/{thor@1.2.1.rbi → thor@1.2.2.rbi} +76 -61
  33. data/sorbet/rbi/gems/{yard-sorbet@0.8.0.rbi → yard-sorbet@0.8.1.rbi} +13 -26
  34. data/sorbet/rbi/gems/{yard@0.9.28.rbi → yard@0.9.34.rbi} +1531 -345
  35. metadata +27 -33
  36. data/activerecord-ejection_seat.gemspec +0 -40
  37. data/sorbet/rbi/gems/i18n@1.12.0.rbi +0 -8
  38. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +0 -8
  39. data/sorbet/rbi/gems/prettier_print@1.2.0.rbi +0 -8
  40. data/sorbet/rbi/gems/ruby-lsp@0.4.0.rbi +0 -14
  41. data/sorbet/rbi/gems/syntax_tree@6.0.0.rbi +0 -8
  42. data/sorbet/rbi/gems/webrick@1.7.0.rbi +0 -2498
  43. /data/sorbet/rbi/gems/{activemodel@7.0.4.2.rbi → activemodel@7.0.4.3.rbi} +0 -0
  44. /data/sorbet/rbi/gems/{reline@0.3.2.rbi → reline@0.3.3.rbi} +0 -0
  45. /data/sorbet/rbi/gems/{sqlite3@1.6.0.rbi → sqlite3@1.6.2.rbi} +0 -0
@@ -4,32 +4,13 @@
4
4
  # This is an autogenerated file for types exported from the `rubocop-rake` gem.
5
5
  # Please instead update this file by running `bin/tapioca gem rubocop-rake`.
6
6
 
7
+ # source://rubocop-rake//lib/rubocop/rake/version.rb#3
7
8
  module RuboCop; end
8
- class RuboCop::ConfigNotFoundError < ::RuboCop::Error; end
9
- module RuboCop::Cop; end
10
-
11
- module RuboCop::Cop::ConfigurableNaming
12
- include ::RuboCop::Cop::ConfigurableEnforcedStyle
13
- include ::RuboCop::Cop::ConfigurableFormatting
14
- end
15
-
16
- # source://rubocop/1.41.0/lib/rubocop/cop/mixin/configurable_naming.rb#10
17
- RuboCop::Cop::ConfigurableNaming::FORMATS = T.let(T.unsafe(nil), Hash)
18
-
19
- module RuboCop::Cop::ConfigurableNumbering
20
- include ::RuboCop::Cop::ConfigurableEnforcedStyle
21
- include ::RuboCop::Cop::ConfigurableFormatting
22
- end
23
9
 
24
- # source://rubocop/1.41.0/lib/rubocop/cop/mixin/configurable_numbering.rb#11
25
- RuboCop::Cop::ConfigurableNumbering::FORMATS = T.let(T.unsafe(nil), Hash)
26
-
27
- # source://rubocop/1.41.0/lib/rubocop/cop/mixin/allowed_methods.rb#38
28
- RuboCop::Cop::IgnoredMethods = RuboCop::Cop::AllowedMethods
29
-
30
- # source://rubocop/1.41.0/lib/rubocop/cop/mixin/allowed_pattern.rb#54
31
- RuboCop::Cop::IgnoredPattern = RuboCop::Cop::AllowedPattern
10
+ # source://rubocop-rake//lib/rubocop/cop/rake/helper/class_definition.rb#4
11
+ module RuboCop::Cop; end
32
12
 
13
+ # source://rubocop-rake//lib/rubocop/cop/rake/helper/class_definition.rb#5
33
14
  module RuboCop::Cop::Rake; end
34
15
 
35
16
  # This cop detects class or module definition in a task or namespace,
@@ -56,6 +37,8 @@ module RuboCop::Cop::Rake; end
56
37
  # end
57
38
  # task :foo do
58
39
  # end
40
+ #
41
+ # source://rubocop-rake//lib/rubocop/cop/rake/class_definition_in_task.rb#31
59
42
  class RuboCop::Cop::Rake::ClassDefinitionInTask < ::RuboCop::Cop::Base
60
43
  # source://rubocop-rake//lib/rubocop/cop/rake/class_definition_in_task.rb#34
61
44
  def on_class(node); end
@@ -90,6 +73,8 @@ RuboCop::Cop::Rake::ClassDefinitionInTask::MSG = T.let(T.unsafe(nil), String)
90
73
  # desc 'Do something'
91
74
  # task :do_something do
92
75
  # end
76
+ #
77
+ # source://rubocop-rake//lib/rubocop/cop/rake/desc.rb#30
93
78
  class RuboCop::Cop::Rake::Desc < ::RuboCop::Cop::Base
94
79
  include ::RuboCop::Cop::Rake::Helper::OnTask
95
80
  extend ::RuboCop::Cop::AutoCorrector
@@ -142,6 +127,8 @@ RuboCop::Cop::Rake::Desc::MSG = T.let(T.unsafe(nil), String)
142
127
  # task :hoge do
143
128
  # end
144
129
  # end
130
+ #
131
+ # source://rubocop-rake//lib/rubocop/cop/rake/duplicate_namespace.rb#30
145
132
  class RuboCop::Cop::Rake::DuplicateNamespace < ::RuboCop::Cop::Base
146
133
  include ::RuboCop::Cop::Rake::Helper::OnNamespace
147
134
 
@@ -185,6 +172,8 @@ RuboCop::Cop::Rake::DuplicateNamespace::MSG = T.let(T.unsafe(nil), String)
185
172
  # p 'foo 1'
186
173
  # p 'foo 2'
187
174
  # end
175
+ #
176
+ # source://rubocop-rake//lib/rubocop/cop/rake/duplicate_task.rb#26
188
177
  class RuboCop::Cop::Rake::DuplicateTask < ::RuboCop::Cop::Base
189
178
  include ::RuboCop::Cop::Rake::Helper::OnTask
190
179
 
@@ -209,8 +198,10 @@ end
209
198
  # source://rubocop-rake//lib/rubocop/cop/rake/duplicate_task.rb#29
210
199
  RuboCop::Cop::Rake::DuplicateTask::MSG = T.let(T.unsafe(nil), String)
211
200
 
201
+ # source://rubocop-rake//lib/rubocop/cop/rake/helper/class_definition.rb#6
212
202
  module RuboCop::Cop::Rake::Helper; end
213
203
 
204
+ # source://rubocop-rake//lib/rubocop/cop/rake/helper/class_definition.rb#7
214
205
  module RuboCop::Cop::Rake::Helper::ClassDefinition
215
206
  extend ::RuboCop::AST::NodePattern::Macros
216
207
  extend ::RuboCop::Cop::Rake::Helper::ClassDefinition
@@ -224,6 +215,7 @@ module RuboCop::Cop::Rake::Helper::ClassDefinition
224
215
  def in_class_definition?(node); end
225
216
  end
226
217
 
218
+ # source://rubocop-rake//lib/rubocop/cop/rake/helper/on_namespace.rb#7
227
219
  module RuboCop::Cop::Rake::Helper::OnNamespace
228
220
  extend ::RuboCop::AST::NodePattern::Macros
229
221
 
@@ -234,6 +226,7 @@ module RuboCop::Cop::Rake::Helper::OnNamespace
234
226
  def on_send(node); end
235
227
  end
236
228
 
229
+ # source://rubocop-rake//lib/rubocop/cop/rake/helper/on_task.rb#7
237
230
  module RuboCop::Cop::Rake::Helper::OnTask
238
231
  extend ::RuboCop::AST::NodePattern::Macros
239
232
 
@@ -244,6 +237,7 @@ module RuboCop::Cop::Rake::Helper::OnTask
244
237
  def task?(param0 = T.unsafe(nil)); end
245
238
  end
246
239
 
240
+ # source://rubocop-rake//lib/rubocop/cop/rake/helper/task_definition.rb#7
247
241
  module RuboCop::Cop::Rake::Helper::TaskDefinition
248
242
  extend ::RuboCop::AST::NodePattern::Macros
249
243
  extend ::RuboCop::Cop::Rake::Helper::TaskDefinition
@@ -257,6 +251,7 @@ module RuboCop::Cop::Rake::Helper::TaskDefinition
257
251
  def task_or_namespace?(param0 = T.unsafe(nil)); end
258
252
  end
259
253
 
254
+ # source://rubocop-rake//lib/rubocop/cop/rake/helper/task_name.rb#7
260
255
  module RuboCop::Cop::Rake::Helper::TaskName
261
256
  extend ::RuboCop::Cop::Rake::Helper::TaskName
262
257
 
@@ -290,6 +285,8 @@ end
290
285
  # end
291
286
  # task :foo do
292
287
  # end
288
+ #
289
+ # source://rubocop-rake//lib/rubocop/cop/rake/method_definition_in_task.rb#33
293
290
  class RuboCop::Cop::Rake::MethodDefinitionInTask < ::RuboCop::Cop::Base
294
291
  # source://rubocop-rake//lib/rubocop/cop/rake/method_definition_in_task.rb#36
295
292
  def on_def(node); end
@@ -301,27 +298,7 @@ end
301
298
  # source://rubocop-rake//lib/rubocop/cop/rake/method_definition_in_task.rb#34
302
299
  RuboCop::Cop::Rake::MethodDefinitionInTask::MSG = T.let(T.unsafe(nil), String)
303
300
 
304
- class RuboCop::Error < ::StandardError; end
305
- class RuboCop::IncorrectCopNameError < ::StandardError; end
306
-
307
- # source://rubocop/1.41.0/lib/rubocop/ast_aliases.rb#5
308
- RuboCop::NodePattern = RuboCop::AST::NodePattern
309
-
310
- class RuboCop::OptionArgumentError < ::StandardError; end
311
- module RuboCop::OptionsHelp; end
312
-
313
- # source://rubocop/1.41.0/lib/rubocop/options.rb#470
314
- RuboCop::OptionsHelp::FORMATTER_OPTION_LIST = T.let(T.unsafe(nil), Array)
315
-
316
- # source://rubocop/1.41.0/lib/rubocop/options.rb#469
317
- RuboCop::OptionsHelp::MAX_EXCL = T.let(T.unsafe(nil), String)
318
-
319
- # source://rubocop/1.41.0/lib/rubocop/options.rb#472
320
- RuboCop::OptionsHelp::TEXT = T.let(T.unsafe(nil), Hash)
321
-
322
- # source://rubocop/1.41.0/lib/rubocop/ast_aliases.rb#6
323
- RuboCop::ProcessedSource = RuboCop::AST::ProcessedSource
324
-
301
+ # source://rubocop-rake//lib/rubocop/rake/version.rb#4
325
302
  module RuboCop::Rake; end
326
303
 
327
304
  # source://rubocop-rake//lib/rubocop/rake.rb#12
@@ -330,10 +307,13 @@ RuboCop::Rake::CONFIG = T.let(T.unsafe(nil), Hash)
330
307
  # source://rubocop-rake//lib/rubocop/rake.rb#11
331
308
  RuboCop::Rake::CONFIG_DEFAULT = T.let(T.unsafe(nil), Pathname)
332
309
 
310
+ # source://rubocop-rake//lib/rubocop/rake.rb#8
333
311
  class RuboCop::Rake::Error < ::StandardError; end
334
312
 
335
313
  # Because RuboCop doesn't yet support plugins, we have to monkey patch in a
336
314
  # bit of our configuration.
315
+ #
316
+ # source://rubocop-rake//lib/rubocop/rake/inject.rb#9
337
317
  module RuboCop::Rake::Inject
338
318
  class << self
339
319
  # source://rubocop-rake//lib/rubocop/rake/inject.rb#10
@@ -346,9 +326,3 @@ RuboCop::Rake::PROJECT_ROOT = T.let(T.unsafe(nil), Pathname)
346
326
 
347
327
  # source://rubocop-rake//lib/rubocop/rake/version.rb#5
348
328
  RuboCop::Rake::VERSION = T.let(T.unsafe(nil), String)
349
-
350
- # source://rubocop/1.41.0/lib/rubocop/ast_aliases.rb#7
351
- RuboCop::Token = RuboCop::AST::Token
352
-
353
- class RuboCop::ValidationError < ::RuboCop::Error; end
354
- class RuboCop::Warning < ::StandardError; end
@@ -10,12 +10,6 @@ module RuboCop; end
10
10
  # source://rubocop-sorbet//lib/rubocop/cop/sorbet/binding_constants_without_type_alias.rb#6
11
11
  module RuboCop::Cop; end
12
12
 
13
- # source://rubocop/1.44.1/lib/rubocop/cop/mixin/allowed_methods.rb#38
14
- RuboCop::Cop::IgnoredMethods = RuboCop::Cop::AllowedMethods
15
-
16
- # source://rubocop/1.44.1/lib/rubocop/cop/mixin/allowed_pattern.rb#54
17
- RuboCop::Cop::IgnoredPattern = RuboCop::Cop::AllowedPattern
18
-
19
13
  # source://rubocop-sorbet//lib/rubocop/cop/sorbet/binding_constants_without_type_alias.rb#7
20
14
  module RuboCop::Cop::Sorbet; end
21
15
 
@@ -1019,12 +1013,6 @@ class RuboCop::Cop::Style::MutableConstant < ::RuboCop::Cop::Base
1019
1013
  include ::RuboCop::Cop::Sorbet::MutableConstantSorbetAwareBehaviour
1020
1014
  end
1021
1015
 
1022
- # source://rubocop/1.44.1/lib/rubocop/ast_aliases.rb#5
1023
- RuboCop::NodePattern = RuboCop::AST::NodePattern
1024
-
1025
- # source://rubocop/1.44.1/lib/rubocop/ast_aliases.rb#6
1026
- RuboCop::ProcessedSource = RuboCop::AST::ProcessedSource
1027
-
1028
1016
  # source://rubocop-sorbet//lib/rubocop/sorbet/version.rb#3
1029
1017
  module RuboCop::Sorbet; end
1030
1018
 
@@ -1053,6 +1041,3 @@ RuboCop::Sorbet::PROJECT_ROOT = T.let(T.unsafe(nil), Pathname)
1053
1041
 
1054
1042
  # source://rubocop-sorbet//lib/rubocop/sorbet/version.rb#4
1055
1043
  RuboCop::Sorbet::VERSION = T.let(T.unsafe(nil), String)
1056
-
1057
- # source://rubocop/1.44.1/lib/rubocop/ast_aliases.rb#7
1058
- RuboCop::Token = RuboCop::AST::Token