activerecord-ejection_seat 0.3.1 → 0.3.2

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.
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,12 +4,6 @@
4
4
  # This is an autogenerated file for types exported from the `activesupport` gem.
5
5
  # Please instead update this file by running `bin/tapioca gem activesupport`.
6
6
 
7
- # source://yard/0.9.28/lib/yard.rb#61
8
- ::RUBY18 = T.let(T.unsafe(nil), FalseClass)
9
-
10
- # source://yard/0.9.28/lib/yard.rb#62
11
- ::RUBY19 = T.let(T.unsafe(nil), TrueClass)
12
-
13
7
  # source://activesupport//lib/active_support/lazy_load_hooks.rb#3
14
8
  module ActiveSupport
15
9
  extend ::ActiveSupport::LazyLoadHooks
@@ -9470,13 +9464,13 @@ class ActiveSupport::SafeBuffer < ::String
9470
9464
  # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#200
9471
9465
  def initialize(str = T.unsafe(nil)); end
9472
9466
 
9473
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#253
9467
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#257
9474
9468
  def %(args); end
9475
9469
 
9476
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#246
9470
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#250
9477
9471
  def *(*_arg0); end
9478
9472
 
9479
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#242
9473
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#246
9480
9474
  def +(other); end
9481
9475
 
9482
9476
  # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#214
@@ -9485,25 +9479,28 @@ class ActiveSupport::SafeBuffer < ::String
9485
9479
  # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#181
9486
9480
  def [](*args); end
9487
9481
 
9488
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#234
9482
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#238
9489
9483
  def []=(*args); end
9490
9484
 
9491
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9492
- def capitalize(*args, &block); end
9485
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#222
9486
+ def bytesplice(*args, value); end
9493
9487
 
9494
9488
  # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9489
+ def capitalize(*args, &block); end
9490
+
9491
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9495
9492
  def capitalize!(*args); end
9496
9493
 
9497
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9494
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9498
9495
  def chomp(*args, &block); end
9499
9496
 
9500
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9497
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9501
9498
  def chomp!(*args); end
9502
9499
 
9503
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9500
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9504
9501
  def chop(*args, &block); end
9505
9502
 
9506
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9503
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9507
9504
  def chop!(*args); end
9508
9505
 
9509
9506
  # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#210
@@ -9512,75 +9509,75 @@ class ActiveSupport::SafeBuffer < ::String
9512
9509
  # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#214
9513
9510
  def concat(value); end
9514
9511
 
9515
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9512
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9516
9513
  def delete(*args, &block); end
9517
9514
 
9518
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9515
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9519
9516
  def delete!(*args); end
9520
9517
 
9521
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9518
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9522
9519
  def delete_prefix(*args, &block); end
9523
9520
 
9524
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9521
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9525
9522
  def delete_prefix!(*args); end
9526
9523
 
9527
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9524
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9528
9525
  def delete_suffix(*args, &block); end
9529
9526
 
9530
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9527
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9531
9528
  def delete_suffix!(*args); end
9532
9529
 
9533
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9530
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9534
9531
  def downcase(*args, &block); end
9535
9532
 
9536
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9533
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9537
9534
  def downcase!(*args); end
9538
9535
 
9539
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#276
9536
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#280
9540
9537
  def encode_with(coder); end
9541
9538
 
9542
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#297
9539
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#301
9543
9540
  def gsub(*args, &block); end
9544
9541
 
9545
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#308
9542
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#312
9546
9543
  def gsub!(*args, &block); end
9547
9544
 
9548
9545
  # @return [Boolean]
9549
9546
  #
9550
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#264
9547
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#268
9551
9548
  def html_safe?; end
9552
9549
 
9553
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#222
9550
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#226
9554
9551
  def insert(index, value); end
9555
9552
 
9556
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9553
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9557
9554
  def lstrip(*args, &block); end
9558
9555
 
9559
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9556
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9560
9557
  def lstrip!(*args); end
9561
9558
 
