alchemrest 3.2.1 → 3.2.3

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 (38) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +39 -55
  3. data/gemfiles/faraday_2.gemfile.lock +1 -1
  4. data/gemfiles/rails_7_2.gemfile.lock +1 -1
  5. data/gemfiles/rails_8_0.gemfile.lock +1 -1
  6. data/lib/alchemrest/data.rb +2 -2
  7. data/lib/alchemrest/version.rb +1 -1
  8. data/rbi/alchemrest.rbi +39 -2
  9. data/sorbet/rbi/gems/{actionpack@8.0.4.rbi → actionpack@8.0.4.1.rbi} +204 -204
  10. data/sorbet/rbi/gems/{actionview@8.0.4.rbi → actionview@8.0.4.1.rbi} +251 -251
  11. data/sorbet/rbi/gems/{activemodel@8.0.4.rbi → activemodel@8.0.4.1.rbi} +3 -3
  12. data/sorbet/rbi/gems/{activesupport@8.0.4.rbi → activesupport@8.0.4.1.rbi} +84 -84
  13. data/sorbet/rbi/gems/{addressable@2.8.7.rbi → addressable@2.9.0.rbi} +94 -97
  14. data/sorbet/rbi/gems/{bigdecimal@3.3.1.rbi → bigdecimal@4.0.1.rbi} +16 -5
  15. data/sorbet/rbi/gems/{concurrent-ruby@1.3.5.rbi → concurrent-ruby@1.3.7.rbi} +146 -130
  16. data/sorbet/rbi/gems/{faraday-net_http@1.0.2.rbi → faraday-net_http@3.4.4.rbi} +49 -46
  17. data/sorbet/rbi/gems/{faraday@1.10.5.rbi → faraday@2.14.3.rbi} +708 -519
  18. data/sorbet/rbi/gems/{i18n@1.14.7.rbi → i18n@1.14.8.rbi} +103 -103
  19. data/sorbet/rbi/gems/{minitest@5.26.0.rbi → minitest@5.27.0.rbi} +208 -205
  20. data/sorbet/rbi/gems/net-http@0.9.1.rbi +977 -0
  21. data/sorbet/rbi/gems/{nokogiri@1.19.1.rbi → nokogiri@1.19.4.rbi} +213 -199
  22. data/sorbet/rbi/gems/{rack-session@2.1.1.rbi → rack-session@2.1.2.rbi} +95 -34
  23. data/sorbet/rbi/gems/{rack@3.1.14.rbi → rack@3.1.21.rbi} +213 -177
  24. data/sorbet/rbi/gems/{railties@8.0.4.rbi → railties@8.0.4.1.rbi} +59 -59
  25. data/sorbet/rbi/gems/{yard@0.9.37.rbi → yard@0.9.42.rbi} +952 -332
  26. metadata +22 -34
  27. data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +0 -181
  28. data/sorbet/rbi/gems/faraday-em_synchrony@1.0.1.rbi +0 -120
  29. data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +0 -128
  30. data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +0 -123
  31. data/sorbet/rbi/gems/faraday-multipart@1.2.0.rbi +0 -190
  32. data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +0 -116
  33. data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +0 -119
  34. data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +0 -113
  35. data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +0 -149
  36. data/sorbet/rbi/gems/multipart-post@2.4.1.rbi +0 -154
  37. /data/sorbet/rbi/gems/{connection_pool@2.5.4.rbi → connection_pool@3.0.2.rbi} +0 -0
  38. /data/sorbet/rbi/gems/{public_suffix@6.0.1.rbi → public_suffix@7.0.5.rbi} +0 -0
@@ -49,10 +49,10 @@ class AbstractController::Base
49
49
  # source://actionpack//lib/abstract_controller/base.rb#161
50
50
  def action_methods; end
51
51
 
52
- # source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
52
+ # source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
53
53
  def action_name; end
54
54
 
55
- # source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
55
+ # source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
56
56
  def action_name=(_arg0); end
57
57
 
58
58
  # source://actionpack//lib/abstract_controller/base.rb#176
@@ -61,10 +61,10 @@ class AbstractController::Base
61
61
  # source://actionpack//lib/abstract_controller/base.rb#156
62
62
  def controller_path; end
63
63
 
64
- # source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
64
+ # source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
65
65
  def formats; end
66
66
 
67
- # source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
67
+ # source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
68
68
  def formats=(_arg0); end
69
69
 
70
70
  # source://actionpack//lib/abstract_controller/base.rb#193
@@ -76,10 +76,10 @@ class AbstractController::Base
76
76
  # source://actionpack//lib/abstract_controller/base.rb#143
