GEM
  remote: https://rubygems.org/
  specs:
    asciidoctor (2.0.23)
    asciidoctor-diagram (2.3.1)
      asciidoctor (>= 1.5.7, < 3.x)
      asciidoctor-diagram-ditaamini (~> 1.0)
      asciidoctor-diagram-plantuml (~> 1.2021)
      rexml
    asciidoctor-diagram-batik (1.17)
    asciidoctor-diagram-ditaamini (1.0.3)
    asciidoctor-diagram-plantuml (1.2024.5)
      asciidoctor-diagram-batik (~> 1.17)
    asciidoctor-foodogsquared-extensions (1.2.1)
      asciidoctor (~> 2.0)
      rugged (~> 1.0)
    ast (2.4.2)
    concurrent-ruby (1.3.3)
    json (2.7.2)
    language_server-protocol (3.17.0.3)
    logger (1.6.0)
    open-uri-cached (1.0.0)
    parallel (1.25.1)
    parser (3.3.4.0)
      ast (~> 2.4.1)
      racc
    prism (0.30.0)
    racc (1.8.0)
    rainbow (3.1.1)
    rake (13.2.1)
    rbs (3.5.2)
      logger
    regexp_parser (2.9.2)
    rexml (3.3.1)
      strscan
    rouge (4.3.0)
    rubocop (1.65.0)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.3.0.2)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 2.4, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.31.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.31.3)
      parser (>= 3.3.1.0)
    ruby-lsp (0.17.7)
      language_server-protocol (~> 3.17.0)
      prism (>= 0.29.0, < 0.31)
      rbs (>= 3, < 4)
      sorbet-runtime (>= 0.5.10782)
    ruby-progressbar (1.13.0)
    rugged (1.7.2)
    slim (5.2.1)
      temple (~> 0.10.0)
      tilt (>= 2.1.0)
    sorbet-runtime (0.5.11481)
    strscan (3.1.0)
    temple (0.10.3)
    tilt (2.4.0)
    unicode-display_width (2.5.0)

PLATFORMS
  ruby
  x86_64-linux

DEPENDENCIES
  asciidoctor
  asciidoctor-diagram
  asciidoctor-foodogsquared-extensions
  concurrent-ruby
  open-uri-cached
  rake
  rouge
  rubocop
  ruby-lsp
  slim
  tilt

BUNDLED WITH
   2.5.11