lunchmoney 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/.codeclimate.yml +7 -0
  3. data/.github/FUNDING.yml +1 -0
  4. data/.github/workflows/check_pipeline.yml +2 -2
  5. data/.github/workflows/ci.yml +10 -2
  6. data/.github/workflows/release_pipeline.yml +1 -1
  7. data/.mdlrc +5 -0
  8. data/.rubocop.yml +1 -0
  9. data/.simplecov +30 -0
  10. data/.toys/.toys.rb +1 -0
  11. data/.toys/coverage.rb +5 -0
  12. data/.toys/mdl.rb +5 -0
  13. data/Gemfile +3 -0
  14. data/Gemfile.lock +64 -37
  15. data/LICENSE +1 -1
  16. data/README.md +7 -3
  17. data/lib/lunchmoney/objects/crypto.rb +6 -1
  18. data/lib/lunchmoney/objects/object.rb +3 -1
  19. data/lib/lunchmoney/version.rb +1 -1
  20. data/sorbet/rbi/annotations/activesupport.rbi +11 -0
  21. data/sorbet/rbi/gems/{activesupport@7.1.3.rbi → activesupport@7.1.3.2.rbi} +23 -23
  22. data/sorbet/rbi/gems/chef-utils@18.4.2.rbi +8 -0
  23. data/sorbet/rbi/gems/docile@1.4.0.rbi +376 -0
  24. data/sorbet/rbi/gems/dotenv@3.1.0.rbi +300 -0
  25. data/sorbet/rbi/gems/{i18n@1.14.1.rbi → i18n@1.14.4.rbi} +48 -43
  26. data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +127 -0
  27. data/sorbet/rbi/gems/kramdown@2.4.0.rbi +3271 -0
  28. data/sorbet/rbi/gems/mdl@0.13.0.rbi +444 -0
  29. data/sorbet/rbi/gems/{minitest@5.22.2.rbi → minitest@5.22.3.rbi} +19 -18
  30. data/sorbet/rbi/gems/mixlib-cli@2.1.8.rbi +313 -0
  31. data/sorbet/rbi/gems/mixlib-config@3.0.27.rbi +580 -0
  32. data/sorbet/rbi/gems/mixlib-shellout@3.2.7.rbi +628 -0
  33. data/sorbet/rbi/gems/{prism@0.19.0.rbi → prism@0.24.0.rbi} +8266 -7109
  34. data/sorbet/rbi/gems/{rack@3.0.8.rbi → rack@3.0.10.rbi} +83 -83
  35. data/sorbet/rbi/gems/{rbi@0.1.6.rbi → rbi@0.1.9.rbi} +114 -13
  36. data/sorbet/rbi/gems/{rubocop-ast@1.30.0.rbi → rubocop-ast@1.31.2.rbi} +61 -50
  37. data/sorbet/rbi/gems/{rubocop-minitest@0.34.5.rbi → rubocop-minitest@0.35.0.rbi} +34 -0
  38. data/sorbet/rbi/gems/{rubocop-rails@2.23.1.rbi → rubocop-rails@2.24.1.rbi} +159 -147
  39. data/sorbet/rbi/gems/{rubocop-sorbet@0.7.7.rbi → rubocop-sorbet@0.8.0.rbi} +24 -42
  40. data/sorbet/rbi/gems/{rubocop@1.60.2.rbi → rubocop@1.62.1.rbi} +807 -646
  41. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +216 -0
  42. data/sorbet/rbi/gems/simplecov@0.22.0.rbi +2148 -0
  43. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +238 -0
  44. data/sorbet/rbi/gems/{tapioca@0.12.0.rbi → tapioca@0.13.1.rbi} +83 -62
  45. data/sorbet/rbi/gems/{thor@1.3.0.rbi → thor@1.3.1.rbi} +89 -50
  46. data/sorbet/rbi/gems/tomlrb@2.0.3.rbi +8 -0
  47. data/sorbet/rbi/gems/{webmock@3.20.0.rbi → webmock@3.23.0.rbi} +25 -25
  48. data/sorbet/rbi/gems/{yard@0.9.34.rbi → yard@0.9.36.rbi} +194 -58
  49. data/sorbet/tapioca/require.rb +1 -0
  50. metadata +39 -23
  51. data/.DS_Store +0 -0
  52. data/.github/workflows/publish_gem.yml +0 -29
  53. data/sorbet/rbi/gems/dotenv@2.8.1.rbi +0 -234
  54. /data/sorbet/rbi/gems/{bigdecimal@3.1.6.rbi → bigdecimal@3.1.7.rbi} +0 -0
  55. /data/sorbet/rbi/gems/{drb@2.2.0.rbi → drb@2.2.1.rbi} +0 -0
  56. /data/sorbet/rbi/gems/{rubocop-shopify@2.14.0.rbi → rubocop-shopify@2.15.1.rbi} +0 -0