9562
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9559
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9563
9560
  def next(*args, &block); end
9564
9561
 
9565
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9562
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9566
9563
  def next!(*args); end
9567
9564
 
9568
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#226
9565
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#230
9569
9566
  def prepend(value); end
9570
9567
 
9571
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#230
9568
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#234
9572
9569
  def replace(value); end
9573
9570
 
9574
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9571
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9575
9572
  def reverse(*args, &block); end
9576
9573
 
9577
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9574
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9578
9575
  def reverse!(*args); end
9579
9576
 
9580
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9577
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9581
9578
  def rstrip(*args, &block); end
9582
9579
 
9583
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9580
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9584
9581
  def rstrip!(*args); end
9585
9582
 
9586
9583
  # @raise [SafeConcatError]
@@ -9588,84 +9585,84 @@ class ActiveSupport::SafeBuffer < ::String
9588
9585
  # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#195
9589
9586
  def safe_concat(value); end
9590
9587
 
9591
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9588
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9592
9589
  def scrub(*args, &block); end
9593
9590
 
9594
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9591
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9595
9592
  def scrub!(*args); end
9596
9593
 
9597
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9594
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9598
9595
  def slice(*args, &block); end
9599
9596
 
9600
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9597
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9601
9598
  def slice!(*args); end
9602
9599
 
9603
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9600
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9604
9601
  def squeeze(*args, &block); end
9605
9602
 
9606
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9603
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9607
9604
  def squeeze!(*args); end
9608
9605
 
9609
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9606
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9610
9607
  def strip(*args, &block); end
9611
9608
 
9612
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9609
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9613
9610
  def strip!(*args); end
9614
9611
 
9615
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#297
9612
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#301
9616
9613
  def sub(*args, &block); end
9617
9614
 
9618
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#308
9615
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#312
9619
9616
  def sub!(*args, &block); end
9620
9617
 
9621
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9618
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9622
9619
  def succ(*args, &block); end
9623
9620
 
9624
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9621
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9625
9622
  def succ!(*args); end
9626
9623
 
9627
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9624
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9628
9625
  def swapcase(*args, &block); end
9629
9626
 
9630
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9627
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9631
9628
  def swapcase!(*args); end
9632
9629
 
9633
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#272
9630
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#276
9634
9631
  def to_param; end
9635
9632
 
9636
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#268
9633
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#272
9637
9634
  def to_s; end
9638
9635
 
9639
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9636
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9640
9637
  def tr(*args, &block); end
9641
9638
 
9642
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9639
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9643
9640
  def tr!(*args); end
9644
9641
 
9645
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9642
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9646
9643
  def tr_s(*args, &block); end
9647
9644
 
9648
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9645
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9649
9646
  def tr_s!(*args); end
9650
9647
 
9651
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9648
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9652
9649
  def unicode_normalize(*args, &block); end
9653
9650
 
9654
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9651
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9655
9652
  def unicode_normalize!(*args); end
9656
9653
 
9657
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#283
9654
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9658
9655
  def upcase(*args, &block); end
9659
9656
 
9660
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#287
9657
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#291
9661
9658
  def upcase!(*args); end
9662
9659
 
9663
9660
  private
9664
9661
 
9665
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#323
9662
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#327
9666
9663
  def explicit_html_escape_interpolated_argument(arg); end
9667
9664
 
9668
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#327
9665
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#331
9669
9666
  def implicit_html_escape_interpolated_argument(arg); end
9670
9667
 
9671
9668
  # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#205
@@ -9673,7 +9670,7 @@ class ActiveSupport::SafeBuffer < ::String
9673
9670
 
9674
9671
  def original_concat(*_arg0); end
9675
9672
 
9676
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#350
9673
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#354
9677
9674
  def set_block_back_references(block, match_data); end
9678
9675
  end
9679
9676
 
@@ -10040,48 +10037,48 @@ class ActiveSupport::TestCase < ::Minitest::Test
10040
10037
  # source://activesupport//lib/active_support/callbacks.rb#940