77
77
  def process(action, *_arg1, **_arg2, &_arg3); end
78
78
 
79
- # source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
79
+ # source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
80
80
  def response_body; end
81
81
 
82
- # source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
82
+ # source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
83
83
  def response_body=(_arg0); end
84
84
 
85
85
  def send_action(*_arg0); end
@@ -714,10 +714,10 @@ class ActionController::API < ::ActionController::Metal
714
714
  extend ::ActionController::Instrumentation::ClassMethods
715
715
  extend ::ActionController::ParamsWrapper::ClassMethods
716
716
 
717
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
717
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
718
718
  def __callbacks; end
719
719
 
720
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#924
720
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#924
721
721
  def _process_action_callbacks; end
722
722
 
723
723
  # source://actionpack//lib/action_controller/metal/renderers.rb#31
@@ -729,7 +729,7 @@ class ActionController::API < ::ActionController::Metal
729
729
  # source://actionpack//lib/action_controller/metal/renderers.rb#31
730
730
  def _renderers?; end
731
731
 
732
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#912
732
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#912
733
733
  def _run_process_action_callbacks(&block); end
734
734
 
735
735
  # source://actionpack//lib/abstract_controller/caching.rb#44
@@ -750,10 +750,10 @@ class ActionController::API < ::ActionController::Metal
750
750
  # source://actionpack//lib/action_controller/metal/params_wrapper.rb#185
751
751
  def _wrapper_options?; end
752
752
 
753
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
753
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
754
754
  def default_static_extension; end
755
755
 
756
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
756
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
757
757
  def default_static_extension=(value); end
758
758
 
759
759
  # source://actionpack//lib/action_dispatch/routing/url_for.rb#100
@@ -765,10 +765,10 @@ class ActionController::API < ::ActionController::Metal
765
765
  # source://actionpack//lib/action_dispatch/routing/url_for.rb#100
766
766
  def default_url_options?; end
767
767
 
768
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
768
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
769
769
  def enable_fragment_cache_logging; end
770
770
 
771
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
771
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
772
772
  def enable_fragment_cache_logging=(value); end
773
773
 
774
774
  # source://actionpack//lib/action_controller/metal/conditional_get.rb#15
@@ -789,16 +789,16 @@ class ActionController::API < ::ActionController::Metal
789
789
  # source://actionpack//lib/abstract_controller/caching/fragments.rb#26
790
790
  def fragment_cache_keys?; end
791
791
 
792
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
792
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
793
793
  def logger; end
794
794
 
795
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
795
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
796
796
  def logger=(value); end
797
797
 
798
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
798
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
799
799
  def perform_caching; end
800
800
 
801
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
801
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
802
802
  def perform_caching=(value); end
803
803
 
804
804
  # source://actionpack//lib/abstract_controller/callbacks.rb#36
@@ -813,26 +813,26 @@ class ActionController::API < ::ActionController::Metal
813
813
  # source://actionpack//lib/action_controller/metal/redirecting.rb#17
814
814
  def raise_on_open_redirects=(val); end
815
815
 
816
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
816
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
817
817
  def rescue_handlers; end
818
818
 
819
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
819
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
820
820
  def rescue_handlers=(_arg0); end
821
821
 
822
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
822
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
823
823
  def rescue_handlers?; end
824
824
 
825
825
  class << self
826
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
826
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
827
827
  def __callbacks; end
828
828
 
829
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
829
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
830
830
  def __callbacks=(value); end
831
831
 
832
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#916
832
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#916
833
833
  def _process_action_callbacks; end
834
834
 
835
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#920
835
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#920
836
836
  def _process_action_callbacks=(value); end
837
837
 
838
838
  # source://actionpack//lib/action_controller/metal/renderers.rb#31
@@ -862,10 +862,10 @@ class ActionController::API < ::ActionController::Metal
862
862
  # source://actionpack//lib/action_controller/metal/params_wrapper.rb#185
863
863
  def _wrapper_options?; end
864
864
 
865
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
865
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
866
866
  def default_static_extension; end
867
867
 
868
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
868
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
869
869
  def default_static_extension=(value); end
870
870
 
871
871
  # source://actionpack//lib/action_dispatch/routing/url_for.rb#100
@@ -877,10 +877,10 @@ class ActionController::API < ::ActionController::Metal
877
877
  # source://actionpack//lib/action_dispatch/routing/url_for.rb#100
878
878
  def default_url_options?; end
879
879
 
880
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
880
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
881
881
  def enable_fragment_cache_logging; end
882
882
 
883
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
883
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
884
884
  def enable_fragment_cache_logging=(value); end
885
885
 
886
886
  # source://actionpack//lib/action_controller/metal/conditional_get.rb#15