@@ -0,0 +1,238 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `simplecov_json_formatter` gem.
5
+ # Please instead update this file by running `bin/tapioca gem simplecov_json_formatter`.
6
+
7
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#7
8
+ module SimpleCov
9
+ class << self
10
+ # source://simplecov/0.22.0/lib/simplecov.rb#174
11
+ def at_exit_behavior; end
12
+
13
+ # source://simplecov/0.22.0/lib/simplecov.rb#170
14
+ def clear_result; end
15
+
16
+ # source://simplecov/0.22.0/lib/simplecov.rb#86
17
+ def collate(result_filenames, profile = T.unsafe(nil), ignore_timeout: T.unsafe(nil), &block); end
18
+
19
+ # source://simplecov/0.22.0/lib/simplecov.rb#223
20
+ def exit_and_report_previous_error(exit_status); end
21
+
22
+ # source://simplecov/0.22.0/lib/simplecov.rb#200
23
+ def exit_status_from_exception; end
24
+
25
+ # source://simplecov/0.22.0/lib/simplecov.rb#28
26
+ def external_at_exit; end
27
+
28
+ # source://simplecov/0.22.0/lib/simplecov.rb#28
29
+ def external_at_exit=(_arg0); end
30
+
31
+ # source://simplecov/0.22.0/lib/simplecov.rb#28
32
+ def external_at_exit?; end
33
+
34
+ # source://simplecov/0.22.0/lib/simplecov.rb#131
35
+ def filtered(files); end
36
+
37
+ # source://simplecov/0.22.0/lib/simplecov.rb#268
38
+ def final_result_process?; end
39
+
40
+ # source://simplecov/0.22.0/lib/simplecov.rb#142
41
+ def grouped(files); end
42
+
43
+ # source://simplecov/0.22.0/lib/simplecov.rb#162
44
+ def load_adapter(name); end
45
+
46
+ # source://simplecov/0.22.0/lib/simplecov.rb#158
47
+ def load_profile(name); end
48
+
49
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
50
+ def pid; end
51
+
52
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
53
+ def pid=(_arg0); end
54
+
55
+ # source://simplecov/0.22.0/lib/simplecov.rb#213
56
+ def previous_error?(error_exit_status); end
57
+
58
+ # source://simplecov/0.22.0/lib/simplecov.rb#248
59
+ def process_result(result); end
60
+
61
+ # source://simplecov/0.22.0/lib/simplecov.rb#233
62
+ def process_results_and_report_error; end
63
+
64
+ # source://simplecov/0.22.0/lib/simplecov.rb#229
65
+ def ready_to_process_results?; end
66
+
67
+ # source://simplecov/0.22.0/lib/simplecov.rb#101
68
+ def result; end
69
+
70
+ # source://simplecov/0.22.0/lib/simplecov.rb#124
71
+ def result?; end
72
+
73
+ # source://simplecov/0.22.0/lib/simplecov.rb#256
74
+ def result_exit_status(result); end
75
+
76
+ # source://simplecov/0.22.0/lib/simplecov.rb#296
77
+ def round_coverage(coverage); end
78
+
79
+ # source://simplecov/0.22.0/lib/simplecov.rb#186
80
+ def run_exit_tasks!; end
81
+
82
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
83
+ def running; end
84
+
85
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
86
+ def running=(_arg0); end
87
+
88
+ # source://simplecov/0.22.0/lib/simplecov.rb#48
89
+ def start(profile = T.unsafe(nil), &block); end
90
+
91
+ # source://simplecov/0.22.0/lib/simplecov.rb#276
92
+ def wait_for_other_processes; end
93
+
94
+ # source://simplecov/0.22.0/lib/simplecov.rb#285
95
+ def write_last_run(result); end
96
+
97
+ private
98
+
99
+ # source://simplecov/0.22.0/lib/simplecov.rb#399
100
+ def adapt_coverage_result; end
101
+
102
+ # source://simplecov/0.22.0/lib/simplecov.rb#371
103
+ def add_not_loaded_files(result); end
104
+
105
+ # source://simplecov/0.22.0/lib/simplecov.rb#302
106
+ def initial_setup(profile, &block); end
107
+
108
+ # source://simplecov/0.22.0/lib/simplecov.rb#363
109
+ def lookup_corresponding_ruby_coverage_name(criterion); end
110
+
111
+ # source://simplecov/0.22.0/lib/simplecov.rb#425
112
+ def make_parallel_tests_available; end
113
+
114
+ # source://simplecov/0.22.0/lib/simplecov.rb#434
115
+ def probably_running_parallel_tests?; end
116
+
117
+ # source://simplecov/0.22.0/lib/simplecov.rb#388
118
+ def process_coverage_result; end
119
+
120
+ # source://simplecov/0.22.0/lib/simplecov.rb#410
121
+ def remove_useless_results; end
122
+
123
+ # source://simplecov/0.22.0/lib/simplecov.rb#420
124
+ def result_with_not_loaded_files; end
125
+
126
+ # source://simplecov/0.22.0/lib/simplecov.rb#314
127
+ def start_coverage_measurement; end
128
+
129
+ # source://simplecov/0.22.0/lib/simplecov.rb#349
130
+ def start_coverage_with_criteria; end
131
+ end
132
+ end
133
+
134
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#8
135
+ module SimpleCov::Formatter
136
+ class << self
137
+ # source://simplecov/0.22.0/lib/simplecov/default_formatter.rb#7
138
+ def from_env(env); end
139
+ end
140
+ end
141
+
142
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#9
143
+ class SimpleCov::Formatter::JSONFormatter
144
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#10
145
+ def format(result); end
146
+
147
+ private
148
+
149
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#25
150
+ def export_formatted_result(result_hash); end
151
+
152
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#20
153
+ def format_result(result); end
154
+
155
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#30
156
+ def output_message(result); end
157
+ end
158
+
159
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#3
160
+ module SimpleCovJSONFormatter; end
161
+
162
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#4
163
+ class SimpleCovJSONFormatter::ResultExporter
164
+ # @return [ResultExporter] a new instance of ResultExporter
165
+ #
166
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#7
167
+ def initialize(result_hash); end
168
+
169
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#11
170
+ def export; end
171
+
172
+ private
173
+
174
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#23
175
+ def export_path; end
176
+
177
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#19
178
+ def json_result; end
179
+ end
180
+
181
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#5
182
+ SimpleCovJSONFormatter::ResultExporter::FILENAME = T.let(T.unsafe(nil), String)
183
+
184
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#6
185
+ class SimpleCovJSONFormatter::ResultHashFormatter
186
+ # @return [ResultHashFormatter] a new instance of ResultHashFormatter
187
+ #
188
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#7
189
+ def initialize(result); end
190
+
191
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#11
192
+ def format; end
193
+
194
+ private
195
+
196
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#20
197
+ def format_files; end
198
+
199
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#27
200
+ def format_groups; end
201
+
202
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#47
203
+ def format_source_file(source_file); end
204
+
205
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#37
206
+ def formatted_result; end
207
+ end
208
+
209
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#4
210
+ class SimpleCovJSONFormatter::SourceFileFormatter
211
+ # @return [SourceFileFormatter] a new instance of SourceFileFormatter
212
+ #
213
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#5
214
+ def initialize(source_file); end
215
+
216
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#10
217
+ def format; end
218
+
219
+ private
220
+
221
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#26
222
+ def branch_coverage; end
223
+
224
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#41
225
+ def branches; end
226
+
227
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#20
228
+ def line_coverage; end
229
+
230
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#32
231
+ def lines; end
232
+
233
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#56
234
+ def parse_branch(branch); end
235
+
236
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#50
237
+ def parse_line(line); end
238
+ end
@@ -54,7 +54,7 @@ module RBI; end
54
54
 
