PATH
  remote: .
  specs:
    bioshogi (0.0.9)
      actionview
      activesupport (>= 7.1.0)
      color
      faraday
      memory_record
      rmagick (>= 5.0.0)
      rubyzip (>= 2.3.0)
      systemu
      table_format
      thor
      tree_support
      zeitwerk

GEM
  remote: https://rubygems.org/
  specs:
    actionview (7.1.3.2)
      activesupport (= 7.1.3.2)
      builder (~> 3.1)
      erubi (~> 1.11)
      rails-dom-testing (~> 2.2)
      rails-html-sanitizer (~> 1.6)
    activesupport (7.1.3.2)
      base64
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.0.2)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      mutex_m
      tzinfo (~> 2.0)
    base64 (0.2.0)
    bigdecimal (3.1.7)
    builder (3.2.4)
    byebug (11.1.3)
    coderay (1.1.3)
    color (1.8)
    concurrent-ruby (1.2.3)
    connection_pool (2.4.1)
    crass (1.0.6)
    diff-lcs (1.5.1)
    docile (1.4.0)
    drb (2.2.1)
    erubi (1.12.0)
    faraday (2.9.0)
      faraday-net_http (>= 2.0, < 3.2)
    faraday-net_http (3.1.0)
      net-http
    i18n (1.14.4)
      concurrent-ruby (~> 1.0)
    loofah (2.22.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    memory_record (0.0.19)
      activesupport
    method_source (1.0.0)
    mini_portile2 (2.8.5)
    minitest (5.22.3)
    mutex_m (0.2.0)
    net-http (0.4.1)
      uri
    nokogiri (1.16.3)
      mini_portile2 (~> 2.8.2)
      racc (~> 1.4)
    observer (0.1.2)
    pkg-config (1.5.6)
    power_assert (2.0.3)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    racc (1.7.3)
    rails-dom-testing (2.2.0)
      activesupport (>= 5.0.0)
      minitest
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.6.0)
      loofah (~> 2.21)
      nokogiri (~> 1.14)
    rake (13.1.0)
    rmagick (5.4.4)
      observer (~> 0.1)
      pkg-config (~> 1.4)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.0)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.1)
    rubyzip (2.3.2)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    stackprof (0.2.26)
    systemu (2.6.5)
    table_format (0.0.16)
      activesupport
    test-unit (3.6.2)
      power_assert
    thor (1.3.1)
    tree_support (0.1.9)
      activesupport
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    uri (0.13.0)
    zeitwerk (2.6.13)

PLATFORMS
  ruby

DEPENDENCIES
  bioshogi!
  bundler
  byebug
  pry
  rake
  rspec
  simplecov
  stackprof
  test-unit

BUNDLED WITH
   2.5.4