@@ -901,16 +901,16 @@ class ActionController::API < ::ActionController::Metal
901
901
  # source://actionpack//lib/abstract_controller/caching/fragments.rb#26
902
902
  def fragment_cache_keys?; end
903
903
 
904
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
904
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
905
905
  def logger; end
906
906
 
907
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
907
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
908
908
  def logger=(value); end
909
909
 
910
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
910
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
911
911
  def perform_caching; end
912
912
 
913
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
913
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
914
914
  def perform_caching=(value); end
915
915
 
916
916
  # source://actionpack//lib/abstract_controller/callbacks.rb#36
@@ -925,13 +925,13 @@ class ActionController::API < ::ActionController::Metal
925
925
  # source://actionpack//lib/action_controller/metal/redirecting.rb#17
926
926
  def raise_on_open_redirects=(val); end
927
927
 
928
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
928
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
929
929
  def rescue_handlers; end
930
930
 
931
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
931
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
932
932
  def rescue_handlers=(value); end
933
933
 
934
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
934
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
935
935
  def rescue_handlers?; end
936
936
 
937
937
  # source://actionpack//lib/action_controller/api.rb#107
@@ -939,58 +939,58 @@ class ActionController::API < ::ActionController::Metal
939
939
 
940
940
  private
941
941
 
942
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
942
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
943
943
  def __class_attr___callbacks; end
944
944
 
945
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
945
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
946
946
  def __class_attr___callbacks=(new_value); end
947
947
 
948
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
948
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
949
949
  def __class_attr__renderers; end
950
950
 
951
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
951
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
952
952
  def __class_attr__renderers=(new_value); end
953
953
 
954
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
954
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
955
955
  def __class_attr__view_cache_dependencies; end
956
956
 
957
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
957
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
958
958
  def __class_attr__view_cache_dependencies=(new_value); end
959
959
 
960
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
960
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
961
961
  def __class_attr__wrapper_options; end
962
962
 
963
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
963
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
964
964
  def __class_attr__wrapper_options=(new_value); end
965
965
 
966
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
966
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
967
967
  def __class_attr_default_url_options; end
968
968
 
969
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
969
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
970
970
  def __class_attr_default_url_options=(new_value); end
971
971
 
972
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
972
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
973
973
  def __class_attr_etaggers; end
974
974
 
975
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
975
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
976
976
  def __class_attr_etaggers=(new_value); end
977
977
 
978
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
978
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
979
979
  def __class_attr_fragment_cache_keys; end
980
980
 
981
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
981
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
982
982
  def __class_attr_fragment_cache_keys=(new_value); end
983
983
 
984
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
984
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
985
985
  def __class_attr_middleware_stack; end
986
986
 
987
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
987
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
988
988
  def __class_attr_middleware_stack=(new_value); end
989
989
 
990
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
990
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
991
991
  def __class_attr_rescue_handlers; end
992
992
 
993
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
993
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
994
994
  def __class_attr_rescue_handlers=(new_value); end
995
995
  end
996
996
  end
@@ -1167,7 +1167,7 @@ class ActionController::Base < ::ActionController::Metal
1167
1167
  extend ::ActionController::Instrumentation::ClassMethods
1168
1168
  extend ::ActionController::ParamsWrapper::ClassMethods
1169
1169
 
1170
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
1170
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
1171
1171
  def __callbacks; end
1172
1172
 
1173
1173
  # source://actionpack//lib/abstract_controller/helpers.rb#13
@@ -1179,13 +1179,13 @@ class ActionController::Base < ::ActionController::Metal
1179
1179
  # source://actionpack//lib/abstract_controller/helpers.rb#13
1180
1180
  def _helper_methods?; end
1181
1181
 
1182
- # source://actionview/8.0.4/lib/action_view/layouts.rb#212
1182
+ # source://actionview/8.0.4.1/lib/action_view/layouts.rb#212
1183
1183
  def _layout_conditions; end
1184
1184
 
1185
- # source://actionview/8.0.4/lib/action_view/layouts.rb#212
1185
+ # source://actionview/8.0.4.1/lib/action_view/layouts.rb#212
1186
1186
  def _layout_conditions?; end
1187
1187
 
1188
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#924
1188
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#924
1189
1189
  def _process_action_callbacks; end
1190
1190
 
1191
1191
  # source://actionpack//lib/action_controller/metal/renderers.rb#31
@@ -1197,7 +1197,7 @@ class ActionController::Base < ::ActionController::Metal
1197
1197
  # source://actionpack//lib/action_controller/metal/renderers.rb#31
1198
1198
  def _renderers?; end
1199
1199
 
