brakeman 7.1.1 → 7.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGES.md +8 -0
- data/README.md +2 -2
- data/bundle/load.rb +16 -16
- data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/io/ansi.rb +0 -12
- data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/line_editor.rb +36 -36
- data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/unicode.rb +1 -1
- data/bundle/ruby/3.2.0/gems/reline-0.6.3/lib/reline/version.rb +3 -0
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/History.rdoc +67 -0
- data/bundle/ruby/3.2.0/gems/ruby_parser-3.22.0/Manifest.txt +39 -0
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/README.rdoc +15 -3
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/compare/normalize.rb +19 -3
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/gauntlet.md +35 -5
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/lib/ruby_lexer.rb +9 -18
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/lib/ruby_lexer.rex.rb +1 -2
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/lib/ruby_parser.rb +18 -14
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby_parser.yy → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser2.yy} +15 -22
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby20_parser.rb → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser20.rb} +19 -22
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby21_parser.rb → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser21.rb} +19 -22
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby22_parser.rb → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser22.rb} +19 -22
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby23_parser.rb → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser23.rb} +19 -22
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby24_parser.rb → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser24.rb} +19 -22
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby25_parser.rb → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser25.rb} +19 -22
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby26_parser.rb → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser26.rb} +19 -22
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby27_parser.rb → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser27.rb} +21 -24
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby3_parser.yy → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser3.yy} +214 -79
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby30_parser.rb → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser30.rb} +3339 -3351
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3/lib/ruby31_parser.rb → 3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser31.rb} +3772 -3808
- data/bundle/ruby/3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser32.rb +13565 -0
- data/bundle/ruby/3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser33.rb +13653 -0
- data/bundle/ruby/3.2.0/gems/ruby_parser-3.22.0/lib/ruby_parser34.rb +13653 -0
- data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/lib/ruby_parser_extras.rb +109 -60
- data/bundle/ruby/{3.1.0/gems/sexp_processor-4.17.4 → 3.2.0/gems/sexp_processor-4.17.5}/History.rdoc +6 -0
- data/bundle/ruby/{3.1.0/gems/sexp_processor-4.17.4 → 3.2.0/gems/sexp_processor-4.17.5}/lib/sexp_processor.rb +1 -1
- data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/CHANGELOG.md +6 -0
- data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/Gemfile +2 -0
- data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/Gemfile.lock +5 -1
- data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/data/emoji.marshal.gz +0 -0
- data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/constants.rb +3 -2
- data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/unicode-emoji.gemspec +1 -1
- data/lib/brakeman/checks/check_sql.rb +7 -5
- data/lib/brakeman/processors/haml_template_processor.rb +10 -1
- data/lib/brakeman/processors/lib/rails2_config_processor.rb +1 -1
- data/lib/brakeman/processors/lib/rails3_config_processor.rb +1 -1
- data/lib/brakeman/version.rb +1 -1
- data/lib/ruby_parser/bm_sexp.rb +14 -0
- metadata +480 -489
- data/bundle/ruby/3.1.0/gems/reline-0.6.2/lib/reline/version.rb +0 -3
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/Manifest.txt +0 -48
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby20_parser.y +0 -2707
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby21_parser.y +0 -2724
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby22_parser.y +0 -2735
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby23_parser.y +0 -2737
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby24_parser.y +0 -2745
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby25_parser.y +0 -2745
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby26_parser.y +0 -2760
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby27_parser.y +0 -3360
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby30_parser.y +0 -3508
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby31_parser.y +0 -3542
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby32_parser.rb +0 -13601
- data/bundle/ruby/3.1.0/gems/ruby_parser-3.20.3/lib/ruby32_parser.y +0 -3543
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/LICENSE.txt +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/NEWS.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/README.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/lib/csv/core_ext/array.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/lib/csv/core_ext/string.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/lib/csv/fields_converter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/lib/csv/input_record_separator.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/lib/csv/parser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/lib/csv/row.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/lib/csv/table.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/lib/csv/version.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/lib/csv/writer.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/csv-3.3.5/lib/csv.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/CHANGES.txt +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/MIT-LICENSE +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/README.txt +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/contrib/erubis +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/contrib/erubis-run.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/contrib/inline-require +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/context.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/converter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/engine.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/enhancer.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/error.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/evaluator.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/generator.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/helper.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/local-setting.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/main.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/tiny.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis/util.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/lib/erubis.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/erubis-2.7.0/setup.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/CHANGELOG.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/FAQ.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/Gemfile +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/MIT-LICENSE +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/README.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/REFERENCE.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/exe/haml +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/haml.gemspec +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/ambles.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/attribute_builder.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/attribute_compiler.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/attribute_parser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/cli.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/compiler/children_compiler.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/compiler/comment_compiler.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/compiler/doctype_compiler.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/compiler/script_compiler.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/compiler/silent_script_compiler.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/compiler/tag_compiler.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/compiler.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/dynamic_merger.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/engine.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/error.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/escape.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/escape_any.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/base.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/cdata.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/coffee.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/css.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/erb.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/escaped.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/javascript.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/less.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/markdown.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/plain.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/preserve.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/ruby.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/sass.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/scss.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/text_base.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters/tilt_base.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/filters.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/force_escape.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/helpers.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/html.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/identity.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/object_ref.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/parser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/rails_helpers.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/rails_template.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/railtie.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/ruby_expression.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/string_splitter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/template.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/temple_line_counter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/util.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/version.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml/whitespace.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/haml-6.4.0/lib/haml.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/AUTHORS +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/COPYING +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/Changelog.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/Gemfile +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/LICENSE +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/README.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/TODO +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/highline.gemspec +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/builtin_styles.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/color_scheme.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/compatibility.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/custom_errors.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/import.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/io_console_compatible.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/list.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/list_renderer.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/menu/item.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/menu.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/paginator.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/question/answer_converter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/question.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/question_asker.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/simulate.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/statement.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/string.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/string_extensions.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/style.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/template_renderer.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/terminal/io_console.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/terminal/ncurses.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/terminal/unix_stty.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/terminal.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/version.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline/wrapper.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/highline-3.1.2/lib/highline.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/parallel-1.27.0/MIT-LICENSE.txt +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/parallel-1.27.0/lib/parallel/version.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/parallel-1.27.0/lib/parallel.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/BSDL +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/COPYING +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/README.md +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/config.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/face.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/history.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/io/dumb.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/io/windows.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/io.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/key_actor/base.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/key_actor/composite.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/key_actor/emacs.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/key_actor/vi_command.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/key_actor/vi_insert.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/key_actor.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/key_stroke.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/kill_ring.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/unicode/east_asian_width.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/license_of_rb-readline +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/LICENSE.txt +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/NEWS.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/README.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/attlistdecl.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/attribute.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/cdata.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/child.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/comment.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/doctype.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/document.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/dtd/attlistdecl.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/dtd/dtd.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/dtd/elementdecl.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/dtd/entitydecl.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/dtd/notationdecl.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/element.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/encoding.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/entity.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/formatters/default.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/formatters/pretty.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/formatters/transitive.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/functions.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/instruction.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/light/node.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/namespace.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/node.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/output.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/parent.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/parseexception.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/parsers/baseparser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/parsers/lightparser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/parsers/pullparser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/parsers/sax2parser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/parsers/streamparser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/parsers/treeparser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/parsers/ultralightparser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/parsers/xpathparser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/quickpath.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/rexml.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/sax2listener.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/security.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/source.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/streamlistener.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/text.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/undefinednamespaceexception.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/validation/relaxng.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/validation/validation.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/validation/validationexception.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/xmldecl.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/xmltokens.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/xpath.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml/xpath_parser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/rexml-3.4.4/lib/rexml.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/ruby2ruby-2.5.2/History.rdoc +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/ruby2ruby-2.5.2/Manifest.txt +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/ruby2ruby-2.5.2/README.rdoc +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/ruby2ruby-2.5.2/lib/ruby2ruby.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/debugging.md +0 -0
- /data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/lib/rp_extensions.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/lib/rp_stringscanner.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/lib/ruby_lexer.rex +0 -0
- /data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/lib/ruby_lexer_strings.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/tools/munge.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/tools/ripper.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/sexp_processor-4.17.4 → 3.2.0/gems/sexp_processor-4.17.5}/Manifest.txt +0 -0
- /data/bundle/ruby/{3.1.0/gems/sexp_processor-4.17.4 → 3.2.0/gems/sexp_processor-4.17.5}/README.rdoc +0 -0
- /data/bundle/ruby/{3.1.0/gems/sexp_processor-4.17.4 → 3.2.0/gems/sexp_processor-4.17.5}/lib/composite_sexp_processor.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/sexp_processor-4.17.4 → 3.2.0/gems/sexp_processor-4.17.5}/lib/pt_testcase.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/sexp_processor-4.17.4 → 3.2.0/gems/sexp_processor-4.17.5}/lib/sexp.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/sexp_processor-4.17.4 → 3.2.0/gems/sexp_processor-4.17.5}/lib/sexp_matcher.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/sexp_processor-4.17.4 → 3.2.0/gems/sexp_processor-4.17.5}/lib/strict_sexp.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/sexp_processor-4.17.4 → 3.2.0/gems/sexp_processor-4.17.5}/lib/unique.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/CHANGES +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/Gemfile +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/LICENSE +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/README.jp.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/README.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/code_attributes.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/command.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/controls.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/do_inserter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/embedded.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/end_inserter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/engine.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/erb_converter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/filter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/grammar.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/include.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/interpolation.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/logic_less/context.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/logic_less/filter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/logic_less.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/parser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/railtie.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/smart/escaper.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/smart/filter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/smart/parser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/smart.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/splat/builder.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/splat/filter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/template.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/translator.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim/version.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/lib/slim.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/slim-5.2.1/slim.gemspec +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/CHANGES +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/EXPRESSIONS.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/Gemfile +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/LICENSE +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/README.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/engine.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/erb/engine.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/erb/parser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/erb/template.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/erb/trimming.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/exceptions.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/ambles.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/code_merger.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/control_flow.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/dynamic_inliner.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/dynamic_merger.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/encoding.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/eraser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/escapable.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/multi_flattener.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/remove_bom.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/static_analyzer.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/static_merger.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/string_splitter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/filters/validator.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/generator.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/generators/array.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/generators/array_buffer.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/generators/erb.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/generators/rails_output_buffer.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/generators/string_buffer.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/grammar.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/html/attribute_merger.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/html/attribute_remover.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/html/attribute_sorter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/html/dispatcher.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/html/fast.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/html/filter.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/html/pretty.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/html/safe.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/map.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/mixins/dispatcher.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/mixins/engine_dsl.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/mixins/grammar_dsl.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/mixins/options.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/mixins/template.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/parser.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/static_analyzer.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/templates/rails.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/templates/tilt.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/templates.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/utils.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple/version.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/lib/temple.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/temple-0.10.4/temple.gemspec +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/Gemfile +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/History.rdoc +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/LICENSE.txt +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/Manifest +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/README.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/Todo.rdoc +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/lib/terminal-table/cell.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/lib/terminal-table/import.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/lib/terminal-table/row.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/lib/terminal-table/separator.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/lib/terminal-table/style.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/lib/terminal-table/table.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/lib/terminal-table/table_helper.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/lib/terminal-table/util.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/lib/terminal-table/version.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/lib/terminal-table.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/terminal-table-4.0.0/terminal-table.gemspec +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/COPYING +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/_emacs_org.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/_handlebars.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/_jbuilder.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/_org.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/asciidoc.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/babel.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/builder.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/cli.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/coffee.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/commonmarker.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/creole.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/csv.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/erb.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/erubi.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/etanni.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/haml.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/kramdown.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/liquid.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/livescript.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/mapping.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/markaby.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/nokogiri.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/pandoc.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/pipeline.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/plain.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/prawn.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/radius.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/rdiscount.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/rdoc.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/redcarpet.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/redcloth.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/rst-pandoc.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/sass.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/slim.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/string.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/template.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/typescript.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt/yajl.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/tilt-2.6.1/lib/tilt.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/CHANGELOG.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/MIT-LICENSE.txt +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/README.md +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/data/display_width.marshal.gz +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/lib/unicode/display_width/constants.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/lib/unicode/display_width/emoji_support.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/lib/unicode/display_width/index.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/lib/unicode/display_width/no_string_ext.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/lib/unicode/display_width/reline_ext.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/lib/unicode/display_width/string_ext.rb +0 -0
- /data/bundle/ruby/{3.1.0 → 3.2.0}/gems/unicode-display_width-3.2.0/lib/unicode/display_width.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/CODE_OF_CONDUCT.md +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/MIT-LICENSE.txt +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/README.md +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/data/generate_constants.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_basic.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_emoji_keycap.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_include_mqe.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_include_mqe_uqe.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_include_text.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_picto.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_picto_no_emoji.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_possible.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_prop_component.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_prop_emoji.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_prop_modifier.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_prop_modifier_base.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_prop_presentation.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_text.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_text_presentation.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_valid.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_valid_include_text.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_well_formed.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated/regex_well_formed_include_text.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_basic.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_emoji_keycap.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_include_mqe.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_include_mqe_uqe.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_include_text.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_picto.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_picto_no_emoji.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_possible.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_prop_component.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_prop_emoji.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_prop_modifier.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_prop_modifier_base.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_prop_presentation.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_text.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_text_presentation.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_valid.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_valid_include_text.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_well_formed.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/generated_native/regex_well_formed_include_text.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/index.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/lazy_constants.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji/list.rb +0 -0
- /data/bundle/ruby/{3.1.0/gems/unicode-emoji-4.1.0 → 3.2.0/gems/unicode-emoji-4.2.0}/lib/unicode/emoji.rb +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49ebce7c5b36fd14e30b08390083b297cafca5d188f7b57a50b872c466958479
|
|
4
|
+
data.tar.gz: 6c71f882538ebef7c9802018793032fe10213be7537b9f88465e1390babc12bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c24948824de7bbbb8242acf97bf21c12306e25540cde8510cb292a041573b05309b7db5973caa78e0acda30868d82361e75f6bf1f0c4d8129065b773d4a98917
|
|
7
|
+
data.tar.gz: e312665bc3680ce63f8b9c416bbf77966b8aba5d9666533252e9b4e8540353a01b49261d21281455a601e7becd3f5bbf068cf8b81edad862d910d7479a6f24c6
|
data/CHANGES.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# 7.1.2 - 2025-12-25
|
|
2
|
+
|
|
3
|
+
* Update `ruby_parser` to remove version restriction (Chedli Bourguiba)
|
|
4
|
+
* Raise minimum required Ruby to 3.2.0
|
|
5
|
+
* Use Minitest 6.0
|
|
6
|
+
* Reduce SQL injection false positives from `count` calls
|
|
7
|
+
* Ignore more Haml attribute builder methods
|
|
8
|
+
|
|
1
9
|
# 7.1.1 - 2025-11-03
|
|
2
10
|
|
|
3
11
|
* Fix false positive when calling `with_content` on ViewComponents (Peer Allan)
|
data/README.md
CHANGED
|
@@ -65,7 +65,7 @@ Outside of Rails root (note that the output file is relative to path/to/rails/ap
|
|
|
65
65
|
|
|
66
66
|
Brakeman should work with any version of Rails from 2.3.x to 8.x.
|
|
67
67
|
|
|
68
|
-
Brakeman can analyze code written with Ruby 2.0 syntax and newer, but requires at least Ruby 3.
|
|
68
|
+
Brakeman can analyze code written with Ruby 2.0 syntax and newer, but requires at least Ruby 3.2.0 to run.
|
|
69
69
|
|
|
70
70
|
# Basic Options
|
|
71
71
|
|
|
@@ -75,7 +75,7 @@ To specify an output file for the results:
|
|
|
75
75
|
|
|
76
76
|
brakeman -o output_file
|
|
77
77
|
|
|
78
|
-
The output format is determined by the file extension or by using the `-f` option. Current options are: `text`, `html`, `tabs`, `json`, `junit`, `markdown`, `csv`, `codeclimate`, and `sonar`.
|
|
78
|
+
The output format is determined by the file extension or by using the `-f` option. Current options are: `text`, `html`, `tabs`, `json`, `junit`, `markdown`, `csv`, `codeclimate`, `github` and `sonar`.
|
|
79
79
|
|
|
80
80
|
Multiple output files can be specified:
|
|
81
81
|
|
data/bundle/load.rb
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
path = File.expand_path('../..', __FILE__)
|
|
2
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
3
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
4
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
5
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
6
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
7
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
8
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
9
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
10
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
11
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
12
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
13
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
14
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
15
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
16
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
17
|
-
$:.unshift "#{path}/bundle/ruby/3.
|
|
2
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/csv-3.3.5/lib"
|
|
3
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/erubis-2.7.0/lib"
|
|
4
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/haml-6.4.0/lib"
|
|
5
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/highline-3.1.2/lib"
|
|
6
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/parallel-1.27.0/lib"
|
|
7
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/reline-0.6.3/lib"
|
|
8
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/rexml-3.4.4/lib"
|
|
9
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/ruby2ruby-2.5.2/lib"
|
|
10
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/ruby_parser-3.22.0/lib"
|
|
11
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/sexp_processor-4.17.5/lib"
|
|
12
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/slim-5.2.1/lib"
|
|
13
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/temple-0.10.4/lib"
|
|
14
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/terminal-table-4.0.0/lib"
|
|
15
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/tilt-2.6.1/lib"
|
|
16
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/unicode-display_width-3.2.0/lib"
|
|
17
|
+
$:.unshift "#{path}/bundle/ruby/3.2.0/gems/unicode-emoji-4.2.0/lib"
|
|
@@ -167,17 +167,6 @@ class Reline::ANSI < Reline::IO
|
|
|
167
167
|
@buf.unshift(c)
|
|
168
168
|
end
|
|
169
169
|
|
|
170
|
-
def retrieve_keybuffer
|
|
171
|
-
begin
|
|
172
|
-
return unless @input.wait_readable(0.001)
|
|
173
|
-
str = @input.read_nonblock(1024)
|
|
174
|
-
str.bytes.each do |c|
|
|
175
|
-
@buf.push(c)
|
|
176
|
-
end
|
|
177
|
-
rescue EOFError
|
|
178
|
-
end
|
|
179
|
-
end
|
|
180
|
-
|
|
181
170
|
def get_screen_size
|
|
182
171
|
s = @input.winsize
|
|
183
172
|
return s if s[0] > 0 && s[1] > 0
|
|
@@ -309,7 +298,6 @@ class Reline::ANSI < Reline::IO
|
|
|
309
298
|
def prep
|
|
310
299
|
# Enable bracketed paste
|
|
311
300
|
write "\e[?2004h" if Reline.core.config.enable_bracketed_paste && both_tty?
|
|
312
|
-
retrieve_keybuffer
|
|
313
301
|
nil
|
|
314
302
|
end
|
|
315
303
|
|
data/bundle/ruby/{3.1.0/gems/reline-0.6.2 → 3.2.0/gems/reline-0.6.3}/lib/reline/line_editor.rb
RENAMED
|
@@ -948,7 +948,7 @@ class Reline::LineEditor
|
|
|
948
948
|
|
|
949
949
|
def wrap_method_call(method_symbol, key, with_operator)
|
|
950
950
|
if @waiting_proc
|
|
951
|
-
@waiting_proc.call(key)
|
|
951
|
+
@waiting_proc.call(key, method_symbol)
|
|
952
952
|
return
|
|
953
953
|
end
|
|
954
954
|
|
|
@@ -1434,21 +1434,24 @@ class Reline::LineEditor
|
|
|
1434
1434
|
end
|
|
1435
1435
|
alias_method :end_of_line, :ed_move_to_end
|
|
1436
1436
|
|
|
1437
|
-
private def generate_searcher(
|
|
1437
|
+
private def generate_searcher(direction)
|
|
1438
1438
|
search_word = String.new(encoding: encoding)
|
|
1439
1439
|
hit_pointer = nil
|
|
1440
|
-
lambda do |key|
|
|
1440
|
+
lambda do |key, key_symbol|
|
|
1441
1441
|
search_again = false
|
|
1442
|
-
case
|
|
1443
|
-
when
|
|
1442
|
+
case key_symbol
|
|
1443
|
+
when :em_delete_prev_char, :backward_delete_char
|
|
1444
1444
|
grapheme_clusters = search_word.grapheme_clusters
|
|
1445
1445
|
if grapheme_clusters.size > 0
|
|
1446
1446
|
grapheme_clusters.pop
|
|
1447
1447
|
search_word = grapheme_clusters.join
|
|
1448
1448
|
end
|
|
1449
|
-
when
|
|
1450
|
-
search_again =
|
|
1451
|
-
|
|
1449
|
+
when :reverse_search_history, :vi_search_prev
|
|
1450
|
+
search_again = direction == :reverse
|
|
1451
|
+
direction = :reverse
|
|
1452
|
+
when :forward_search_history, :vi_search_next
|
|
1453
|
+
search_again = direction == :forward
|
|
1454
|
+
direction = :forward
|
|
1452
1455
|
else
|
|
1453
1456
|
search_word << key
|
|
1454
1457
|
end
|
|
@@ -1462,11 +1465,11 @@ class Reline::LineEditor
|
|
|
1462
1465
|
search_word = Reline.last_incremental_search
|
|
1463
1466
|
end
|
|
1464
1467
|
if @history_pointer
|
|
1465
|
-
case
|
|
1466
|
-
when
|
|
1468
|
+
case direction
|
|
1469
|
+
when :reverse
|
|
1467
1470
|
history_pointer_base = 0
|
|
1468
1471
|
history = Reline::HISTORY[0..(@history_pointer - 1)]
|
|
1469
|
-
when
|
|
1472
|
+
when :forward
|
|
1470
1473
|
history_pointer_base = @history_pointer + 1
|
|
1471
1474
|
history = Reline::HISTORY[(@history_pointer + 1)..-1]
|
|
1472
1475
|
end
|
|
@@ -1475,11 +1478,11 @@ class Reline::LineEditor
|
|
|
1475
1478
|
history = Reline::HISTORY
|
|
1476
1479
|
end
|
|
1477
1480
|
elsif @history_pointer
|
|
1478
|
-
case
|
|
1479
|
-
when
|
|
1481
|
+
case direction
|
|
1482
|
+
when :reverse
|
|
1480
1483
|
history_pointer_base = 0
|
|
1481
1484
|
history = Reline::HISTORY[0..@history_pointer]
|
|
1482
|
-
when
|
|
1485
|
+
when :forward
|
|
1483
1486
|
history_pointer_base = @history_pointer
|
|
1484
1487
|
history = Reline::HISTORY[@history_pointer..-1]
|
|
1485
1488
|
end
|
|
@@ -1487,12 +1490,12 @@ class Reline::LineEditor
|
|
|
1487
1490
|
history_pointer_base = 0
|
|
1488
1491
|
history = Reline::HISTORY
|
|
1489
1492
|
end
|
|
1490
|
-
case
|
|
1491
|
-
when
|
|
1493
|
+
case direction
|
|
1494
|
+
when :reverse
|
|
1492
1495
|
hit_index = history.rindex { |item|
|
|
1493
1496
|
item.include?(search_word)
|
|
1494
1497
|
}
|
|
1495
|
-
when
|
|
1498
|
+
when :forward
|
|
1496
1499
|
hit_index = history.index { |item|
|
|
1497
1500
|
item.include?(search_word)
|
|
1498
1501
|
}
|
|
@@ -1502,31 +1505,28 @@ class Reline::LineEditor
|
|
|
1502
1505
|
hit = Reline::HISTORY[hit_pointer]
|
|
1503
1506
|
end
|
|
1504
1507
|
end
|
|
1505
|
-
|
|
1506
|
-
when "\C-r"
|
|
1507
|
-
prompt_name = 'reverse-i-search'
|
|
1508
|
-
when "\C-s"
|
|
1509
|
-
prompt_name = 'i-search'
|
|
1510
|
-
end
|
|
1508
|
+
prompt_name = direction == :forward ? 'i-search' : 'reverse-i-search'
|
|
1511
1509
|
prompt_name = "failed #{prompt_name}" unless hit
|
|
1512
1510
|
[search_word, prompt_name, hit_pointer]
|
|
1513
1511
|
end
|
|
1514
1512
|
end
|
|
1515
1513
|
|
|
1516
|
-
private def incremental_search_history(
|
|
1514
|
+
private def incremental_search_history(direction)
|
|
1517
1515
|
backup = @buffer_of_lines.dup, @line_index, @byte_pointer, @history_pointer, @line_backup_in_history
|
|
1518
|
-
searcher = generate_searcher(
|
|
1519
|
-
|
|
1516
|
+
searcher = generate_searcher(direction)
|
|
1517
|
+
prompt_name = direction == :forward ? 'i-search' : 'reverse-i-search'
|
|
1518
|
+
@searching_prompt = "(#{prompt_name})`': "
|
|
1520
1519
|
termination_keys = ["\C-j"]
|
|
1521
1520
|
termination_keys.concat(@config.isearch_terminators.chars) if @config.isearch_terminators
|
|
1522
|
-
|
|
1521
|
+
accept_key_syms = [:em_delete_prev_char, :backward_delete_char, :vi_search_prev, :vi_search_next, :reverse_search_history, :forward_search_history]
|
|
1522
|
+
@waiting_proc = ->(k, key_symbol) {
|
|
1523
1523
|
if k == "\C-g"
|
|
1524
1524
|
# cancel search and restore buffer
|
|
1525
1525
|
@buffer_of_lines, @line_index, @byte_pointer, @history_pointer, @line_backup_in_history = backup
|
|
1526
1526
|
@searching_prompt = nil
|
|
1527
1527
|
@waiting_proc = nil
|
|
1528
|
-
elsif !termination_keys.include?(k) && (k.match?(/[[:print:]]/) ||
|
|
1529
|
-
search_word, prompt_name, hit_pointer = searcher.call(k)
|
|
1528
|
+
elsif !termination_keys.include?(k) && (k.match?(/[[:print:]]/) || accept_key_syms.include?(key_symbol))
|
|
1529
|
+
search_word, prompt_name, hit_pointer = searcher.call(k, key_symbol)
|
|
1530
1530
|
Reline.last_incremental_search = search_word
|
|
1531
1531
|
@searching_prompt = "(%s)`%s'" % [prompt_name, search_word]
|
|
1532
1532
|
@searching_prompt += ': ' unless @is_multiline
|
|
@@ -1541,12 +1541,12 @@ class Reline::LineEditor
|
|
|
1541
1541
|
end
|
|
1542
1542
|
|
|
1543
1543
|
private def vi_search_prev(key)
|
|
1544
|
-
incremental_search_history(
|
|
1544
|
+
incremental_search_history(:reverse)
|
|
1545
1545
|
end
|
|
1546
1546
|
alias_method :reverse_search_history, :vi_search_prev
|
|
1547
1547
|
|
|
1548
1548
|
private def vi_search_next(key)
|
|
1549
|
-
incremental_search_history(
|
|
1549
|
+
incremental_search_history(:forward)
|
|
1550
1550
|
end
|
|
1551
1551
|
alias_method :forward_search_history, :vi_search_next
|
|
1552
1552
|
|
|
@@ -2182,7 +2182,7 @@ class Reline::LineEditor
|
|
|
2182
2182
|
end
|
|
2183
2183
|
|
|
2184
2184
|
private def vi_replace_char(key, arg: 1)
|
|
2185
|
-
@waiting_proc = ->(k) {
|
|
2185
|
+
@waiting_proc = ->(k, _sym) {
|
|
2186
2186
|
if arg == 1
|
|
2187
2187
|
byte_size = Reline::Unicode.get_next_mbchar_size(current_line, @byte_pointer)
|
|
2188
2188
|
before = current_line.byteslice(0, @byte_pointer)
|
|
@@ -2206,11 +2206,11 @@ class Reline::LineEditor
|
|
|
2206
2206
|
end
|
|
2207
2207
|
|
|
2208
2208
|
private def vi_next_char(key, arg: 1, inclusive: false)
|
|
2209
|
-
@waiting_proc = ->(key_for_proc) { search_next_char(key_for_proc, arg, inclusive: inclusive) }
|
|
2209
|
+
@waiting_proc = ->(key_for_proc, _sym) { search_next_char(key_for_proc, arg, inclusive: inclusive) }
|
|
2210
2210
|
end
|
|
2211
2211
|
|
|
2212
2212
|
private def vi_to_next_char(key, arg: 1, inclusive: false)
|
|
2213
|
-
@waiting_proc = ->(key_for_proc) { search_next_char(key_for_proc, arg, need_prev_char: true, inclusive: inclusive) }
|
|
2213
|
+
@waiting_proc = ->(key_for_proc, _sym) { search_next_char(key_for_proc, arg, need_prev_char: true, inclusive: inclusive) }
|
|
2214
2214
|
end
|
|
2215
2215
|
|
|
2216
2216
|
private def search_next_char(key, arg, need_prev_char: false, inclusive: false)
|
|
@@ -2253,11 +2253,11 @@ class Reline::LineEditor
|
|
|
2253
2253
|
end
|
|
2254
2254
|
|
|
2255
2255
|
private def vi_prev_char(key, arg: 1)
|
|
2256
|
-
@waiting_proc = ->(key_for_proc) { search_prev_char(key_for_proc, arg) }
|
|
2256
|
+
@waiting_proc = ->(key_for_proc, _sym) { search_prev_char(key_for_proc, arg) }
|
|
2257
2257
|
end
|
|
2258
2258
|
|
|
2259
2259
|
private def vi_to_prev_char(key, arg: 1)
|
|
2260
|
-
@waiting_proc = ->(key_for_proc) { search_prev_char(key_for_proc, arg, true) }
|
|
2260
|
+
@waiting_proc = ->(key_for_proc, _sym) { search_prev_char(key_for_proc, arg, true) }
|
|
2261
2261
|
end
|
|
2262
2262
|
|
|
2263
2263
|
private def search_prev_char(key, arg, need_next_char = false)
|
|
@@ -37,7 +37,7 @@ class Reline::Unicode
|
|
|
37
37
|
|
|
38
38
|
NON_PRINTING_START = "\1"
|
|
39
39
|
NON_PRINTING_END = "\2"
|
|
40
|
-
CSI_REGEXP = /\e\[[\
|
|
40
|
+
CSI_REGEXP = /\e\[[\x30-\x3f]*[\x20-\x2f]*[a-zA-Z]/
|
|
41
41
|
OSC_REGEXP = /\e\]\d+(?:;[^;\a\e]+)*(?:\a|\e\\)/
|
|
42
42
|
WIDTH_SCANNER = /\G(?:(#{NON_PRINTING_START})|(#{NON_PRINTING_END})|(#{CSI_REGEXP})|(#{OSC_REGEXP})|(\X))/o
|
|
43
43
|
|
data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/History.rdoc
RENAMED
|
@@ -1,3 +1,70 @@
|
|
|
1
|
+
=== 3.22.0 / 2025-12-20
|
|
2
|
+
|
|
3
|
+
* 1 major enhancement:
|
|
4
|
+
|
|
5
|
+
* Announced the EOL of ruby_parser! YAY!
|
|
6
|
+
|
|
7
|
+
* 6 minor enhancements:
|
|
8
|
+
|
|
9
|
+
* 3.3: working down the grammar structural differences.
|
|
10
|
+
* Added tentative 3.4 support.
|
|
11
|
+
* Renamed assignable to old_assignable and added newer cleaner assignable
|
|
12
|
+
* Restructured comparison rake tasks and normalization to deal with lrama changes.
|
|
13
|
+
* Updated compare versions and added 3.4.
|
|
14
|
+
* Updated grammars to fit most closely to ruby 3.2. Working it down the line.
|
|
15
|
+
|
|
16
|
+
* 11 bug fixes:
|
|
17
|
+
|
|
18
|
+
* Always raise RubyParser::SyntaxError (wrap and raise).
|
|
19
|
+
* Bumped ruby version to 3.2+.
|
|
20
|
+
* Cleaned up user_variable productions to always return sexps.
|
|
21
|
+
* Corrections and enhancements for gauntlet.md instructions.
|
|
22
|
+
* Fixed rake compare's clean subtask to nuke the unpacked ruby dirs entirely.
|
|
23
|
+
* Fixed superclass of V34.
|
|
24
|
+
* Fixed up a couple errors created by using STRICT_SEXP=2. 3 will be neigh impossible.
|
|
25
|
+
* I am nothing if not stubborn: fixed errors caused by STRICT_SEXP=3.
|
|
26
|
+
* Minor fixes for 3.2+ grammars on "defined?" expressions.
|
|
27
|
+
* Removed a lot of ancient compatibility checks and patches. (eg encodings)
|
|
28
|
+
* This in turn cleaned up var_ref and a bunch of other productions.
|
|
29
|
+
|
|
30
|
+
=== 3.21.1 / 2024-07-09
|
|
31
|
+
|
|
32
|
+
* 1 bug fix:
|
|
33
|
+
|
|
34
|
+
* Fix errors created when string literals are frozen.
|
|
35
|
+
|
|
36
|
+
=== 3.21.0 / 2024-01-15
|
|
37
|
+
|
|
38
|
+
* 18 minor enhancements:
|
|
39
|
+
|
|
40
|
+
* (internal) Added simple RubyLexer#comment.
|
|
41
|
+
* (internal) Removed RubyLexer#comments and #ignore_body_comments.
|
|
42
|
+
* (internal) Removed RubyParser#comments.
|
|
43
|
+
* (internal) Renamed files from lib/ruby##_parser.* to lib/ruby_parser##.*
|
|
44
|
+
* (internal) Renamed lib/ruby3_parser.yy to lib/ruby_parser3.yy
|
|
45
|
+
* (internal) Renamed lib/ruby_parser.yy to lib/ruby_parser2.yy
|
|
46
|
+
* Added tentative 3.2 support. (torrocus)
|
|
47
|
+
* Made `rake compare` a multitask (28s -> 10s!!).
|
|
48
|
+
* Made `rake compare` depend on `generate` (from clean: 28s -> 18s).
|
|
49
|
+
* No longer package versioned .y files.
|
|
50
|
+
* Overhaul of parser/lexer comment processing.
|
|
51
|
+
* Parser productions for k_class/k_module/k_def carry their comment with them.
|
|
52
|
+
* Restructured build tasks to utilize Hoe's .yy support! 8.5s -> 1.2s!!!
|
|
53
|
+
* RubyParser new_(class|module|defn|defs) handle comment processing via sexp.
|
|
54
|
+
* RubyParser new_(class|module|defn|defs) handle normalizing production sexps.
|
|
55
|
+
* RubyParser#next_token clears out lexer's comment when applicable.
|
|
56
|
+
* Simplified parser productions for defn_head, defs_head. No more normalizing.
|
|
57
|
+
* Updated `rake compare` steps for lrama in ruby 3.3+.
|
|
58
|
+
|
|
59
|
+
* 6 bug fixes:
|
|
60
|
+
|
|
61
|
+
* Cleaned out cruft from `rake compare` code.
|
|
62
|
+
* Fixed compare/normalize.rb for lrama differences.
|
|
63
|
+
* Made `parser` task depend on `isolate` task to pick up racc generator.
|
|
64
|
+
* Made racc a runtime dependency (was dev only) now that ruby 3.3 doesn't ship with the racc runtime. (wildmaples)
|
|
65
|
+
* Updated README.rdoc updating instructions to match current filenames.
|
|
66
|
+
* Updated compare versions and added 3.3.
|
|
67
|
+
|
|
1
68
|
=== 3.20.3 / 2023-07-11
|
|
2
69
|
|
|
3
70
|
* 2 minor enhancements:
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
.autotest
|
|
2
|
+
History.rdoc
|
|
3
|
+
Manifest.txt
|
|
4
|
+
README.rdoc
|
|
5
|
+
Rakefile
|
|
6
|
+
bin/ruby_parse
|
|
7
|
+
bin/ruby_parse_extract_error
|
|
8
|
+
compare/normalize.rb
|
|
9
|
+
debugging.md
|
|
10
|
+
gauntlet.md
|
|
11
|
+
lib/.document
|
|
12
|
+
lib/rp_extensions.rb
|
|
13
|
+
lib/rp_stringscanner.rb
|
|
14
|
+
lib/ruby_lexer.rb
|
|
15
|
+
lib/ruby_lexer.rex
|
|
16
|
+
lib/ruby_lexer.rex.rb
|
|
17
|
+
lib/ruby_lexer_strings.rb
|
|
18
|
+
lib/ruby_parser.rb
|
|
19
|
+
lib/ruby_parser2.yy
|
|
20
|
+
lib/ruby_parser20.rb
|
|
21
|
+
lib/ruby_parser21.rb
|
|
22
|
+
lib/ruby_parser22.rb
|
|
23
|
+
lib/ruby_parser23.rb
|
|
24
|
+
lib/ruby_parser24.rb
|
|
25
|
+
lib/ruby_parser25.rb
|
|
26
|
+
lib/ruby_parser26.rb
|
|
27
|
+
lib/ruby_parser27.rb
|
|
28
|
+
lib/ruby_parser3.yy
|
|
29
|
+
lib/ruby_parser30.rb
|
|
30
|
+
lib/ruby_parser31.rb
|
|
31
|
+
lib/ruby_parser32.rb
|
|
32
|
+
lib/ruby_parser33.rb
|
|
33
|
+
lib/ruby_parser34.rb
|
|
34
|
+
lib/ruby_parser_extras.rb
|
|
35
|
+
test/test_ruby_lexer.rb
|
|
36
|
+
test/test_ruby_parser.rb
|
|
37
|
+
test/test_ruby_parser_extras.rb
|
|
38
|
+
tools/munge.rb
|
|
39
|
+
tools/ripper.rb
|
data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/README.rdoc
RENAMED
|
@@ -4,6 +4,18 @@ home :: https://github.com/seattlerb/ruby_parser
|
|
|
4
4
|
bugs :: https://github.com/seattlerb/ruby_parser/issues
|
|
5
5
|
rdoc :: http://docs.seattlerb.org/ruby_parser
|
|
6
6
|
|
|
7
|
+
== NOTICE:
|
|
8
|
+
|
|
9
|
+
With the advent of prism, and it's ruby_parser compatibility mode,
|
|
10
|
+
this project is EOL. I've switched all my projects that use
|
|
11
|
+
ruby_parser over to prism with only a minimum of fixes sent upstream.
|
|
12
|
+
Use prism ~> 1.7 for best results.
|
|
13
|
+
|
|
14
|
+
I'm doing one more release to get my standing changes out into the
|
|
15
|
+
world and might follow up with another if anything adverse is
|
|
16
|
+
reported... but other than that, I'm very happy to put this out to
|
|
17
|
+
pasture.
|
|
18
|
+
|
|
7
19
|
== DESCRIPTION:
|
|
8
20
|
|
|
9
21
|
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
|
|
@@ -65,15 +77,15 @@ You can also use Ruby19Parser, Ruby18Parser, or RubyParser.for_current_ruby:
|
|
|
65
77
|
|
|
66
78
|
To add a new version:
|
|
67
79
|
|
|
68
|
-
* New parser should be generated from lib/
|
|
69
|
-
* Extend lib/
|
|
80
|
+
* New parser should be generated from lib/ruby_parser[23].yy.
|
|
81
|
+
* Extend lib/ruby_parser[23].yy with new class name.
|
|
70
82
|
* Add new version number to V2/V3 in Rakefile for rule creation.
|
|
71
83
|
* Add new `ruby_parse "x.y.z"` line to Rakefile for rake compare (line ~300).
|
|
72
84
|
* Require generated parser in lib/ruby_parser.rb.
|
|
73
85
|
* Add new V## = ::Ruby##Parser; end to ruby_parser.rb (bottom of file).
|
|
74
86
|
* Add empty TestRubyParserShared##Plus module and TestRubyParserV## to test/test_ruby_parser.rb.
|
|
75
87
|
* Extend Manifest.txt with generated file names.
|
|
76
|
-
* Add new version number to sexp_processor's pt_testcase.rb in all_versions
|
|
88
|
+
* Add new version number to sexp_processor's pt_testcase.rb in all_versions.
|
|
77
89
|
|
|
78
90
|
Until all of these are done, you won't have a clean test run.
|
|
79
91
|
|
|
@@ -91,6 +91,7 @@ def munge s
|
|
|
91
91
|
|
|
92
92
|
"keyword_BEGIN", "klBEGIN",
|
|
93
93
|
"keyword_END", "klEND",
|
|
94
|
+
"k_END", "klEND",
|
|
94
95
|
/keyword_(\w+)/, proc { "k#{$1.upcase}" },
|
|
95
96
|
/\bk_([a-z_]+)/, proc { "k#{$1.upcase}" },
|
|
96
97
|
/modifier_(\w+)/, proc { "k#{$1.upcase}_MOD" },
|
|
@@ -153,13 +154,22 @@ def munge s
|
|
|
153
154
|
|
|
154
155
|
'"do (for condition)"', "kDO_COND",
|
|
155
156
|
'"do (for lambda)"', "kDO_LAMBDA",
|
|
156
|
-
'
|
|
157
|
+
%("'do' for block"), "kDO_BLOCK", # 3.4
|
|
158
|
+
%("'do' for lambda"), "kDO_LAMBDA", # 3.4
|
|
159
|
+
%("'do' for condition"),"kDO_COND", # 3.4
|
|
160
|
+
%q("#{"), "tSTRING_DBEG", # 3.4
|
|
161
|
+
'"do (for block)"', "kDO_BLOCK", # 3.4
|
|
157
162
|
|
|
163
|
+
/\"'(\w+)' \(?modifier\)?\"/, proc { |x| "k#{$1.upcase}_MOD" }, # 3.4
|
|
158
164
|
/\"(\w+) \(?modifier\)?\"/, proc { |x| "k#{$1.upcase}_MOD" },
|
|
159
|
-
/\"(\w+)\"/,
|
|
165
|
+
/\"((?!k)\w+)\"/, proc { |x| "k#{$1.upcase}" },
|
|
160
166
|
|
|
161
167
|
/\$?@(\d+)(\s+|$)/, "", # newer bison
|
|
162
168
|
|
|
169
|
+
# 3.4(ish?) changes:
|
|
170
|
+
"option_tNL", "opt_nl",
|
|
171
|
+
"option_terms", "opt_terms",
|
|
172
|
+
|
|
163
173
|
# TODO: remove for 3.0 work:
|
|
164
174
|
"lex_ctxt ", "" # 3.0 production that's mostly noise right now
|
|
165
175
|
]
|
|
@@ -178,12 +188,16 @@ end
|
|
|
178
188
|
ARGF.each_line do |line|
|
|
179
189
|
next unless good or line =~ /^-* ?Grammar|\$accept : /
|
|
180
190
|
|
|
181
|
-
case line.strip
|
|
191
|
+
case line.strip # TODO: .delete %q["'()]
|
|
182
192
|
when /^$/ then
|
|
183
193
|
when /^(\d+) (\$?[@\w]+): (.*)/ then # yacc
|
|
184
194
|
rule = $2
|
|
185
195
|
order << rule unless rules.has_key? rule
|
|
186
196
|
rules[rule] << munge($3)
|
|
197
|
+
when /^(\d+) (\$?[@\w]+'(?: |\\n)'): (.*)/ then # munges both sides
|
|
198
|
+
rule = $2
|
|
199
|
+
order << rule unless rules.has_key? rule
|
|
200
|
+
rules[munge(rule)] << munge($3)
|
|
187
201
|
when /^(\d+) \s+\| (.*)/ then # yacc
|
|
188
202
|
rules[rule] << munge($2)
|
|
189
203
|
when /^(\d+) (@\d+): (.*)/ then # yacc
|
|
@@ -202,6 +216,8 @@ ARGF.each_line do |line|
|
|
|
202
216
|
break
|
|
203
217
|
when /^Terminals/ then # yacc
|
|
204
218
|
break
|
|
219
|
+
when /^State \d/ then # lrama
|
|
220
|
+
break
|
|
205
221
|
when /^\cL/ then # byacc
|
|
206
222
|
break
|
|
207
223
|
else
|
data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/gauntlet.md
RENAMED
|
@@ -38,11 +38,11 @@ using `unpack_gems.rb`.
|
|
|
38
38
|
|
|
39
39
|
```
|
|
40
40
|
% cd RP/gauntlet
|
|
41
|
-
% time caffeinate
|
|
41
|
+
% time caffeinate ./bin/unpack_gems.rb -v [-a] ; say done
|
|
42
42
|
... waaaait ...
|
|
43
43
|
% DIR=gauntlet.$(today).(all|new).noindex
|
|
44
44
|
% mv hashed.noindex $DIR
|
|
45
|
-
% tar vc -T <(fd -tf . $DIR | sort) |
|
|
45
|
+
% tar vc -T <(fd -tf . $DIR | sort) | zstdmt -12 --long > archives/$DIR.tar.zst ; say done
|
|
46
46
|
% ./bin/sync.sh
|
|
47
47
|
```
|
|
48
48
|
|
|
@@ -71,7 +71,7 @@ compress).
|
|
|
71
71
|
### Stats
|
|
72
72
|
|
|
73
73
|
```
|
|
74
|
-
9696 %
|
|
74
|
+
9696 % fd -tf . gauntlet.$(today).noindex | wc -l
|
|
75
75
|
561270
|
|
76
76
|
3.5G gauntlet.2021-08-06.noindex
|
|
77
77
|
239M gauntlet.2021-08-06.noindex.tar.zst
|
|
@@ -85,9 +85,12 @@ parse. It's about 3.5g but compresses very nicely down to 240m
|
|
|
85
85
|
Assuming you're starting from scratch, unpack the archive once:
|
|
86
86
|
|
|
87
87
|
```
|
|
88
|
-
%
|
|
88
|
+
% tar xf gauntlet.$(today).noindex.tar.zst
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
+
(BSD tar (and apparently newer gnu tars) can detect and uncompress
|
|
92
|
+
most compression formats)
|
|
93
|
+
|
|
91
94
|
Then, either run a single process (easier to read):
|
|
92
95
|
|
|
93
96
|
```
|
|
@@ -103,5 +106,32 @@ Or max out your machine using xargs (note the `-P 16` and choose accordingly):
|
|
|
103
106
|
In another terminal I usually monitor the progress like so:
|
|
104
107
|
|
|
105
108
|
```
|
|
106
|
-
% while true ; do clear; fd . -
|
|
109
|
+
% while true ; do clear; fd . -td -te gauntlet/*.noindex -X rmdir -p 2> /dev/null ; for D in gauntlet/*.noindex/? ; do echo -n "$D: "; fd .rb $D | wc -l ; done ; echo ; sleep 30 ; done
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
After this is run and done, there will be files left over that
|
|
113
|
+
couldn't be parsed. There will also be a directory with a name like
|
|
114
|
+
`gauntlet.slow.1` of files that timed out. What I generally do is wait
|
|
115
|
+
for the first run to end and then start increasing the timeout and run
|
|
116
|
+
again on the timeout dir:
|
|
117
|
+
|
|
118
|
+
```
|
|
119
|
+
$ ls -d gauntlet.slow.1/*.noindex/?/? | RP_TIMEOUT=30 time xargs -n 1 -P 16 ./gauntlet/bin/gauntlet.rb
|
|
120
|
+
# or:
|
|
121
|
+
$ RP_TIMEOUT=30 time ./gauntlet/bin/gauntlet.rb gauntlet.slow.*
|
|
122
|
+
$ RP_TIMEOUT=60 time ./gauntlet/bin/gauntlet.rb gauntlet.slow.*
|
|
123
|
+
$ fd -tf . gauntlet.slow.60/
|
|
124
|
+
gauntlet.slow.60/gauntlet.2025-10-22.new.noindex/2/f/f/2ff00bbd2ee63b2145d247570c130823dce2b9fe.rb
|
|
125
|
+
gauntlet.slow.60/gauntlet.2025-10-22.new.noindex/a/a/4/aa44d5a214217036425bf8fce5a7ab5b0e04fd92.rb
|
|
107
126
|
```
|
|
127
|
+
|
|
128
|
+
for the most part, you wind up with absurdly large generated ruby files:
|
|
129
|
+
|
|
130
|
+
```
|
|
131
|
+
10022 $ wc -l gauntlet.slow.60/*/?/?/?/*.rb
|
|
132
|
+
412444 gauntlet.slow.60/gauntlet.2025-10-22.new.noindex/2/f/f/2ff00bbd2ee63b2145d247570c130823dce2b9fe.rb
|
|
133
|
+
295249 gauntlet.slow.60/gauntlet.2025-10-22.new.noindex/a/a/4/aa44d5a214217036425bf8fce5a7ab5b0e04fd92.rb
|
|
134
|
+
707693 total
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
and I don't care so much about these.
|
data/bundle/ruby/{3.1.0/gems/ruby_parser-3.20.3 → 3.2.0/gems/ruby_parser-3.22.0}/lib/ruby_lexer.rb
RENAMED
|
@@ -23,8 +23,6 @@ class RubyLexer
|
|
|
23
23
|
"c\?" => 127.chr,
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
HAS_ENC = "".respond_to? :encoding
|
|
27
|
-
|
|
28
26
|
BTOKENS = {
|
|
29
27
|
".." => :tBDOT2,
|
|
30
28
|
"..." => :tBDOT3,
|
|
@@ -113,7 +111,8 @@ class RubyLexer
|
|
|
113
111
|
# Last token read via next_token.
|
|
114
112
|
attr_accessor :token
|
|
115
113
|
|
|
116
|
-
|
|
114
|
+
# Last comment lexed, or nil
|
|
115
|
+
attr_accessor :comment
|
|
117
116
|
|
|
118
117
|
def initialize _ = nil
|
|
119
118
|
@lex_state = nil # remove one warning under $DEBUG
|
|
@@ -134,16 +133,6 @@ class RubyLexer
|
|
|
134
133
|
is_after_operator? ? EXPR_ARG : EXPR_BEG
|
|
135
134
|
end
|
|
136
135
|
|
|
137
|
-
def ignore_body_comments
|
|
138
|
-
@comments.clear
|
|
139
|
-
end
|
|
140
|
-
|
|
141
|
-
def comments # TODO: remove this... maybe comment_string + attr_accessor
|
|
142
|
-
c = @comments.join
|
|
143
|
-
@comments.clear
|
|
144
|
-
c
|
|
145
|
-
end
|
|
146
|
-
|
|
147
136
|
def debug n
|
|
148
137
|
raise "debug #{n}"
|
|
149
138
|
end
|
|
@@ -258,14 +247,15 @@ class RubyLexer
|
|
|
258
247
|
end
|
|
259
248
|
|
|
260
249
|
def process_begin text
|
|
261
|
-
|
|
250
|
+
self.comment ||= +""
|
|
251
|
+
self.comment << matched
|
|
262
252
|
|
|
263
253
|
unless scan(/.*?\n=end( |\t|\f)*[^\n]*(\n|\z)/m) then
|
|
264
|
-
|
|
254
|
+
self.comment = nil
|
|
265
255
|
rb_compile_error("embedded document meets end of file")
|
|
266
256
|
end
|
|
267
257
|
|
|
268
|
-
|
|
258
|
+
self.comment << matched
|
|
269
259
|
self.lineno += matched.count("\n") # HACK?
|
|
270
260
|
|
|
271
261
|
nil # TODO
|
|
@@ -447,7 +437,8 @@ class RubyLexer
|
|
|
447
437
|
|
|
448
438
|
while scan(/\s*\#.*(\n+|\z)/) do
|
|
449
439
|
self.lineno += matched.count "\n"
|
|
450
|
-
|
|
440
|
+
self.comment ||= +""
|
|
441
|
+
self.comment << matched.gsub(/^ +#/, "#").gsub(/^ +$/, "")
|
|
451
442
|
end
|
|
452
443
|
|
|
453
444
|
return nil if end_of_stream?
|
|
@@ -768,7 +759,7 @@ class RubyLexer
|
|
|
768
759
|
self.lineno = 1
|
|
769
760
|
self.brace_nest = 0
|
|
770
761
|
self.command_start = true
|
|
771
|
-
self.
|
|
762
|
+
self.comment = nil
|
|
772
763
|
self.lex_state = EXPR_NONE
|
|
773
764
|
self.lex_strterm = nil
|
|
774
765
|
self.lpar_beg = nil
|