pingram 1.0.23 → 1.0.25

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 (90) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/lib/pingram/api/email_api.rb +5 -5
  4. data/lib/pingram/api/registrations_api.rb +209 -0
  5. data/lib/pingram/api/user_api.rb +0 -133
  6. data/lib/pingram/api_client.rb +1 -1
  7. data/lib/pingram/client_wrapper.rb +10 -0
  8. data/lib/pingram/models/account_get_response.rb +26 -4
  9. data/lib/pingram/models/billing_post_response_body.rb +23 -1
  10. data/lib/pingram/models/logs_get_response_logs_inner.rb +10 -10
  11. data/lib/pingram/models/ten_dlc_brand_admin_update_request.rb +378 -0
  12. data/lib/pingram/models/ten_dlc_brand_create_request.rb +41 -10
  13. data/lib/pingram/models/ten_dlc_brand_registration_details.rb +1 -0
  14. data/lib/pingram/models/ten_dlc_brand_update_request.rb +24 -38
  15. data/lib/pingram/version.rb +1 -1
  16. data/lib/pingram.rb +2 -2
  17. data/vendor/bundle/ruby/3.2.0/cache/psych-5.5.0.gem +0 -0
  18. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-13.0.0/gem_make.out +5 -5
  19. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/date-3.5.1/gem_make.out +5 -5
  20. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.9.2/gem_make.out +5 -5
  21. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.9.2/mkmf.log +3 -3
  22. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  23. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{psych-5.4.0 → psych-5.5.0}/gem_make.out +10 -10
  24. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.5.0/psych.so +0 -0
  25. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem_make.out +5 -5
  26. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.2.0/gem_make.out +5 -5
  27. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/README.md +53 -0
  28. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/extconf.rb +22 -0
  29. data/vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych.c +68 -0
  30. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych.h +4 -0
  31. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_emitter.c +4 -0
  32. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_parser.c +79 -18
  33. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/class_loader.rb +1 -0
  34. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/parser.rb +40 -1
  35. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/scalar_scanner.rb +15 -3
  36. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/versions.rb +1 -1
  37. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/to_ruby.rb +20 -9
  38. data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/yaml_tree.rb +0 -3
  39. data/vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych.so +0 -0
  40. data/vendor/bundle/ruby/3.2.0/specifications/{psych-5.4.0.gemspec → psych-5.5.0.gemspec} +2 -2
  41. metadata +64 -64
  42. data/lib/pingram/models/delete_email_suppressions_response.rb +0 -192
  43. data/lib/pingram/models/slack_oauth_request.rb +0 -190
  44. data/vendor/bundle/ruby/3.2.0/cache/psych-5.4.0.gem +0 -0
  45. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/psych.so +0 -0
  46. data/vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych.c +0 -36
  47. data/vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych.so +0 -0
  48. /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{psych-5.4.0 → psych-5.5.0}/gem.build_complete +0 -0
  49. /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{psych-5.4.0 → psych-5.5.0}/mkmf.log +0 -0
  50. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/CONTRIBUTING.md +0 -0
  51. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/LICENSE +0 -0
  52. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/Makefile +0 -0
  53. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/depend +0 -0
  54. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_emitter.h +0 -0
  55. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_parser.h +0 -0
  56. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_to_ruby.c +0 -0
  57. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_to_ruby.h +0 -0
  58. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_yaml_tree.c +0 -0
  59. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/ext/psych/psych_yaml_tree.h +0 -0
  60. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/coder.rb +0 -0
  61. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/core_ext.rb +0 -0
  62. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/exception.rb +0 -0
  63. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/handler.rb +0 -0
  64. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/handlers/document_stream.rb +0 -0
  65. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/handlers/recorder.rb +0 -0
  66. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/json/ruby_events.rb +0 -0
  67. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/json/stream.rb +0 -0
  68. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/json/tree_builder.rb +0 -0
  69. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/json/yaml_events.rb +0 -0
  70. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/alias.rb +0 -0
  71. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/document.rb +0 -0
  72. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/mapping.rb +0 -0
  73. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/node.rb +0 -0
  74. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/scalar.rb +0 -0
  75. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/sequence.rb +0 -0
  76. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes/stream.rb +0 -0
  77. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/nodes.rb +0 -0
  78. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/omap.rb +0 -0
  79. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/set.rb +0 -0
  80. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/stream.rb +0 -0
  81. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/streaming.rb +0 -0
  82. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/syntax_error.rb +0 -0
  83. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/tree_builder.rb +0 -0
  84. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/depth_first.rb +0 -0
  85. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/emitter.rb +0 -0
  86. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/json_tree.rb +0 -0
  87. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors/visitor.rb +0 -0
  88. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/visitors.rb +0 -0
  89. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych/y.rb +0 -0
  90. /data/vendor/bundle/ruby/3.2.0/gems/{psych-5.4.0 → psych-5.5.0}/lib/psych.rb +0 -0
