PATH
  remote: .
  specs:
    itch_rewards (0.2.0)
      dry-cli (~> 0.7.0)
      itch_client (~> 0.4.2, >= 0.4.2)
      pastel (~> 0.8.0)
      tty-prompt (~> 0.23.1)
      tty-table (~> 0.12.0)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.3)
      public_suffix (>= 2.0.2, < 6.0)
    connection_pool (2.4.0)
    diff-lcs (1.4.4)
    domain_name (0.5.20190701)
      unf (>= 0.0.5, < 1.0.0)
    dry-cli (0.7.0)
    http-cookie (1.0.5)
      domain_name (~> 0.5)
    io-console (0.5.9)
    irb (1.3.5)
      reline (>= 0.1.5)
    itch_client (0.4.2)
      mechanize (~> 2.8)
    mechanize (2.8.5)
      addressable (~> 2.8)
      domain_name (~> 0.5, >= 0.5.20190701)
      http-cookie (~> 1.0, >= 1.0.3)
      mime-types (~> 3.0)
      net-http-digest_auth (~> 1.4, >= 1.4.1)
      net-http-persistent (>= 2.5.2, < 5.0.dev)
      nokogiri (~> 1.11, >= 1.11.2)
      rubyntlm (~> 0.6, >= 0.6.3)
      webrick (~> 1.7)
      webrobots (~> 0.1.2)
    mime-types (3.4.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2023.0218.1)
    net-http-digest_auth (1.4.1)
    net-http-persistent (4.0.2)
      connection_pool (~> 2.2)
    nokogiri (1.14.2-x86_64-linux)
      racc (~> 1.4)
    pastel (0.8.0)
      tty-color (~> 0.5)
    public_suffix (5.0.1)
    racc (1.6.2)
    rake (13.0.3)
    reline (0.2.5)
      io-console (~> 0.5)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-core (3.10.1)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.2)
    rubyntlm (0.6.3)
    strings (0.2.1)
      strings-ansi (~> 0.2)
      unicode-display_width (>= 1.5, < 3.0)
      unicode_utils (~> 1.4)
    strings-ansi (0.2.0)
    tty-color (0.6.0)
    tty-cursor (0.7.1)
    tty-prompt (0.23.1)
      pastel (~> 0.8)
      tty-reader (~> 0.8)
    tty-reader (0.9.0)
      tty-cursor (~> 0.7)
      tty-screen (~> 0.8)
      wisper (~> 2.0)
    tty-screen (0.8.1)
    tty-table (0.12.0)
      pastel (~> 0.8)
      strings (~> 0.2.0)
      tty-screen (~> 0.8)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.8.2)
    unicode-display_width (2.4.2)
    unicode_utils (1.4.0)
    webrick (1.8.1)
    webrobots (0.1.2)
    wisper (2.0.1)

PLATFORMS
  ruby
  x86_64-linux

DEPENDENCIES
  irb (~> 1.3)
  itch_rewards!
  rake (~> 13.0)
  rspec (~> 3.0)

BUNDLED WITH
   2.2.17