datacite/schnauzer

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/stackshareio/graphql-cache
  revision: 9296fc77b36c22a1c4a64dad8364da46b6046bd3
  specs:
    graphql-cache (0.6.1)
      graphql (~> 1, > 1.8)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (6.1.6.1)
      actionpack (= 6.1.6.1)
      activesupport (= 6.1.6.1)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailbox (6.1.6.1)
      actionpack (= 6.1.6.1)
      activejob (= 6.1.6.1)
      activerecord (= 6.1.6.1)
      activestorage (= 6.1.6.1)
      activesupport (= 6.1.6.1)
      mail (>= 2.7.1)
    actionmailer (6.1.6.1)
      actionpack (= 6.1.6.1)
      actionview (= 6.1.6.1)
      activejob (= 6.1.6.1)
      activesupport (= 6.1.6.1)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (6.1.6.1)
      actionview (= 6.1.6.1)
      activesupport (= 6.1.6.1)
      rack (~> 2.0, >= 2.0.9)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actiontext (6.1.6.1)
      actionpack (= 6.1.6.1)
      activerecord (= 6.1.6.1)
      activestorage (= 6.1.6.1)
      activesupport (= 6.1.6.1)
      nokogiri (>= 1.8.5)
    actionview (6.1.6.1)
      activesupport (= 6.1.6.1)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    active_model_serializers (0.10.13)
      actionpack (>= 4.1, < 7.1)
      activemodel (>= 4.1, < 7.1)
      case_transform (>= 0.2)
      jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
    activejob (6.1.6.1)
      activesupport (= 6.1.6.1)
      globalid (>= 0.3.6)
    activemodel (6.1.6.1)
      activesupport (= 6.1.6.1)
    activerecord (6.1.6.1)
      activemodel (= 6.1.6.1)
      activesupport (= 6.1.6.1)
    activestorage (6.1.6.1)
      actionpack (= 6.1.6.1)
      activejob (= 6.1.6.1)
      activerecord (= 6.1.6.1)
      activesupport (= 6.1.6.1)
      marcel (~> 1.0)
      mini_mime (>= 1.1.0)
    activesupport (6.1.6.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    ansi (1.5.0)
    apollo-federation (1.1.5)
      google-protobuf (~> 3.7)
      graphql (>= 1.9.8)
    ast (2.4.2)
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
    batch-loader (1.5.0)
    better_errors (2.9.1)
      coderay (>= 1.0.0)
      erubi (>= 1.0.0)
      rack (>= 0.9.0)
    binding_of_caller (1.0.0)
      debug_inspector (>= 0.0.1)
    bootsnap (1.13.0)
      msgpack (~> 1.2)
    builder (3.2.4)
    byebug (11.1.3)
    capybara (3.37.1)
      addressable
      matrix
      mini_mime (>= 0.1.3)
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      regexp_parser (>= 1.5, < 3.0)
      xpath (~> 3.2)
    case_transform (0.2)
      activesupport
    codeclimate-test-reporter (1.0.9)
      simplecov (<= 0.13)
    coderay (1.1.3)
    coercible (1.0.0)
      descendants_tracker (~> 0.0.1)
    concurrent-ruby (1.1.10)
    crack (0.4.5)
      rexml
    crass (1.0.6)
    dalli (2.7.11)
    debug_inspector (1.1.0)
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    diff-lcs (1.5.0)
    docile (1.1.5)
    dotenv (2.8.1)
    elasticsearch (1.1.3)
      elasticsearch-api (= 1.1.3)
      elasticsearch-transport (= 1.1.3)
    elasticsearch-api (1.1.3)
      multi_json
    elasticsearch-extensions (0.0.33)
      ansi
      elasticsearch
    elasticsearch-model (0.1.9)
      activesupport (> 3)
      elasticsearch (> 0.4)
      hashie
    elasticsearch-persistence (0.1.9)
      activemodel (> 3)
      activesupport (> 3)
      elasticsearch (> 0.4)
      elasticsearch-model (>= 0.1)
      hashie
      virtus
    elasticsearch-rails (0.1.9)
    elasticsearch-transport (1.1.3)
      faraday
      multi_json
    erubi (1.11.0)
    excon (0.71.1)
    faraday (0.17.5)
      multipart-post (>= 1.2, < 3)
    faraday-encoding (0.0.5)
      faraday
    faraday_middleware (0.14.0)
      faraday (>= 0.7.4, < 1.0)
    ffi (1.16.3)
    git (1.12.0)
      addressable (~> 2.8)
      rchardet (~> 1.8)
    globalid (1.0.0)
      activesupport (>= 5.0)
    google-protobuf (3.21.5)
    graphql (1.13.15)
    graphql-batch (0.4.3)
      graphql (>= 1.3, < 2)
      promise.rb (~> 0.7.2)
    graphql-errors (0.3.0)
      graphql (>= 1.6.0, < 2)
    hashdiff (1.0.1)
    hashie (5.0.0)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    ice_nine (0.11.2)
    json (2.6.2)
    jsonapi-renderer (0.2.2)
    jsonapi-serializer (2.2.0)
      activesupport (>= 4.2)
    kaminari (1.2.2)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.2.2)
      kaminari-activerecord (= 1.2.2)
      kaminari-core (= 1.2.2)
    kaminari-actionview (1.2.2)
      actionview
      kaminari-core (= 1.2.2)
    kaminari-activerecord (1.2.2)
      activerecord
      kaminari-core (= 1.2.2)
    kaminari-core (1.2.2)
    listen (3.9.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    lograge (0.12.0)
      actionpack (>= 4)
      activesupport (>= 4)
      railties (>= 4)
      request_store (~> 1.0)
    loofah (2.18.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    marcel (1.0.2)
    maremma (4.9.8)
      activesupport (>= 4.2.5)
      addressable (>= 2.3.6)
      builder (~> 3.2, >= 3.2.2)
      excon (~> 0.71.0)
      faraday (~> 0.17.3)
      faraday-encoding (~> 0.0.4)
      faraday_middleware (~> 0.14.0)
      nokogiri (>= 1.11.2, < 1.14.0)
      oj (>= 2.8.3)
      oj_mimic_json (~> 1.0, >= 1.0.1)
    matrix (0.4.2)
    method_source (1.0.0)
    mini_mime (1.1.2)
    mini_portile2 (2.8.0)
    minitest (5.16.3)
    msgpack (1.5.4)
    multi_json (1.15.0)
    multipart-post (2.2.3)
    nio4r (2.5.8)
    nokogiri (1.13.8)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    oj (3.13.20)
    oj_mimic_json (1.0.1)
    parallel (1.22.1)
    parser (3.1.2.1)
      ast (~> 2.4.1)
    promise.rb (0.7.4)
    public_suffix (4.0.7)
    racc (1.6.0)
    rack (2.2.4)
    rack-cors (1.1.1)
      rack (>= 2.0.0)
    rack-test (2.0.2)
      rack (>= 1.3)
    rails (6.1.6.1)
      actioncable (= 6.1.6.1)
      actionmailbox (= 6.1.6.1)
      actionmailer (= 6.1.6.1)
      actionpack (= 6.1.6.1)
      actiontext (= 6.1.6.1)
      actionview (= 6.1.6.1)
      activejob (= 6.1.6.1)
      activemodel (= 6.1.6.1)
      activerecord (= 6.1.6.1)
      activestorage (= 6.1.6.1)
      activesupport (= 6.1.6.1)
      bundler (>= 1.15.0)
      railties (= 6.1.6.1)
      sprockets-rails (>= 2.0.0)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.4.3)
      loofah (~> 2.3)
    railties (6.1.6.1)
      actionpack (= 6.1.6.1)
      activesupport (= 6.1.6.1)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
    rainbow (3.1.1)
    rake (13.0.6)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rchardet (1.8.0)
    regexp_parser (2.5.0)
    request_store (1.5.1)
      rack (>= 1.4)
    rexml (3.2.5)
    rspec-core (3.9.3)
      rspec-support (~> 3.9.3)
    rspec-expectations (3.9.4)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-rails (3.9.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.4)
    rubocop (1.35.0)
      json (~> 2.3)
      parallel (~> 1.10)
      parser (>= 3.1.2.1)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.20.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.21.0)
      parser (>= 3.1.1.0)
    rubocop-performance (1.3.0)
      rubocop (>= 0.68.0)
    ruby-progressbar (1.11.0)
    sentry-raven (2.13.0)
      faraday (>= 0.7.6, < 1.0)
    shoulda-matchers (3.1.3)
      activesupport (>= 4.0.0)
    simplecov (0.13.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    spring (4.2.1)
    spring-commands-rspec (1.0.4)
      spring (>= 0.9.1)
    spring-watcher-listen (2.1.0)
      listen (>= 2.7, < 4.0)
      spring (>= 4)
    sprockets (4.1.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.4.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    thor (1.2.1)
    thread_safe (0.3.6)
    tzinfo (2.0.5)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.2.0)
    vcr (6.2.0)
    virtus (2.0.0)
      axiom-types (~> 0.1)
      coercible (~> 1.0)
      descendants_tracker (~> 0.0, >= 0.0.3)
    webmock (3.18.1)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    websocket-driver (0.7.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    xpath (3.2.0)
      nokogiri (~> 1.8)
    zeitwerk (2.6.0)

PLATFORMS
  ruby

DEPENDENCIES
  active_model_serializers (~> 0.10.0)
  apollo-federation (~> 1.0)
  batch-loader (~> 1.4, >= 1.4.1)
  better_errors
  binding_of_caller
  bootsnap (>= 1.1.0)
  byebug
  capybara
  codeclimate-test-reporter (~> 1.0.0)
  dalli (~> 2.7.6)
  dotenv
  elasticsearch (~> 1.1, >= 1.1.3)
  elasticsearch-extensions
  elasticsearch-model (~> 0.1.9)
  elasticsearch-persistence (~> 0.1.9)
  elasticsearch-rails (~> 0.1.9)
  git (~> 1.5)
  google-protobuf (~> 3.0)
  graphql (~> 1.9, >= 1.9.4)
  graphql-batch (~> 0.4.0)
  graphql-cache (~> 0.6.0)!
  graphql-errors (~> 0.3.0)
  jsonapi-serializer (~> 2.2)
  kaminari (~> 1.2)
  listen (~> 3.9)
  lograge (~> 0.5)
  maremma (>= 4.1)
  rack-cors (~> 1.0)
  rails (~> 6.1.6)
  rspec-rails (~> 3.8, >= 3.8.2)
  rubocop (~> 1.3)
  rubocop-performance (~> 1.2)
  sentry-raven (~> 2.9)
  shoulda-matchers (~> 3.1)
  simplecov
  spring (~> 4.1, >= 4.1.3)
  spring-commands-rspec
  spring-watcher-listen (~> 2.1)
  vcr (~> 6.1)
  webmock (~> 3.1)

BUNDLED WITH
   2.5.6