@@ -1,9 +1,10 @@
1
1
  #include <psych.h>
2
2
 
3
+ #ifndef PSYCH_USE_LIBFYAML
4
+
3
5
  VALUE cPsychParser;
4
6
 
5
7
  static ID id_read;
6
- static ID id_path;
7
8
  static ID id_empty;
8
9
  static ID id_start_stream;
9
10
  static ID id_end_stream;
@@ -51,19 +52,28 @@ static int io_reader(void * data, unsigned char *buf, size_t size, size_t *read)
51
52
  return 1;
52
53
  }
53
54
 
55
+ /* The parser calls back into Ruby for every event, so a handler can call
56
+ * Psych::Parser#parse again on the same object. parse() reinitialises the
57
+ * parser it is handed, which would pull the input out from under the loop
58
+ * still driving it, so keep a flag to reject a reentrant call. */
59
+ typedef struct {
60
+ yaml_parser_t yaml_parser;
61
+ int parsing;
62
+ } psych_parser_t;
63
+
54
64
  static void dealloc(void * ptr)
55
65
  {
56
- yaml_parser_t * parser;
66
+ psych_parser_t * parser;
57
67
 
58
- parser = (yaml_parser_t *)ptr;
59
- yaml_parser_delete(parser);
68
+ parser = (psych_parser_t *)ptr;
69
+ yaml_parser_delete(&parser->yaml_parser);
60
70
  xfree(parser);
61
71
  }
62
72
 
63
73
  #if 0
64
74
  static size_t memsize(const void *ptr)
65
75
  {
66
- const yaml_parser_t *parser = ptr;
76
+ const psych_parser_t *parser = ptr;
67
77
  /* TODO: calculate parser's size */
68
78
  return 0;
69
79
  }
@@ -80,10 +90,10 @@ static const rb_data_type_t psych_parser_type = {
80
90
 
81
91
  static VALUE allocate(VALUE klass)
82
92
  {
83
- yaml_parser_t * parser;
84
- VALUE obj = TypedData_Make_Struct(klass, yaml_parser_t, &psych_parser_type, parser);
93
+ psych_parser_t * parser;
94
+ VALUE obj = TypedData_Make_Struct(klass, psych_parser_t, &psych_parser_type, parser);
85
95
 
86
- yaml_parser_initialize(parser);
96
+ yaml_parser_initialize(&parser->yaml_parser);
87
97
 
88
98
  return obj;
89
99
  }
@@ -256,9 +266,22 @@ static VALUE protected_event_location(VALUE pointer)
256
266
  return rb_funcall3(args[0], id_event_location, 4, args + 1);
257
267
  }
258
268
 