1200
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#912
1200
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#912
1201
1201
  def _run_process_action_callbacks(&block); end
1202
1202
 
1203
1203
  # source://actionpack//lib/abstract_controller/caching.rb#44
@@ -1221,40 +1221,40 @@ class ActionController::Base < ::ActionController::Metal
1221
1221
  # source://actionpack//lib/action_controller/metal/flash.rb#38
1222
1222
  def alert; end
1223
1223
 
1224
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1224
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1225
1225
  def allow_forgery_protection; end
1226
1226
 
1227
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1227
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1228
1228
  def allow_forgery_protection=(value); end
1229
1229
 
1230
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1230
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1231
1231
  def asset_host; end
1232
1232
 
1233
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1233
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1234
1234
  def asset_host=(value); end
1235
1235
 
1236
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1236
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1237
1237
  def assets_dir; end
1238
1238
 
1239
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1239
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1240
1240
  def assets_dir=(value); end
1241
1241
 
1242
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1242
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1243
1243
  def csrf_token_storage_strategy; end
1244
1244
 
1245
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1245
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1246
1246
  def csrf_token_storage_strategy=(value); end
1247
1247
 
1248
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1248
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1249
1249
  def default_asset_host_protocol; end
1250
1250
 
1251
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1251
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1252
1252
  def default_asset_host_protocol=(value); end
1253
1253
 
1254
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1254
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1255
1255
  def default_static_extension; end
1256
1256
 
1257
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1257
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1258
1258
  def default_static_extension=(value); end
1259
1259
 
1260
1260
  # source://actionpack//lib/action_dispatch/routing/url_for.rb#100
@@ -1266,10 +1266,10 @@ class ActionController::Base < ::ActionController::Metal
1266
1266
  # source://actionpack//lib/action_dispatch/routing/url_for.rb#100
1267
1267
  def default_url_options?; end
1268
1268
 
1269
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1269
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1270
1270
  def enable_fragment_cache_logging; end
1271
1271
 
1272
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1272
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1273
1273
  def enable_fragment_cache_logging=(value); end
1274
1274
 
1275
1275
  # source://actionpack//lib/action_controller/metal/etag_with_template_digest.rb#31
@@ -1293,16 +1293,16 @@ class ActionController::Base < ::ActionController::Metal
1293
1293
  # source://actionpack//lib/action_controller/metal/flash.rb#12
1294
1294
  def flash(*_arg0, **_arg1, &_arg2); end
1295
1295
 
1296
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1296
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1297
1297
  def forgery_protection_origin_check; end
1298
1298
 
1299
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1299
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1300
1300
  def forgery_protection_origin_check=(value); end
1301
1301
 
1302
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1302
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1303
1303
  def forgery_protection_strategy; end
1304
1304
 
1305
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1305
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1306
1306
  def forgery_protection_strategy=(value); end
1307
1307
 
1308
1308
  # source://actionpack//lib/abstract_controller/caching/fragments.rb#26
@@ -1332,37 +1332,37 @@ class ActionController::Base < ::ActionController::Metal
1332
1332
  # source://actionpack//lib/action_controller/metal/helpers.rb#71
1333
1333
  def include_all_helpers?; end
1334
1334
 
1335
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1335
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1336
1336
  def javascripts_dir; end
1337
1337
 
1338
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1338
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1339
1339
  def javascripts_dir=(value); end
1340
1340
 
1341
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1341
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1342
1342
  def log_warning_on_csrf_failure; end
1343
1343
 
1344
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1344
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1345
1345
  def log_warning_on_csrf_failure=(value); end
1346
1346
 
1347
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1347
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1348
1348
  def logger; end
1349
1349
 
1350
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1350
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1351
1351
  def logger=(value); end
1352
1352
 
1353
1353
  # source://actionpack//lib/action_controller/metal/flash.rb#38
1354
1354
  def notice; end
1355
1355
 
1356
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1356
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1357
1357
  def per_form_csrf_tokens; end
1358
1358
 
1359
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1359
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1360
1360
  def per_form_csrf_tokens=(value); end
1361
1361
 
1362
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1362
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1363
1363
  def perform_caching; end
1364
1364
 
1365
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1365
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1366
1366
  def perform_caching=(value); end
1367
1367
 
1368
1368
  # source://actionpack//lib/abstract_controller/callbacks.rb#36
@@ -1377,46 +1377,46 @@ class ActionController::Base < ::ActionController::Metal
1377
1377
  # source://actionpack//lib/action_controller/metal/redirecting.rb#17
1378
1378
  def raise_on_open_redirects=(val); end
1379
1379
 
1380
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1380
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1381
1381
  def relative_url_root; end
1382
1382
 
