CompanyCam/graphql-searchkick

View on GitHub
gemfiles/searchkick_5.0.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    graphql-searchkick (1.0.0)
      graphql (> 1.11)
      searchkick (> 4.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.1.6)
      activesupport (= 6.1.6)
    activerecord (6.1.6)
      activemodel (= 6.1.6)
      activesupport (= 6.1.6)
    activesupport (6.1.6)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    appraisal (2.4.1)
      bundler
      rake
      thor (>= 0.14.0)
    codeclimate-test-reporter (1.0.9)
      simplecov (<= 0.13)
    coderay (1.1.3)
    concurrent-ruby (1.1.10)
    diff-lcs (1.5.0)
    docile (1.1.5)
    elasticsearch (7.13.3)
      elasticsearch-api (= 7.13.3)
      elasticsearch-transport (= 7.13.3)
    elasticsearch-api (7.13.3)
      multi_json
    elasticsearch-transport (7.13.3)
      faraday (~> 1)
      multi_json
    faraday (1.10.0)
      faraday-em_http (~> 1.0)
      faraday-em_synchrony (~> 1.0)
      faraday-excon (~> 1.1)
      faraday-httpclient (~> 1.0)
      faraday-multipart (~> 1.0)
      faraday-net_http (~> 1.0)
      faraday-net_http_persistent (~> 1.0)
      faraday-patron (~> 1.0)
      faraday-rack (~> 1.0)
      faraday-retry (~> 1.0)
      ruby2_keywords (>= 0.0.4)
    faraday-em_http (1.0.0)
    faraday-em_synchrony (1.0.0)
    faraday-excon (1.1.0)
    faraday-httpclient (1.0.1)
    faraday-multipart (1.0.3)
      multipart-post (>= 1.2, < 3)
    faraday-net_http (1.0.1)
    faraday-net_http_persistent (1.2.0)
    faraday-patron (1.0.0)
    faraday-rack (1.0.0)
    faraday-retry (1.0.3)
    ffi (1.15.5)
    formatador (1.1.0)
    graphql (2.0.7)
    guard (2.18.0)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.13.0)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    hashie (5.0.0)
    i18n (1.10.0)
      concurrent-ruby (~> 1.0)
    json (2.6.2)
    listen (3.7.1)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    lumberjack (1.2.8)
    method_source (1.0.0)
    minitest (5.15.0)
    multi_json (1.15.0)
    multipart-post (2.1.1)
    nenv (0.3.0)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    pry (0.14.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    rake (12.3.3)
    rb-fsevent (0.11.1)
    rb-inotify (0.10.1)
      ffi (~> 1.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)
    ruby2_keywords (0.0.5)
    searchkick (5.0.3)
      activemodel (>= 5.2)
      hashie
    shellany (0.0.1)
    simplecov (0.13.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sqlite3 (1.4.2)
    thor (1.2.1)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    zeitwerk (2.5.4)

PLATFORMS
  x86_64-darwin-21

DEPENDENCIES
  activerecord (~> 6.0)
  appraisal
  codeclimate-test-reporter
  elasticsearch (> 6, < 7.14.0)
  graphql-searchkick!
  guard
  guard-rspec
  rake (~> 12.0)
  rspec (~> 3.0)
  searchkick (~> 5.0)
  sqlite3

BUNDLED WITH
   2.3.13