259
- static VALUE parse(VALUE self, VALUE handler, VALUE yaml, VALUE path)
269
+ struct parse_args {
270
+ psych_parser_t * psych_parser;
271
+ VALUE self;
272
+ VALUE handler;
273
+ VALUE yaml;
274
+ VALUE path;
275
+ };
276
+
277
+ static VALUE parse_body(VALUE ptr)
260
278
  {
261
- yaml_parser_t * parser;
279
+ struct parse_args * pargs = (struct parse_args *)ptr;
280
+ yaml_parser_t * parser = &pargs->psych_parser->yaml_parser;
281
+ VALUE self = pargs->self;
282
+ VALUE handler = pargs->handler;
283
+ VALUE yaml = pargs->yaml;
284
+ VALUE path = pargs->path;
262
285
  yaml_event_t event;
263
286
  int done = 0;
264
287
  int state = 0;
@@ -266,8 +289,6 @@ static VALUE parse(VALUE self, VALUE handler, VALUE yaml, VALUE path)
266
289
  int encoding = rb_utf8_encindex();
267
290
  rb_encoding * internal_enc = rb_default_internal_encoding();
268
291
 
269
- TypedData_Get_Struct(self, yaml_parser_t, &psych_parser_type, parser);
270
-
271
292
  yaml_parser_delete(parser);
272
293
  yaml_parser_initialize(parser);
273
294
 
@@ -311,6 +332,10 @@ static VALUE parse(VALUE self, VALUE handler, VALUE yaml, VALUE path)
311
332
  event_args[3] = end_line;
312
333
  event_args[4] = end_column;
313
334
  rb_protect(protected_event_location, (VALUE)event_args, &state);
335
+ if (state) {
336
+ yaml_event_delete(&event);
337
+ rb_jump_tag(state);
338
+ }
314
339
 
315
340
  switch(event.type) {
316
341
  case YAML_STREAM_START_EVENT:
@@ -495,7 +520,11 @@ static VALUE parse(VALUE self, VALUE handler, VALUE yaml, VALUE path)
495
520
  rb_protect(protected_end_mapping, handler, &state);
496
521
  break;
497
522
  case YAML_NO_EVENT:
523
+ /* Once libyaml has produced the stream end, every later call
524
+ * succeeds with a zeroed event and YAML_STREAM_END_EVENT can no
525
+ * longer be reached. Stop rather than loop forever. */
498
526
  rb_protect(protected_empty, handler, &state);
527
+ done = 1;
499
528
  break;
500
529
  case YAML_STREAM_END_EVENT:
501
530
  rb_protect(protected_end_stream, handler, &state);
@@ -509,6 +538,37 @@ static VALUE parse(VALUE self, VALUE handler, VALUE yaml, VALUE path)
509
538
  return self;
510
539
  }
511
540
 
541
+ static VALUE parse_ensure(VALUE ptr)
542
+ {
543
+ psych_parser_t * parser = (psych_parser_t *)ptr;
544
+
545
+ parser->parsing = 0;
546
+
547
+ return Qnil;
548
+ }
549
+
550
+ static VALUE parse(VALUE self, VALUE handler, VALUE yaml, VALUE path)
551
+ {
552
+ psych_parser_t * parser;
553
+ struct parse_args pargs;
554
+
555
+ TypedData_Get_Struct(self, psych_parser_t, &psych_parser_type, parser);
556
+
557
+ if (parser->parsing) {
558
+ rb_raise(rb_const_get(mPsych, rb_intern("Exception")),
559
+ "parser is already parsing, it cannot be reused from a handler callback");
560
+ }
561
+ parser->parsing = 1;
562
+
563
+ pargs.psych_parser = parser;
564
+ pargs.self = self;
565
+ pargs.handler = handler;
566
+ pargs.yaml = yaml;
567
+ pargs.path = path;
568
+
569
+ return rb_ensure(parse_body, (VALUE)&pargs, parse_ensure, (VALUE)parser);
570
+ }
571
+
512
572
  /*
513
573
  * call-seq:
514
574
  * parser.mark # => #<Psych::Parser::Mark>
@@ -520,13 +580,13 @@ static VALUE mark(VALUE self)
520
580
  {
521
581
  VALUE mark_klass;
522
582
  VALUE args[3];
523
- yaml_parser_t * parser;
583
+ psych_parser_t * parser;
524
584
 
525
- TypedData_Get_Struct(self, yaml_parser_t, &psych_parser_type, parser);
585
+ TypedData_Get_Struct(self, psych_parser_t, &psych_parser_type, parser);
526
586
  mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark"));
527
- args[0] = SIZET2NUM(parser->mark.index);
528
- args[1] = SIZET2NUM(parser->mark.line);
529
- args[2] = SIZET2NUM(parser->mark.column);
587
+ args[0] = SIZET2NUM(parser->yaml_parser.mark.index);
588
+ args[1] = SIZET2NUM(parser->yaml_parser.mark.line);
589
+ args[2] = SIZET2NUM(parser->yaml_parser.mark.column);
530
590
 
531
591
  return rb_class_new_instance(3, args, mark_klass);
532
592
  }
@@ -559,7 +619,6 @@ void Init_psych_parser(void)
559
619
  rb_define_method(cPsychParser, "mark", mark, 0);
560
620
 
561
621
  id_read = rb_intern("read");
562
- id_path = rb_intern("path");
563
622
  id_empty = rb_intern("empty");
564
623
  id_start_stream = rb_intern("start_stream");
565
624
  id_end_stream = rb_intern("end_stream");
@@ -573,3 +632,5 @@ void Init_psych_parser(void)
573
632
  id_end_mapping = rb_intern("end_mapping");
574
633
  id_event_location = rb_intern("event_location");
575
634
  }
635
+
636
+ #endif /* PSYCH_USE_LIBFYAML */
@@ -9,6 +9,7 @@ module Psych
9
9
  DATA = 'Data' unless RUBY_VERSION < "3.2"
10
10
  DATE = 'Date'
11
11
  DATE_TIME = 'DateTime'
12
+ ENCODING = 'Encoding'
12
13
  EXCEPTION = 'Exception'
13
14
  OBJECT = 'Object'
14
15
  PSYCH_OMAP = 'Psych::Omap'
@@ -59,7 +59,46 @@ module Psych
59
59
  # See Psych::Parser and Psych::Parser#handler
60
60
 
61
61
  def parse yaml, path = yaml.respond_to?(:path) ? yaml.path : "<unknown>"
62
- _native_parse @handler, yaml, path
62
+ _native_parse @handler, strip_bom(yaml), path
63
+ end
64
+
65
+ private
66
+
67
+ BOM = {
68
+ Encoding::UTF_8 => "\u{FEFF}".freeze,
69
+ Encoding::UTF_16LE => "\u{FEFF}".encode(Encoding::UTF_16LE).freeze,
70
+ Encoding::UTF_16BE => "\u{FEFF}".encode(Encoding::UTF_16BE).freeze,
71
+ Encoding::UTF_32LE => "\u{FEFF}".encode(Encoding::UTF_32LE).freeze,
72
+ Encoding::UTF_32BE => "\u{FEFF}".encode(Encoding::UTF_32BE).freeze,
73
+ }.freeze
74
+ private_constant :BOM
75
+
76
+ # libyaml only skips a leading byte order mark when it detects the stream
77
+ # encoding by itself. Psych passes the encoding explicitly whenever it is
78
+ # known, and on that path libyaml counts the BOM as a first-line character,
79
+ # which shifts the column of every token on the first line and silently
80
+ # terminates a block mapping at the second line [Bug #13615].
81
+ def strip_bom yaml
82
+ if String === yaml
83
+ bom = BOM[yaml.encoding]
84
+ # delete_prefix copies even when there is no prefix, so keep the guard.
85
+ return yaml.delete_prefix(bom) if bom && yaml.start_with?(bom)
86
+ elsif yaml.respond_to?(:read) && yaml.respond_to?(:external_encoding) &&
87
+ yaml.respond_to?(:pos) && yaml.respond_to?(:seek)
88
+ bom = BOM[yaml.external_encoding]
89
+ skip_io_bom yaml, bom.b if bom
90
+ end
91
+ yaml
92
+ end
93
+
94
+ def skip_io_bom io, bom
95
+ begin
96
+ pos = io.pos
97
+ rescue SystemCallError, IOError
98
+ return # Not seekable; nothing has been consumed yet.
99
+ end
100
+ head = io.read(bom.bytesize)
101
+ io.seek(pos, IO::SEEK_SET) if head && head.b != bom
63
102
  end
64
103
  end
65
104
  end
@@ -24,6 +24,18 @@ module Psych
24
24
  |[-+]?(?:0|[1-9](?:[0-9]|,[0-9]|_[0-9])*) (?# base 10)
25
25
  |[-+]?0x[_,]*[0-9a-fA-F][0-9a-fA-F_,]* (?# base 16))$/x
26
26
 
27
+ # YAML 1.1 treats yes/no/on/off as booleans in addition to true/false,
28
+ # while YAML 1.2's core schema only recognizes true/false. The default
29
+ # libyaml backend keeps the 1.1 set for backward compatibility; the
30
+ # experimental libfyaml backend follows 1.2.
31
+ if defined?(Psych::BACKEND) && Psych::BACKEND == 'libfyaml'
32
+ BOOLEAN_TRUE = /^true$/i
33
+ BOOLEAN_FALSE = /^false$/i
34
+ else
35
+ BOOLEAN_TRUE = /^(yes|true|on)$/i
36
+ BOOLEAN_FALSE = /^(no|false|off)$/i
37
+ end
38
+
27
39
  attr_reader :class_loader
28
40
 
29
41
  # Create a new scanner
@@ -48,9 +60,9 @@ module Psych
48
60
  string
49
61
  elsif string == '~' || string.match?(/^null$/i)
50
62
  nil
51
- elsif string.match?(/^(yes|true|on)$/i)
63
+ elsif string.match?(BOOLEAN_TRUE)
52
64
  true
53
- elsif string.match?(/^(no|false|off)$/i)
65
+ elsif string.match?(BOOLEAN_FALSE)
54
66
  false
55
67
  else
56
68
  string
@@ -115,7 +127,7 @@ module Psych
115
127
  def parse_time string
116
128
  klass = class_loader.load 'Time'
117
129
 
118
- date, time = *(string.split(/[ tT]/, 2))
130
+ date, time = *(string.split(/[Tt]|\s+/, 2))
119
131
  (yy, m, dd) = date.match(/^(-?\d{4})-(\d{1,2})-(\d{1,2})/).captures.map { |x| x.to_i }
120
132
  md = time.match(/(\d+:\d+:\d+)(?:\.(\d*))?\s*(Z|[-+]\d+(:\d\d)?)?/)
121
133
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Psych
4
4
  # The version of Psych you are using
5
- VERSION = '5.4.0'
5
+ VERSION = '5.5.0'
6
6
 
7
7
  if RUBY_ENGINE == 'jruby'
8
8
  DEFAULT_SNAKEYAML_VERSION = '2.10'.freeze
@@ -72,7 +72,7 @@ module Psych
72
72
  when '!binary', 'tag:yaml.org,2002:binary'
73
73
  o.value.unpack('m').first
74
74
  when /^!(?:str|ruby\/string)(?::(.*))?$/, 'tag:yaml.org,2002:str'
75
- klass = resolve_class($1)
75
+ klass = resolve_subclass($1, String)
76
76
  if klass
77
77
  klass.allocate.replace o.value
78
78
  else
@@ -87,6 +87,7 @@ module Psych
87
87
  DateTime.civil(*t.to_a[0, 6].reverse, Rational(t.utc_offset, 86400)) +
88
88
  (t.subsec/86400)
89
89
  when '!ruby/encoding'
90
+ class_loader.encoding
90
91
  ::Encoding.find o.value
91
92
  when "!ruby/object:Complex"
92
93
  class_loader.complex
@@ -156,7 +157,7 @@ module Psych
156
157
  }
157
158
  map
158
159
  when /^!(?:seq|ruby\/array):(.*)$/
159
- klass = resolve_class($1)
160
+ klass = resolve_subclass($1, Array)
160
161
  list = register(o, klass.allocate)
161
162
  o.children.each { |c| list.push accept c }
162
163
  list
@@ -246,7 +247,7 @@ module Psych
246
247
  end
247
248
 
248
249
  when /^!(?:str|ruby\/string)(?::(.*))?$/, 'tag:yaml.org,2002:str'
249
- klass = resolve_class($1)
250
+ klass = resolve_subclass($1, String)
250
251
  members = {}
251
252
  string = nil
252
253
 
@@ -267,7 +268,7 @@ module Psych
267
268
  end
268
269
  init_with(string, members.map { |k,v| [k.to_s.sub(/^@/, ''),v] }, o)
269
270
  when /^!ruby\/array:(.*)$/
270
- klass = resolve_class($1)
271
+ klass = resolve_subclass($1, Array)
271
272
  list = register(o, klass.allocate)
272
273
 
273
274
  members = Hash[o.children.map { |c| accept c }.each_slice(2).to_a]
@@ -301,7 +302,7 @@ module Psych
301
302
  set
302
303
 
303
304
  when /^!ruby\/hash-with-ivars(?::(.*))?$/
304
- hash = $1 ? resolve_class($1).allocate : {}
305
+ hash = $1 ? resolve_subclass($1, Hash).allocate : {}
305
306
  register o, hash
306
307
  o.children.each_slice(2) do |key, value|
307
308
  case key.value
@@ -316,7 +317,7 @@ module Psych
316
317
  hash
317
318
 
318
319
  when /^!map:(.*)$/, /^!ruby\/hash:(.*)$/
319
- revive_hash register(o, resolve_class($1).allocate), o
320
+ revive_hash register(o, resolve_subclass($1, Hash).allocate), o
320
321
 
321
322
  when '!omap', 'tag:yaml.org,2002:omap'
322
323
  map = register(o, class_loader.psych_omap.new)
@@ -444,9 +445,6 @@ module Psych
444
445
  end
445
446
  end
446
447
 
447
- def merge_key hash, key, val
448
- end
449
-
450
448
  def revive klass, node
451
449
  s = register(node, klass.allocate)
452
450
  init_with(s, revive_hash({}, node, true), node)
@@ -468,6 +466,19 @@ module Psych
468
466
  def resolve_class klassname
469
467
  class_loader.load klassname
470
468
  end
469
+
470
+ # Resolve +klassname+ and ensure it is +parent+ or one of its
471
+ # subclasses. Tags such as !ruby/hash-with-ivars are only ever emitted
472
+ # for subclasses of a specific core class; without this check a crafted
473
+ # document could name an unrelated (but permitted) class and have its
474
+ # state populated directly, bypassing the class's own init_with.
475
+ def resolve_subclass klassname, parent
476
+ klass = resolve_class(klassname)
477
+ if klass && !(klass <= parent)
478
+ raise ArgumentError, "Invalid tag: expected a subclass of #{parent}, got #{klass}"
479
+ end
480
+ klass
481
+ end
471
482
  end
472
483
 
473
484
  class NoAliasRuby < ToRuby
@@ -496,9 +496,6 @@ module Psych
496
496
  end
497
497
  end
498
498
 
499
- def dump_list o
500
- end
501
-
502
499
  def dump_exception o, msg
503
500
  tag = ['!ruby/exception', o.class.name].join ':'
504
501
 
@@ -1,10 +1,10 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: psych 5.4.0 ruby lib
2
+ # stub: psych 5.5.0 ruby lib
3
3
  # stub: ext/psych/extconf.rb
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "psych".freeze
7
- s.version = "5.4.0"
7
+ s.version = "5.5.0"
8
8
 
9
9
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
10
10
  s.metadata = { "changelog_uri" => "https://github.com/ruby/psych/releases", "msys2_mingw_dependencies" => "libyaml" } if s.respond_to? :metadata=
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pingram
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.23
4
+ version: 1.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pingram
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-20 00:00:00.000000000 Z
11
+ date: 2026-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -79,6 +79,7 @@ files:
79
79
  - lib/pingram/api/members_api.rb
80
80
  - lib/pingram/api/numbers_api.rb
81
81
  - lib/pingram/api/profile_api.rb
82
+ - lib/pingram/api/registrations_api.rb
82
83
  - lib/pingram/api/sender_api.rb
83
84
  - lib/pingram/api/sms_api.rb
84
85
  - lib/pingram/api/templates_api.rb
@@ -135,7 +136,6 @@ files:
135
136
  - lib/pingram/models/create_voice_agent_response.rb
136
137
  - lib/pingram/models/custom.rb
137
138
  - lib/pingram/models/delete_account_request.rb
138
- - lib/pingram/models/delete_email_suppressions_response.rb
139
139
  - lib/pingram/models/delete_key_response.rb
140
140
  - lib/pingram/models/delete_user_response.rb
141
141
  - lib/pingram/models/delete_voice_agent_response.rb
@@ -330,7 +330,6 @@ files:
330
330
  - lib/pingram/models/sender_post_response.rb
331
331
  - lib/pingram/models/set_default_template_request.rb
332
332
  - lib/pingram/models/slack_interactivity_response.rb
333
- - lib/pingram/models/slack_oauth_request.rb
334
333
  - lib/pingram/models/success_response.rb
335
334
  - lib/pingram/models/supabase_configure_request.rb
336
335
  - lib/pingram/models/supabase_configure_response.rb
@@ -344,6 +343,7 @@ files:
344
343
  - lib/pingram/models/template_patch_request_batch.rb
345
344
  - lib/pingram/models/template_patch_request_instant.rb
346
345
  - lib/pingram/models/template_post_request.rb
346
+ - lib/pingram/models/ten_dlc_brand_admin_update_request.rb
347
347
  - lib/pingram/models/ten_dlc_brand_create_request.rb
348
348
  - lib/pingram/models/ten_dlc_brand_registration.rb
349
349
  - lib/pingram/models/ten_dlc_brand_registration_details.rb
@@ -392,7 +392,7 @@ files:
392
392
  - vendor/bundle/ruby/3.2.0/cache/parser-3.3.12.0.gem
393
393
  - vendor/bundle/ruby/3.2.0/cache/pry-0.16.0.gem
394
394
  - vendor/bundle/ruby/3.2.0/cache/pry-byebug-3.12.0.gem
395
- - vendor/bundle/ruby/3.2.0/cache/psych-5.4.0.gem
395
+ - vendor/bundle/ruby/3.2.0/cache/psych-5.5.0.gem
396
396
  - vendor/bundle/ruby/3.2.0/cache/racc-1.8.1.gem
397
397
  - vendor/bundle/ruby/3.2.0/cache/rainbow-3.1.1.gem
398
398
  - vendor/bundle/ruby/3.2.0/cache/rake-13.0.6.gem
@@ -421,10 +421,10 @@ files:
421
421
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem.build_complete
422
422
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out
423
423
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so
424
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/gem.build_complete
425
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/gem_make.out
426
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/mkmf.log
427
- - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/psych.so
424
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.5.0/gem.build_complete
425
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.5.0/gem_make.out
426
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.5.0/mkmf.log
427
+ - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.5.0/psych.so
428
428
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem.build_complete
429
429
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem_make.out
430
430
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/racc/cparse.so
@@ -1268,60 +1268,60 @@ files:
1268
1268
  - vendor/bundle/ruby/3.2.0/gems/pry-byebug-3.12.0/lib/pry-byebug/pry_remote_ext.rb
1269
1269
  - vendor/bundle/ruby/3.2.0/gems/pry-byebug-3.12.0/lib/pry-byebug/version.rb
1270
1270
  - vendor/bundle/ruby/3.2.0/gems/pry-byebug-3.12.0/lib/pry/byebug/breakpoints.rb
1271
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/CONTRIBUTING.md
1272
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/LICENSE
1273
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/README.md
1274
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/Makefile
1275
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/depend
1276
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/extconf.rb
1277
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych.c
1278
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych.h
1279
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_emitter.c
1280
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_emitter.h
1281
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_parser.c
1282
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_parser.h
1283
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_to_ruby.c
1284
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_to_ruby.h
1285
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_yaml_tree.c
1286
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/ext/psych/psych_yaml_tree.h
1287
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych.rb
1288
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych.so
1289
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/class_loader.rb
1290
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/coder.rb
1291
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/core_ext.rb
1292
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/exception.rb
1293
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/handler.rb
1294
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/handlers/document_stream.rb
1295
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/handlers/recorder.rb
1296
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/json/ruby_events.rb
1297
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/json/stream.rb
1298
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/json/tree_builder.rb
1299
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/json/yaml_events.rb
1300
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes.rb
1301
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/alias.rb
1302
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/document.rb
1303
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/mapping.rb
1304
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/node.rb
1305
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/scalar.rb
1306
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/sequence.rb
1307
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/nodes/stream.rb
1308
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/omap.rb
1309
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/parser.rb
1310
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/scalar_scanner.rb
1311
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/set.rb
1312
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/stream.rb
1313
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/streaming.rb
1314
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/syntax_error.rb
1315
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/tree_builder.rb
1316
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/versions.rb
1317
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors.rb
1318
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/depth_first.rb
1319
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/emitter.rb
1320
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/json_tree.rb
1321
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/to_ruby.rb
1322
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/visitor.rb
1323
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/visitors/yaml_tree.rb
1324
- - vendor/bundle/ruby/3.2.0/gems/psych-5.4.0/lib/psych/y.rb
1271
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/CONTRIBUTING.md
1272
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/LICENSE
1273
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/README.md
1274
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/Makefile
1275
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/depend
1276
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/extconf.rb
1277
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych.c
1278
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych.h
1279
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_emitter.c
1280
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_emitter.h
1281
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_parser.c
1282
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_parser.h
1283
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_to_ruby.c
1284
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_to_ruby.h
1285
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_yaml_tree.c
1286
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/ext/psych/psych_yaml_tree.h
1287
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych.rb
1288
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych.so
1289
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/class_loader.rb
1290
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/coder.rb
1291
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/core_ext.rb
1292
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/exception.rb
1293
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/handler.rb
1294
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/handlers/document_stream.rb
1295
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/handlers/recorder.rb
1296
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/json/ruby_events.rb
1297
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/json/stream.rb
1298
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/json/tree_builder.rb
1299
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/json/yaml_events.rb
1300
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes.rb
1301
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/alias.rb
1302
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/document.rb
1303
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/mapping.rb
1304
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/node.rb
1305
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/scalar.rb
1306
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/sequence.rb
1307
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/nodes/stream.rb
1308
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/omap.rb
1309
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/parser.rb
1310
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/scalar_scanner.rb
1311
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/set.rb
1312
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/stream.rb
1313
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/streaming.rb
1314
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/syntax_error.rb
1315
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/tree_builder.rb
1316
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/versions.rb
1317
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors.rb
1318
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/depth_first.rb
1319
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/emitter.rb
1320
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/json_tree.rb
1321
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/to_ruby.rb
1322
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/visitor.rb
1323
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/visitors/yaml_tree.rb
1324
+ - vendor/bundle/ruby/3.2.0/gems/psych-5.5.0/lib/psych/y.rb
1325
1325
  - vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/BSDL
1326
1326
  - vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/COPYING
1327
1327
  - vendor/bundle/ruby/3.2.0/gems/racc-1.8.1/ChangeLog
@@ -2436,7 +2436,7 @@ files:
2436
2436
  - vendor/bundle/ruby/3.2.0/specifications/parser-3.3.12.0.gemspec
2437
2437
  - vendor/bundle/ruby/3.2.0/specifications/pry-0.16.0.gemspec
2438
2438
  - vendor/bundle/ruby/3.2.0/specifications/pry-byebug-3.12.0.gemspec
2439
- - vendor/bundle/ruby/3.2.0/specifications/psych-5.4.0.gemspec
2439
+ - vendor/bundle/ruby/3.2.0/specifications/psych-5.5.0.gemspec
2440
2440
  - vendor/bundle/ruby/3.2.0/specifications/racc-1.8.1.gemspec
2441
2441
  - vendor/bundle/ruby/3.2.0/specifications/rainbow-3.1.1.gemspec
2442
2442
  - vendor/bundle/ruby/3.2.0/specifications/rake-13.0.6.gemspec