55
55
  # source://tapioca//lib/tapioca/rbi_ext/model.rb#5
56
56
  class RBI::Tree < ::RBI::NodeWithComments
57
- # source://rbi/0.1.6/lib/rbi/model.rb#119
57
+ # source://rbi/0.1.9/lib/rbi/model.rb#119
58
58
  sig do
59
59
  params(
60
60
  loc: T.nilable(::RBI::Loc),
@@ -64,19 +64,19 @@ class RBI::Tree < ::RBI::NodeWithComments
64
64
  end
65
65
  def initialize(loc: T.unsafe(nil), comments: T.unsafe(nil), &block); end
66
66
 
67
- # source://rbi/0.1.6/lib/rbi/model.rb#126
67
+ # source://rbi/0.1.9/lib/rbi/model.rb#126
68
68
  sig { params(node: ::RBI::Node).void }
69
69
  def <<(node); end
70
70
 
71
- # source://rbi/0.1.6/lib/rbi/printer.rb#226
71
+ # source://rbi/0.1.9/lib/rbi/printer.rb#226
72
72
  sig { override.params(v: ::RBI::Printer).void }
73
73
  def accept_printer(v); end
74
74
 
75
- # source://rbi/0.1.6/lib/rbi/rewriters/add_sig_templates.rb#66
75
+ # source://rbi/0.1.9/lib/rbi/rewriters/add_sig_templates.rb#66
76
76
  sig { params(with_todo_comment: T::Boolean).void }
77
77
  def add_sig_templates!(with_todo_comment: T.unsafe(nil)); end
78
78
 
79
- # source://rbi/0.1.6/lib/rbi/rewriters/annotate.rb#49
79
+ # source://rbi/0.1.9/lib/rbi/rewriters/annotate.rb#49
80
80
  sig { params(annotation: ::String, annotate_scopes: T::Boolean, annotate_properties: T::Boolean).void }
81
81
  def annotate!(annotation, annotate_scopes: T.unsafe(nil), annotate_properties: T.unsafe(nil)); end
82
82
 
@@ -115,6 +115,19 @@ class RBI::Tree < ::RBI::NodeWithComments
115
115
  end
116
116
  def create_method(name, parameters: T.unsafe(nil), return_type: T.unsafe(nil), class_method: T.unsafe(nil), visibility: T.unsafe(nil), comments: T.unsafe(nil)); end
117
117
 
118
+ # source://tapioca//lib/tapioca/rbi_ext/model.rb#112
119
+ sig do
120
+ params(
121
+ name: ::String,
122
+ sigs: T::Array[::RBI::Sig],
123
+ parameters: T::Array[::RBI::Param],
124
+ class_method: T::Boolean,
125
+ visibility: ::RBI::Visibility,
126
+ comments: T::Array[::RBI::Comment]
127
+ ).void
128
+ end
129
+ def create_method_with_sigs(name, sigs:, parameters: T.unsafe(nil), class_method: T.unsafe(nil), visibility: T.unsafe(nil), comments: T.unsafe(nil)); end
130
+
118
131
  # source://tapioca//lib/tapioca/rbi_ext/model.rb#60
119
132
  sig { params(name: ::String).void }
120
133
  def create_mixes_in_class_methods(name); end
@@ -127,6 +140,10 @@ class RBI::Tree < ::RBI::NodeWithComments
127
140
  sig { params(constant: ::Module, block: T.nilable(T.proc.params(scope: ::RBI::Scope).void)).returns(::RBI::Scope) }
128
141
  def create_path(constant, &block); end
129
142
 
143
+ # source://tapioca//lib/tapioca/rbi_ext/model.rb#133
144
+ sig { params(parameters: T::Array[::RBI::TypedParam], return_type: ::String).returns(::RBI::Sig) }
145
+ def create_sig(parameters: T.unsafe(nil), return_type: T.unsafe(nil)); end
146
+
130
147
  # source://tapioca//lib/tapioca/rbi_ext/model.rb#74
131
148
  sig do
132
149
  params(
@@ -140,23 +157,27 @@ class RBI::Tree < ::RBI::NodeWithComments
140
157
  end
141
158
  def create_type_variable(name, type:, variance: T.unsafe(nil), fixed: T.unsafe(nil), upper: T.unsafe(nil), lower: T.unsafe(nil)); end
142
159
 
143
- # source://rbi/0.1.6/lib/rbi/rewriters/deannotate.rb#41
160
+ # source://rbi/0.1.9/lib/rbi/rewriters/deannotate.rb#41
144
161
  sig { params(annotation: ::String).void }
145
162
  def deannotate!(annotation); end
146
163
 
147
- # source://rbi/0.1.6/lib/rbi/model.rb#132
164
+ # source://rbi/0.1.9/lib/rbi/model.rb#132
148
165
  sig { returns(T::Boolean) }
149
166
  def empty?; end
150
167
 
151
- # source://rbi/0.1.6/lib/rbi/rewriters/group_nodes.rb#38
168
+ # source://rbi/0.1.9/lib/rbi/rewriters/filter_versions.rb#118
169
+ sig { params(version: ::Gem::Version).void }
170
+ def filter_versions!(version); end
171
+
172
+ # source://rbi/0.1.9/lib/rbi/rewriters/group_nodes.rb#38
152
173
  sig { void }
153
174
  def group_nodes!; end
154
175
 
155
- # source://rbi/0.1.6/lib/rbi/index.rb#68
176
+ # source://rbi/0.1.9/lib/rbi/index.rb#68
156
177
  sig { returns(::RBI::Index) }
157
178
  def index; end
158
179
 
159
- # source://rbi/0.1.6/lib/rbi/rewriters/merge_trees.rb#324
180
+ # source://rbi/0.1.9/lib/rbi/rewriters/merge_trees.rb#324
160
181
  sig do
161
182
  params(
162
183
  other: ::RBI::Tree,
@@ -167,44 +188,44 @@ class RBI::Tree < ::RBI::NodeWithComments
167
188
  end
168
189
  def merge(other, left_name: T.unsafe(nil), right_name: T.unsafe(nil), keep: T.unsafe(nil)); end
169
190
 
170
- # source://rbi/0.1.6/lib/rbi/rewriters/nest_non_public_methods.rb#46
191
+ # source://rbi/0.1.9/lib/rbi/rewriters/nest_non_public_methods.rb#46
171
192
  sig { void }
172
193
  def nest_non_public_methods!; end
173
194
 
174
- # source://rbi/0.1.6/lib/rbi/rewriters/nest_singleton_methods.rb#36
195
+ # source://rbi/0.1.9/lib/rbi/rewriters/nest_singleton_methods.rb#36
175
196
  sig { void }
176
197
  def nest_singleton_methods!; end
177
198
 
178
- # source://rbi/0.1.6/lib/rbi/model.rb#110
199
+ # source://rbi/0.1.9/lib/rbi/model.rb#110
179
200
  sig { returns(T::Array[::RBI::Node]) }
180
201
  def nodes; end
181
202
 
182
- # source://rbi/0.1.6/lib/rbi/printer.rb#233
203
+ # source://rbi/0.1.9/lib/rbi/printer.rb#233
183
204
  sig { override.returns(T::Boolean) }
184
205
  def oneline?; end
185
206
 
186
- # source://rbi/0.1.6/lib/rbi/rewriters/sort_nodes.rb#119
207
+ # source://rbi/0.1.9/lib/rbi/rewriters/sort_nodes.rb#119
187
208
  sig { void }
188
209
  def sort_nodes!; end
189
210
 
190
211
  private
191
212
 
192
- # source://tapioca//lib/tapioca/rbi_ext/model.rb#116
213
+ # source://tapioca//lib/tapioca/rbi_ext/model.rb#148
193
214
  sig { params(node: ::RBI::Node).returns(::RBI::Node) }
194
215
  def create_node(node); end
195
216
 
196
- # source://tapioca//lib/tapioca/rbi_ext/model.rb#111
217
+ # source://tapioca//lib/tapioca/rbi_ext/model.rb#143
197
218
  sig { returns(T::Hash[::String, ::RBI::Node]) }
198
219
  def nodes_cache; end
199
220
  end
200
221
 
201
- # source://tapioca//lib/tapioca/rbi_ext/model.rb#126
222
+ # source://tapioca//lib/tapioca/rbi_ext/model.rb#158
202
223
  class RBI::TypedParam < ::T::Struct
203
224
  const :param, ::RBI::Param
204
225
  const :type, ::String
205
226
 
206
227
  class << self
207
- # source://sorbet-runtime/0.5.11214/lib/types/struct.rb#13
228
+ # source://sorbet-runtime/0.5.11305/lib/types/struct.rb#13
208
229
  def inherited(s); end
209
230
  end
210
231
  end
@@ -539,11 +560,11 @@ class Tapioca::Commands::AbstractDsl < ::Tapioca::Commands::CommandWithoutTracke
539
560
  sig { returns(T::Array[::String]) }
540
561
  def all_requested_constants; end
541
562
 
542
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#284
563
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#285
543
564
  sig { params(cause: ::Symbol, files: T::Array[::String]).returns(::String) }
544
565
  def build_error_for_files(cause, files); end
545
566
 
546
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#208
567
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#209
547
568
  sig do
548
569
  params(
549
570
  constant_name: ::String,
@@ -562,7 +583,7 @@ class Tapioca::Commands::AbstractDsl < ::Tapioca::Commands::CommandWithoutTracke
562
583
  sig { params(compiler_names: T::Array[::String]).returns(T::Array[T.class_of(Tapioca::Dsl::Compiler)]) }
563
584
  def constantize_compilers(compiler_names); end
564
585
 
565
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#344
586
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#345
566
587
  sig { returns(T::Array[::String]) }
567
588
  def constants_from_requested_paths; end
568
589
 
@@ -570,7 +591,7 @@ class Tapioca::Commands::AbstractDsl < ::Tapioca::Commands::CommandWithoutTracke
570
591
  sig { returns(::Tapioca::Dsl::Pipeline) }
571
592
  def create_pipeline; end
572
593
 
573
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#247
594
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#248
574
595
  sig { params(constant_name: ::String).returns(::Pathname) }
575
596
  def dsl_rbi_filename(constant_name); end
576
597
 
@@ -578,7 +599,7 @@ class Tapioca::Commands::AbstractDsl < ::Tapioca::Commands::CommandWithoutTracke
578
599
  sig { params(requested_constants: T::Array[::String], path: ::Pathname).returns(T::Set[::Pathname]) }
579
600
  def existing_rbi_filenames(requested_constants, path: T.unsafe(nil)); end
580
601
 
581
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#339
602
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#340
582
603
  sig { params(constant: ::String).returns(::String) }
583
604
  def generate_command_for(constant); end
584
605
 
@@ -590,7 +611,7 @@ class Tapioca::Commands::AbstractDsl < ::Tapioca::Commands::CommandWithoutTracke
590
611
  sig { void }
591
612
  def load_application; end
592
613
 
593
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#226
614
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#227
594
615
  sig { params(dir: ::Pathname).void }
595
616
  def perform_dsl_verification(dir); end
596
617
 
@@ -598,31 +619,31 @@ class Tapioca::Commands::AbstractDsl < ::Tapioca::Commands::CommandWithoutTracke
598
619
  sig { returns(::Tapioca::Dsl::Pipeline) }
599
620
  def pipeline; end
600
621
 
601
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#235
622
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#236
602
623
  sig { params(files: T::Set[::Pathname]).void }
603
624
  def purge_stale_dsl_rbi_files(files); end
604
625
 
605
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#334
626
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#335
606
627
  sig { params(constant: ::String).returns(::String) }
607
628
  def rbi_filename_for(constant); end
608
629
 
609
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#315
630
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#316
610
631
  sig { params(path: ::Pathname).returns(T::Array[::Pathname]) }
611
632
  def rbi_files_in(path); end
612
633
 
613
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#293
634
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#294
614
635
  sig { params(diff: T::Hash[::String, ::Symbol], command: ::Symbol).void }
615
636
  def report_diff_and_exit_if_out_of_date(diff, command); end
616
637
 
617
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#188
638
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#189
618
639
  sig { params(name: ::String).returns(T.nilable(T.class_of(Tapioca::Dsl::Compiler))) }
619
640
  def resolve(name); end
620
641
 
621
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#322
642
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#323
622
643
  sig { params(class_name: ::String).returns(::String) }
623
644
  def underscore(class_name); end
624
645
 
625
- # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#252
646
+ # source://tapioca//lib/tapioca/commands/abstract_dsl.rb#253
626
647
  sig { params(tmp_dir: ::Pathname).returns(T::Hash[::String, ::Symbol]) }
627
648
  def verify_dsl_rbi(tmp_dir:); end
628
649
  end
@@ -661,11 +682,11 @@ class Tapioca::Commands::AbstractGem < ::Tapioca::Commands::Command
661
682
 
662
683
  private
663
684
 
664
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#221
685
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#223
665
686
  sig { returns(T::Array[::String]) }
666
687
  def added_rbis; end
667
688
 
668
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#282
689
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#284
669
690
  sig { params(cause: ::Symbol, files: T::Array[::String]).returns(::String) }
670
691
  def build_error_for_files(cause, files); end
671
692
 
@@ -673,19 +694,19 @@ class Tapioca::Commands::AbstractGem < ::Tapioca::Commands::Command
673
694
  sig { params(gem: ::Tapioca::Gemfile::GemSpec).void }
674
695
  def compile_gem_rbi(gem); end
675
696
 
676
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#216
697
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#218
677
698
  sig { params(gem_name: ::String).returns(::Pathname) }
678
699
  def existing_rbi(gem_name); end
679
700
 
680
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#264
701
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#266
681
702
  sig { returns(T::Hash[::String, ::String]) }
682
703
  def existing_rbis; end
683
704
 
684
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#228
705
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#230
685
706
  sig { params(gem_name: ::String).returns(::Pathname) }
686
707
  def expected_rbi(gem_name); end
687
708
 
688
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#270
709
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#272
689
710
  sig { returns(T::Hash[::String, ::String]) }
690
711
  def expected_rbis; end
691
712
 
@@ -698,11 +719,11 @@ class Tapioca::Commands::AbstractGem < ::Tapioca::Commands::Command
698
719
  end
699
720
  def gem_dependencies(gem, dependencies = T.unsafe(nil)); end
700
721
 
701
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#233
722
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#235
702
723
  sig { params(gem_name: ::String).returns(T::Boolean) }
703
724
  def gem_rbi_exists?(gem_name); end
704
725
 
705
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#277
726
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#279
706
727
  sig { params(gem_name: ::String, version: ::String).returns(::Pathname) }
707
728
  def gem_rbi_filename(gem_name, version); end
708
729
 
@@ -710,27 +731,27 @@ class Tapioca::Commands::AbstractGem < ::Tapioca::Commands::Command
710
731
  sig { params(gem_names: T::Array[::String]).returns(T::Array[::Tapioca::Gemfile::GemSpec]) }
711
732
  def gems_to_generate(gem_names); end
712
733
 
713
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#287
734
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#289
714
735
  sig { params(gem: ::Tapioca::Gemfile::GemSpec, file: ::RBI::File).void }
715
736
  def merge_with_exported_rbi(gem, file); end
716
737
 
717
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#258
738
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#260
718
739
  sig { params(old_filename: ::Pathname, new_filename: ::Pathname).void }
719
740
  def move(old_filename, new_filename); end
720
741
 
721
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#168
742
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#170
722
743
  sig { void }
723
744
  def perform_additions; end
724
745
 
725
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#141
746
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#143
726
747
  sig { void }
727
748
  def perform_removals; end
728
749
 
729
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#211
750
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#213
730
751
  sig { returns(T::Array[::String]) }
731
752
  def removed_rbis; end
732
753
 
733
- # source://tapioca//lib/tapioca/commands/abstract_gem.rb#238
754
+ # source://tapioca//lib/tapioca/commands/abstract_gem.rb#240
734
755
  sig { params(diff: T::Hash[::String, ::Symbol], command: ::Symbol).void }
735
756
  def report_diff_and_exit_if_out_of_date(diff, command); end
736
757
  end
@@ -859,7 +880,7 @@ class Tapioca::Commands::Command
859
880
  sig { void }
860
881
  def initialize; end
861
882
 
862
- # source://thor/1.3.0/lib/thor/base.rb#155
883
+ # source://thor/1.3.1/lib/thor/base.rb#155
863
884
  sig { returns(::Thor::Actions) }
864
885
  def file_writer; end
865
886
 
@@ -1121,7 +1142,7 @@ class Tapioca::ConfigHelper::ConfigError < ::T::Struct
1121
1142
  const :message_parts, T::Array[::Tapioca::ConfigHelper::ConfigErrorMessagePart]
1122
1143
 
1123
1144
  class << self
1124
- # source://sorbet-runtime/0.5.11214/lib/types/struct.rb#13
1145
+ # source://sorbet-runtime/0.5.11305/lib/types/struct.rb#13
1125
1146
  def inherited(s); end
1126
1147
  end
1127
1148
  end
@@ -1132,7 +1153,7 @@ class Tapioca::ConfigHelper::ConfigErrorMessagePart < ::T::Struct
1132
1153
  const :colors, T::Array[::Symbol]
1133
1154
 
1134
1155
  class << self
1135
- # source://sorbet-runtime/0.5.11214/lib/types/struct.rb#13
1156
+ # source://sorbet-runtime/0.5.11305/lib/types/struct.rb#13
1136
1157
  def inherited(s); end
1137
1158
  end
1138
1159
  end
@@ -2223,15 +2244,15 @@ class Tapioca::Gemfile::GemSpec
2223
2244
  sig { returns(T::Array[::Gem::Dependency]) }
2224
2245
  def dependencies; end
2225
2246
 
2226
- # source://tapioca//lib/tapioca/gemfile.rb#190
2247
+ # source://tapioca//lib/tapioca/gemfile.rb#201
2227
2248
  sig { returns(T::Boolean) }
2228
2249
  def export_rbi_files?; end
2229
2250
 
2230
- # source://tapioca//lib/tapioca/gemfile.rb#185
2251
+ # source://tapioca//lib/tapioca/gemfile.rb#196
2231
2252
  sig { returns(T::Array[::String]) }
2232
2253
  def exported_rbi_files; end
2233
2254
 
2234
- # source://tapioca//lib/tapioca/gemfile.rb#195
2255
+ # source://tapioca//lib/tapioca/gemfile.rb#206
2235
2256
  sig { returns(::RBI::MergeTree) }
2236
2257
  def exported_rbi_tree; end
2237
2258
 
@@ -2259,7 +2280,7 @@ class Tapioca::Gemfile::GemSpec
2259
2280
  sig { returns(::String) }
2260
2281
  def rbi_file_name; end
2261
2282
 
2262
- # source://tapioca//lib/tapioca/gemfile.rb#207
2283
+ # source://tapioca//lib/tapioca/gemfile.rb#218
2263
2284
  sig { params(file: ::Pathname).returns(::Pathname) }
2264
2285
  def relative_path_for(file); end
2265
2286
 
@@ -2270,31 +2291,31 @@ class Tapioca::Gemfile::GemSpec
2270
2291
 
2271
2292
  private
2272
2293
 
2273
- # source://tapioca//lib/tapioca/gemfile.rb#218
2294
+ # source://tapioca//lib/tapioca/gemfile.rb#229
2274
2295
  sig { returns(T::Array[::Pathname]) }
2275
2296
  def collect_files; end
2276
2297
 
2277
- # source://tapioca//lib/tapioca/gemfile.rb#233
2298
+ # source://tapioca//lib/tapioca/gemfile.rb#244
2278
2299
  sig { returns(T.nilable(T::Boolean)) }
2279
2300
  def default_gem?; end
2280
2301
 
2281
- # source://tapioca//lib/tapioca/gemfile.rb#292
2302
+ # source://tapioca//lib/tapioca/gemfile.rb#303
2282
2303
  sig { returns(T::Boolean) }
2283
2304
  def gem_ignored?; end
2284
2305
 
2285
- # source://tapioca//lib/tapioca/gemfile.rb#271
2306
+ # source://tapioca//lib/tapioca/gemfile.rb#282
2286
2307
  sig { params(path: ::String).returns(T::Boolean) }
2287
2308
  def has_parent_gemspec?(path); end
2288
2309
 
2289
- # source://tapioca//lib/tapioca/gemfile.rb#238
2310
+ # source://tapioca//lib/tapioca/gemfile.rb#249
2290
2311
  sig { returns(::Regexp) }
2291
2312
  def require_paths_prefix_matcher; end
2292
2313
 
2293
- # source://tapioca//lib/tapioca/gemfile.rb#250
2314
+ # source://tapioca//lib/tapioca/gemfile.rb#261
2294
2315
  sig { params(file: ::String).returns(::Pathname) }
2295
2316
  def resolve_to_ruby_lib_dir(file); end
2296
2317
 
2297
- # source://tapioca//lib/tapioca/gemfile.rb#264
2318
+ # source://tapioca//lib/tapioca/gemfile.rb#275
2298
2319
  sig { returns(::String) }
2299
2320
  def version_string; end
2300
2321
 
@@ -2432,7 +2453,7 @@ class Tapioca::Loaders::Loader
2432
2453
  # @param engine [T.class_of(Rails::Engine)]
2433
2454
  # @return [Array<String>]
2434
2455
  #
2435
- # source://sorbet-runtime/0.5.11214/lib/types/private/methods/_methods.rb#252
2456
+ # source://sorbet-runtime/0.5.11305/lib/types/private/methods/_methods.rb#257
2436
2457
  def eager_load_paths(*args, **_arg1, &blk); end
2437
2458
 
2438
2459
  # source://tapioca//lib/tapioca/loaders/loader.rb#198
@@ -3340,7 +3361,7 @@ module Tapioca::Static::SymbolLoader
3340
3361
 
3341
3362
  # @return [Array<T.class_of(Rails::Engine)>]
3342
3363
  #
3343
- # source://sorbet-runtime/0.5.11214/lib/types/private/methods/_methods.rb#252
3364
+ # source://sorbet-runtime/0.5.11305/lib/types/private/methods/_methods.rb#257
3344
3365
  def engines(*args, **_arg1, &blk); end
3345
3366
 
3346
3367
  # source://tapioca//lib/tapioca/static/symbol_loader.rb#82