1383
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1383
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1384
1384
  def relative_url_root=(value); end
1385
1385
 
1386
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1386
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1387
1387
  def request_forgery_protection_token; end
1388
1388
 
1389
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1389
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1390
1390
  def request_forgery_protection_token=(value); end
1391
1391
 
1392
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
1392
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
1393
1393
  def rescue_handlers; end
1394
1394
 
1395
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
1395
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
1396
1396
  def rescue_handlers=(_arg0); end
1397
1397
 
1398
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
1398
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
1399
1399
  def rescue_handlers?; end
1400
1400
 
1401
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1401
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1402
1402
  def stylesheets_dir; end
1403
1403
 
1404
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1404
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1405
1405
  def stylesheets_dir=(value); end
1406
1406
 
1407
1407
  private
1408
1408
 
1409
- # source://actionview/8.0.4/lib/action_view/layouts.rb#328
1409
+ # source://actionview/8.0.4.1/lib/action_view/layouts.rb#328
1410
1410
  def _layout(lookup_context, formats, keys); end
1411
1411
 
1412
1412
  # source://actionpack//lib/action_controller/base.rb#324
1413
1413
  def _protected_ivars; end
1414
1414
 
1415
1415
  class << self
1416
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
1416
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
1417
1417
  def __callbacks; end
1418
1418
 
1419
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
1419
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
1420
1420
  def __callbacks=(value); end
1421
1421
 
1422
1422
  # source://actionpack//lib/action_controller/form_builder.rb#35
@@ -1449,28 +1449,28 @@ class ActionController::Base < ::ActionController::Metal
1449
1449
  # source://actionpack//lib/abstract_controller/helpers.rb#17
1450
1450
  def _helpers; end
1451
1451
 
1452
- # source://actionview/8.0.4/lib/action_view/layouts.rb#211
1452
+ # source://actionview/8.0.4.1/lib/action_view/layouts.rb#211
1453
1453
  def _layout; end
1454
1454
 
1455
- # source://actionview/8.0.4/lib/action_view/layouts.rb#211
1455
+ # source://actionview/8.0.4.1/lib/action_view/layouts.rb#211
1456
1456
  def _layout=(value); end
1457
1457
 
1458
- # source://actionview/8.0.4/lib/action_view/layouts.rb#211
1458
+ # source://actionview/8.0.4.1/lib/action_view/layouts.rb#211
1459
1459
  def _layout?; end
1460
1460
 
1461
- # source://actionview/8.0.4/lib/action_view/layouts.rb#212
1461
+ # source://actionview/8.0.4.1/lib/action_view/layouts.rb#212
1462
1462
  def _layout_conditions; end
1463
1463
 
1464
- # source://actionview/8.0.4/lib/action_view/layouts.rb#212
1464
+ # source://actionview/8.0.4.1/lib/action_view/layouts.rb#212
1465
1465
  def _layout_conditions=(value); end
1466
1466
 
1467
- # source://actionview/8.0.4/lib/action_view/layouts.rb#212
1467
+ # source://actionview/8.0.4.1/lib/action_view/layouts.rb#212
1468
1468
  def _layout_conditions?; end
1469
1469
 
1470
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#916
1470
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#916
1471
1471
  def _process_action_callbacks; end
1472
1472
 
1473
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#920
1473
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#920
1474
1474
  def _process_action_callbacks=(value); end
1475
1475
 
1476
1476
  # source://actionpack//lib/action_controller/metal/renderers.rb#31
@@ -1500,40 +1500,40 @@ class ActionController::Base < ::ActionController::Metal
1500
1500
  # source://actionpack//lib/action_controller/metal/params_wrapper.rb#185
1501
1501
  def _wrapper_options?; end
1502
1502
 
1503
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1503
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1504
1504
  def allow_forgery_protection; end
1505
1505
 
1506
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1506
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1507
1507
  def allow_forgery_protection=(value); end
1508
1508
 
1509
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1509
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1510
1510
  def asset_host; end
1511
1511
 
1512
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1512
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1513
1513
  def asset_host=(value); end
1514
1514
 
1515
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1515
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1516
1516
  def assets_dir; end
1517
1517
 
1518
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1518
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1519
1519
  def assets_dir=(value); end
1520
1520
 
1521
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1521
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1522
1522
  def csrf_token_storage_strategy; end
1523
1523
 
1524
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1524
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1525
1525
  def csrf_token_storage_strategy=(value); end
1526
1526
 
1527
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1527
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1528
1528
  def default_asset_host_protocol; end
1529
1529
 
1530
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1530
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1531
1531
  def default_asset_host_protocol=(value); end
1532
1532
 