10041
10038
  def _teardown_callbacks; end
10042
10039
 
10043
- # source://minitest/5.17.0/lib/minitest/assertions.rb#709
10040
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#735
10044
10041
  def assert_no_match(matcher, obj, msg = T.unsafe(nil)); end
10045
10042
 
10046
- # source://minitest/5.17.0/lib/minitest/assertions.rb#638
10043
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#664
10047
10044
  def assert_not_empty(obj, msg = T.unsafe(nil)); end
10048
10045
 
10049
- # source://minitest/5.17.0/lib/minitest/assertions.rb#649
10046
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#675
10050
10047
  def assert_not_equal(exp, act, msg = T.unsafe(nil)); end
10051
10048
 
10052
- # source://minitest/5.17.0/lib/minitest/assertions.rb#661
10049
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#687
10053
10050
  def assert_not_in_delta(exp, act, delta = T.unsafe(nil), msg = T.unsafe(nil)); end
10054
10051
 
10055
- # source://minitest/5.17.0/lib/minitest/assertions.rb#673
10052
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#699
10056
10053
  def assert_not_in_epsilon(a, b, epsilon = T.unsafe(nil), msg = T.unsafe(nil)); end
10057
10054
 
10058
- # source://minitest/5.17.0/lib/minitest/assertions.rb#680
10055
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#706
10059
10056
  def assert_not_includes(collection, obj, msg = T.unsafe(nil)); end
10060
10057
 
10061
- # source://minitest/5.17.0/lib/minitest/assertions.rb#691
10058
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#717
10062
10059
  def assert_not_instance_of(cls, obj, msg = T.unsafe(nil)); end
10063
10060
 
10064
- # source://minitest/5.17.0/lib/minitest/assertions.rb#701
10061
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#727
10065
10062
  def assert_not_kind_of(cls, obj, msg = T.unsafe(nil)); end
10066
10063
 
10067
- # source://minitest/5.17.0/lib/minitest/assertions.rb#719
10064
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#745
10068
10065
  def assert_not_nil(obj, msg = T.unsafe(nil)); end
10069
10066
 
10070
- # source://minitest/5.17.0/lib/minitest/assertions.rb#730
10067
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#780
10071
10068
  def assert_not_operator(o1, op, o2 = T.unsafe(nil), msg = T.unsafe(nil)); end
10072
10069
 
10073
- # source://minitest/5.17.0/lib/minitest/assertions.rb#753
10070
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#803
10074
10071
  def assert_not_predicate(o1, op, msg = T.unsafe(nil)); end
10075
10072
 
10076
- # source://minitest/5.17.0/lib/minitest/assertions.rb#761
10073
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#811
10077
10074
  def assert_not_respond_to(obj, meth, msg = T.unsafe(nil)); end
10078
10075
 
10079
- # source://minitest/5.17.0/lib/minitest/assertions.rb#770
10076
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#820
10080
10077
  def assert_not_same(exp, act, msg = T.unsafe(nil)); end
10081
10078
 
10082
10079
  # test/unit backwards compatibility methods
10083
10080
  #
10084
- # source://minitest/5.17.0/lib/minitest/assertions.rb#396
10081
+ # source://minitest/5.18.0/lib/minitest/assertions.rb#422
10085
10082
  def assert_raise(*exp); end
10086
10083
 
10087
10084
  # source://activesupport//lib/active_support/testing/file_fixtures.rb#20
@@ -10093,7 +10090,7 @@ class ActiveSupport::TestCase < ::Minitest::Test
10093
10090
  # source://activesupport//lib/active_support/test_case.rb#151
10094
10091
  def inspect; end
10095
10092
 
10096
- # source://minitest/5.17.0/lib/minitest.rb#304
10093
+ # source://minitest/5.18.0/lib/minitest.rb#304
10097
10094
  def method_name; end
10098
10095
 
10099
10096
  class << self
@@ -12806,9 +12803,6 @@ class BigDecimal < ::Numeric
12806
12803
  def to_s(format = T.unsafe(nil), options = T.unsafe(nil)); end
