PATH
  remote: .
  specs:
    graphiti_gql (0.2.1)
      graphiti (~> 1.3.9)
      graphql (~> 2.0)
      graphql-batch (~> 0.5)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (7.0.3)
      activesupport (= 7.0.3)
    activesupport (7.0.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    byebug (11.1.3)
    coderay (1.1.3)
    concurrent-ruby (1.1.10)
    diff-lcs (1.5.0)
    dry-configurable (0.15.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 0.6)
    dry-container (0.9.0)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.13, >= 0.13.0)
    dry-core (0.7.1)
      concurrent-ruby (~> 1.0)
    dry-inflector (0.2.1)
    dry-logic (1.2.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 0.5, >= 0.5)
    dry-types (1.5.1)
      concurrent-ruby (~> 1.0)
      dry-container (~> 0.3)
      dry-core (~> 0.5, >= 0.5)
      dry-inflector (~> 0.1, >= 0.1.2)
      dry-logic (~> 1.0, >= 1.0.2)
    graphiti (1.3.9)
      activesupport (>= 5.2)
      concurrent-ruby (~> 1.0)
      dry-types (>= 0.15.0, < 2.0)
      graphiti_errors (~> 1.1.0)
      jsonapi-renderer (~> 0.2, >= 0.2.2)
      jsonapi-serializable (~> 0.3.0)
    graphiti_errors (1.1.2)
      jsonapi-serializable (~> 0.1)
    graphql (2.0.7)
    graphql-batch (0.5.1)
      graphql (>= 1.10, < 3)
      promise.rb (~> 0.7.2)
    i18n (1.10.0)
      concurrent-ruby (~> 1.0)
    jsonapi-renderer (0.2.2)
    jsonapi-serializable (0.3.1)
      jsonapi-renderer (~> 0.2.0)
    method_source (1.0.0)
    minitest (5.15.0)
    promise.rb (0.7.4)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
    rake (10.5.0)
    rspec (3.11.0)
      rspec-core (~> 3.11.0)
      rspec-expectations (~> 3.11.0)
      rspec-mocks (~> 3.11.0)
    rspec-core (3.11.0)
      rspec-support (~> 3.11.0)
    rspec-expectations (3.11.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-mocks (3.11.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-support (3.11.0)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)

PLATFORMS
  arm64-darwin-21

DEPENDENCIES
  activemodel (~> 7.0)
  bundler (~> 2.3)
  graphiti_gql!
  pry
  pry-byebug
  rake (~> 10.0)
  rspec (~> 3.0)

BUNDLED WITH
   2.3.12