1533
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1533
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1534
1534
  def default_static_extension; end
1535
1535
 
1536
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1536
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1537
1537
  def default_static_extension=(value); end
1538
1538
 
1539
1539
  # source://actionpack//lib/action_dispatch/routing/url_for.rb#100
@@ -1545,10 +1545,10 @@ class ActionController::Base < ::ActionController::Metal
1545
1545
  # source://actionpack//lib/action_dispatch/routing/url_for.rb#100
1546
1546
  def default_url_options?; end
1547
1547
 
1548
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1548
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1549
1549
  def enable_fragment_cache_logging; end
1550
1550
 
1551
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1551
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1552
1552
  def enable_fragment_cache_logging=(value); end
1553
1553
 
1554
1554
  # source://actionpack//lib/action_controller/metal/etag_with_template_digest.rb#31
@@ -1569,16 +1569,16 @@ class ActionController::Base < ::ActionController::Metal
1569
1569
  # source://actionpack//lib/action_controller/metal/conditional_get.rb#15
1570
1570
  def etaggers?; end
1571
1571
 
1572
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1572
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1573
1573
  def forgery_protection_origin_check; end
1574
1574
 
1575
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1575
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1576
1576
  def forgery_protection_origin_check=(value); end
1577
1577
 
1578
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1578
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1579
1579
  def forgery_protection_strategy; end
1580
1580
 
1581
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1581
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1582
1582
  def forgery_protection_strategy=(value); end
1583
1583
 
1584
1584
  # source://actionpack//lib/abstract_controller/caching/fragments.rb#26
@@ -1608,34 +1608,34 @@ class ActionController::Base < ::ActionController::Metal
1608
1608
  # source://actionpack//lib/action_controller/metal/helpers.rb#71
1609
1609
  def include_all_helpers?; end
1610
1610
 
1611
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1611
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1612
1612
  def javascripts_dir; end
1613
1613
 
1614
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1614
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1615
1615
  def javascripts_dir=(value); end
1616
1616
 
1617
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1617
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1618
1618
  def log_warning_on_csrf_failure; end
1619
1619
 
1620
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1620
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1621
1621
  def log_warning_on_csrf_failure=(value); end
1622
1622
 
1623
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1623
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1624
1624
  def logger; end
1625
1625
 
1626
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1626
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1627
1627
  def logger=(value); end
1628
1628
 
1629
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1629
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1630
1630
  def per_form_csrf_tokens; end
1631
1631
 
1632
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1632
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1633
1633
  def per_form_csrf_tokens=(value); end
1634
1634
 
1635
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1635
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1636
1636
  def perform_caching; end
1637
1637
 
1638
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1638
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1639
1639
  def perform_caching=(value); end
1640
1640
 
1641
1641
  # source://actionpack//lib/abstract_controller/callbacks.rb#36
@@ -1650,31 +1650,31 @@ class ActionController::Base < ::ActionController::Metal
1650
1650
  # source://actionpack//lib/action_controller/metal/redirecting.rb#17
1651
1651
  def raise_on_open_redirects=(val); end
1652
1652
 
1653
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1653
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1654
1654
  def relative_url_root; end
1655
1655
 
1656
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1656
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1657
1657
  def relative_url_root=(value); end
1658
1658
 
1659
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1659
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1660
1660
  def request_forgery_protection_token; end
1661
1661
 
1662
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1662
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1663
1663
  def request_forgery_protection_token=(value); end
1664
1664
 
1665
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
1665
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
1666
1666
  def rescue_handlers; end
1667
1667
 
1668
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
1668
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
1669
1669
  def rescue_handlers=(value); end
1670
1670
 
1671
- # source://activesupport/8.0.4/lib/active_support/rescuable.rb#15
1671
+ # source://activesupport/8.0.4.1/lib/active_support/rescuable.rb#15
1672
1672
  def rescue_handlers?; end
1673
1673
 
1674
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#115
1674
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#115
1675
1675
  def stylesheets_dir; end
1676
1676
 
1677
- # source://activesupport/8.0.4/lib/active_support/configurable.rb#116
1677
+ # source://activesupport/8.0.4.1/lib/active_support/configurable.rb#116
1678
1678
  def stylesheets_dir=(value); end
1679
1679
 
1680
1680
  # source://actionpack//lib/action_controller/base.rb#222
@@ -1682,106 +1682,106 @@ class ActionController::Base < ::ActionController::Metal
1682
1682
 
1683
1683
  private
1684
1684
 
1685
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1685
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1686
1686
  def __class_attr___callbacks; end
1687
1687
 
1688
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1688
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1689
1689
  def __class_attr___callbacks=(new_value); end
1690
1690
 