12807
12804
  end
12808
12805
 
12809
- BigDecimal::EXCEPTION_NaN = T.let(T.unsafe(nil), Integer)
12810
- BigDecimal::VERSION = T.let(T.unsafe(nil), String)
12811
-
12812
12806
  # source://activesupport//lib/active_support/core_ext/class/attribute.rb#5
12813
12807
  class Class < ::Module
12814
12808
  # Declare a class-level attribute whose value is inheritable by subclasses.
@@ -13206,9 +13200,6 @@ Date::DATE_FORMATS = T.let(T.unsafe(nil), Hash)
13206
13200
  # source://activesupport//lib/active_support/core_ext/date/deprecated_conversions.rb#6
13207
13201
  Date::NOT_SET = T.let(T.unsafe(nil), Object)
13208
13202
 
13209
- # source://date/3.3.3/date.rb#7
13210
- Date::VERSION = T.let(T.unsafe(nil), String)
13211
-
13212
13203
  # source://activesupport//lib/active_support/core_ext/date_and_time/compatibility.rb#5
13213
13204
  module DateAndTime; end
13214
13205
 
@@ -14665,12 +14656,6 @@ class File < ::IO
14665
14656
  end
14666
14657
  end
14667
14658
 
14668
- # source://yard/0.9.28/lib/yard/core_ext/file.rb#5
14669
- File::RELATIVE_PARENTDIR = T.let(T.unsafe(nil), String)
14670
-
14671
- # source://yard/0.9.28/lib/yard/core_ext/file.rb#6
14672
- File::RELATIVE_SAMEDIR = T.let(T.unsafe(nil), String)
14673
-
14674
14659
  # source://activesupport//lib/active_support/core_ext/object/json.rb#110
14675
14660
  class Float < ::Numeric
14676
14661
  include ::ActiveSupport::NumericWithFormat
@@ -15148,9 +15133,6 @@ class IPAddr
15148
15133
  def as_json(options = T.unsafe(nil)); end
15149
15134
  end
15150
15135
 
15151
- # source://ipaddr/1.2.5/ipaddr.rb#43
15152
- IPAddr::VERSION = T.let(T.unsafe(nil), String)
15153
-
15154
15136
  # source://activesupport//lib/active_support/core_ext/integer/time.rb#6
15155
15137
  class Integer < ::Numeric
15156
15138
  include ::ActiveSupport::NumericWithFormat
@@ -16897,9 +16879,6 @@ class Regexp
16897
16879
  def as_json(options = T.unsafe(nil)); end
16898
16880
  end
16899
16881
 
16900
- # source://regexp_parser/2.6.2/lib/regexp_parser/token.rb#2
16901
- Regexp::TOKEN_KEYS = T.let(T.unsafe(nil), Array)
16902
-
16903
16882
  class Regexp::TimeoutError < ::RegexpError; end
16904
16883
 
16905
16884
  # source://activesupport//lib/active_support/core_ext/object/duplicable.rb#53
@@ -16916,9 +16895,6 @@ module Singleton
16916
16895
  def duplicable?; end
16917
16896
  end
16918
16897
 
16919
- # source://singleton/0.1.1/singleton.rb#95
16920
- Singleton::VERSION = T.let(T.unsafe(nil), String)
16921
-
16922
16898
  # String inflections define new methods on the String class to transform names for different purposes.
16923
16899
  # For instance, you can figure out the name of a table from the name of a class.
16924
16900
  #
@@ -17130,7 +17106,7 @@ class String
17130
17106
  # +raw+ helper in views. It is recommended that you use +sanitize+ instead of
17131
17107
  # this method. It should never be called on user input.
17132
17108
  #
17133
- # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#364
17109
+ # source://activesupport//lib/active_support/core_ext/string/output_safety.rb#368
17134
17110
  def html_safe; end
17135
17111
 
17136
17112
  # Capitalizes the first word, turns underscores into spaces, and (by default)strips a