1691
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1691
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1692
1692
  def __class_attr__default_form_builder; end
1693
1693
 
1694
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1694
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1695
1695
  def __class_attr__default_form_builder=(new_value); end
1696
1696
 
1697
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1697
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1698
1698
  def __class_attr__flash_types; end
1699
1699
 
1700
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1700
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1701
1701
  def __class_attr__flash_types=(new_value); end
1702
1702
 
1703
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1703
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1704
1704
  def __class_attr__helper_methods; end
1705
1705
 
1706
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1706
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1707
1707
  def __class_attr__helper_methods=(new_value); end
1708
1708
 
1709
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1709
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1710
1710
  def __class_attr__layout; end
1711
1711
 
1712
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1712
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1713
1713
  def __class_attr__layout=(new_value); end
1714
1714
 
1715
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1715
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1716
1716
  def __class_attr__layout_conditions; end
1717
1717
 
1718
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1718
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1719
1719
  def __class_attr__layout_conditions=(new_value); end
1720
1720
 
1721
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1721
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1722
1722
  def __class_attr__renderers; end
1723
1723
 
1724
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1724
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1725
1725
  def __class_attr__renderers=(new_value); end
1726
1726
 
1727
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1727
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1728
1728
  def __class_attr__view_cache_dependencies; end
1729
1729
 
1730
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1730
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1731
1731
  def __class_attr__view_cache_dependencies=(new_value); end
1732
1732
 
1733
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1733
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1734
1734
  def __class_attr__wrapper_options; end
1735
1735
 
1736
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1736
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1737
1737
  def __class_attr__wrapper_options=(new_value); end
1738
1738
 
1739
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1739
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1740
1740
  def __class_attr_default_url_options; end
1741
1741
 
1742
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1742
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1743
1743
  def __class_attr_default_url_options=(new_value); end
1744
1744
 
1745
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1745
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1746
1746
  def __class_attr_etag_with_template_digest; end
1747
1747
 
1748
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1748
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1749
1749
  def __class_attr_etag_with_template_digest=(new_value); end
1750
1750
 
1751
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1751
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1752
1752
  def __class_attr_etaggers; end
1753
1753
 
1754
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1754
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1755
1755
  def __class_attr_etaggers=(new_value); end
1756
1756
 
1757
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1757
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1758
1758
  def __class_attr_fragment_cache_keys; end
1759
1759
 
1760
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1760
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1761
1761
  def __class_attr_fragment_cache_keys=(new_value); end
1762
1762
 
1763
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1763
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1764
1764
  def __class_attr_helpers_path; end
1765
1765
 
1766
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1766
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1767
1767
  def __class_attr_helpers_path=(new_value); end
1768
1768
 
1769
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1769
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1770
1770
  def __class_attr_include_all_helpers; end
1771
1771
 
1772
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1772
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1773
1773
  def __class_attr_include_all_helpers=(new_value); end
1774
1774
 
1775
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1775
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1776
1776
  def __class_attr_middleware_stack; end
1777
1777
 
1778
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1778
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1779
1779
  def __class_attr_middleware_stack=(new_value); end
1780
1780
 
1781
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
1781
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
1782
1782
  def __class_attr_rescue_handlers; end
1783
1783
 
1784
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
1784
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
1785
1785
  def __class_attr_rescue_handlers=(new_value); end
1786
1786
  end
1787
1787
  end
@@ -2632,10 +2632,10 @@ class ActionController::LogSubscriber < ::ActiveSupport::LogSubscriber
2632
2632
  class << self
2633
2633
  private
2634
2634
 
2635
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
2635
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
2636
2636
  def __class_attr_log_levels; end
2637
2637
 
2638
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
2638
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
2639
2639
  def __class_attr_log_levels=(new_value); end
2640
2640
  end
2641
2641
  end
@@ -2705,16 +2705,16 @@ class ActionController::Metal < ::AbstractController::Base
2705
2705
  # source://actionpack//lib/action_controller/metal.rb#245
2706
2706
  def performed?; end
2707
2707
 
2708
- # source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
2708
+ # source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
2709
2709
  def request; end
2710
2710
 
2711
- # source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
2711
+ # source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
2712
2712
  def request=(_arg0); end
2713
2713
 
2714
2714
  # source://actionpack//lib/action_controller/metal.rb#284
2715
2715
  def reset_session; end
2716
2716
 
2717
- # source://activesupport/8.0.4/lib/active_support/core_ext/module/attr_internal.rb#43
2717
+ # source://activesupport/8.0.4.1/lib/active_support/core_ext/module/attr_internal.rb#43
2718
2718
  def response; end
2719
2719
 
2720
2720
  # source://actionpack//lib/action_controller/metal.rb#268
@@ -2780,10 +2780,10 @@ class ActionController::Metal < ::AbstractController::Base
2780
2780
 
2781
2781
  private
2782
2782
 
2783
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
2783
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
2784
2784
  def __class_attr_middleware_stack; end
2785
2785
 
2786
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
2786
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
2787
2787
  def __class_attr_middleware_stack=(new_value); end
2788
2788
 
2789
2789
  # source://actionpack//lib/action_controller/metal.rb#146
@@ -4065,16 +4065,16 @@ class ActionController::TestCase < ::ActiveSupport::TestCase
4065
4065
 
4066
4066
  private
4067
4067
 
4068
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
4068
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
4069
4069
  def __class_attr___callbacks; end
4070
4070
 
4071
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
4071
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
4072
4072
  def __class_attr___callbacks=(new_value); end
4073
4073
 
4074
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
4074
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
4075
4075
  def __class_attr__controller_class; end
4076
4076
 
4077
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
4077
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
4078
4078
  def __class_attr__controller_class=(new_value); end
4079
4079
  end
4080
4080
  end
@@ -4569,29 +4569,29 @@ class ActionDispatch::Callbacks
4569
4569
  # source://actionpack//lib/action_dispatch/middleware/callbacks.rb#24
4570
4570
  def initialize(app); end
4571
4571
 
4572
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
4572
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
4573
4573
  def __callbacks; end
4574
4574
 
4575
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#924
4575
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#924
4576
4576
  def _call_callbacks; end
4577
4577
 
4578
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#912
4578
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#912
4579
4579
  def _run_call_callbacks(&block); end
4580
4580
 
4581
4581
  # source://actionpack//lib/action_dispatch/middleware/callbacks.rb#28
4582
4582
  def call(env); end
4583
4583
 
4584
4584
  class << self
4585
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
4585
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
4586
4586
  def __callbacks; end
4587
4587
 
4588
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
4588
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
4589
4589
  def __callbacks=(value); end
4590
4590
 
4591
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#916
4591
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#916
4592
4592
  def _call_callbacks; end
4593
4593
 
4594
- # source://activesupport/8.0.4/lib/active_support/callbacks.rb#920
4594
+ # source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#920
4595
4595
  def _call_callbacks=(value); end
4596
4596
 
4597
4597
  # source://actionpack//lib/action_dispatch/middleware/callbacks.rb#19
@@ -4602,10 +4602,10 @@ class ActionDispatch::Callbacks
4602
4602
 
4603
4603
  private
4604
4604
 
4605
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
4605
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
4606
4606
  def __class_attr___callbacks; end
4607
4607
 
4608
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
4608
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
4609
4609
  def __class_attr___callbacks=(new_value); end
4610
4610
  end
4611
4611
  end
@@ -6555,10 +6555,10 @@ class ActionDispatch::Integration::Session
6555
6555
 
6556
6556
  private
6557
6557
 
6558
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
6558
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
6559
6559
  def __class_attr_default_url_options; end
6560
6560
 
6561
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
6561
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
6562
6562
  def __class_attr_default_url_options=(new_value); end
6563
6563
  end
6564
6564
  end
@@ -7980,10 +7980,10 @@ class ActionDispatch::LogSubscriber < ::ActiveSupport::LogSubscriber
7980
7980
  class << self
7981
7981
  private
7982
7982
 
7983
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
7983
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
7984
7984
  def __class_attr_log_levels; end
7985
7985
 
7986
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
7986
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
7987
7987
  def __class_attr_log_levels=(new_value); end
7988
7988
  end
7989
7989
  end
@@ -10995,10 +10995,10 @@ class ActionDispatch::Routing::RoutesProxy
10995
10995
 
10996
10996
  private
10997
10997
 
10998
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
10998
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
10999
10999
  def __class_attr_default_url_options; end
11000
11000
 
11001
- # source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
11001
+ # source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
11002
11002
  def __class_attr_default_url_options=(new_value); end
11003
11003
  end
11004
11004
  end
@@ -11460,7 +11460,7 @@ ActionPack::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
11460
11460
  ActionPack::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
11461
11461
 
11462
11462
  # source://actionpack//lib/action_pack/gem_version.rb#15
11463
- ActionPack::VERSION::PRE = T.let(T.unsafe(nil), T.untyped)
11463
+ ActionPack::VERSION::PRE = T.let(T.unsafe(nil), String)
11464
11464
 
11465
11465
  # source://actionpack//lib/action_pack/gem_version.rb#17
11466
11466
  ActionPack::VERSION::STRING = T.let(T.unsafe(nil), String)