hummingbird-me/kitsu-server

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/GetStream/stream-rails.git
  revision: 6e9a74d08516e3cc820c8dc866de659193bd56bc
  branch: feature/subreference-enrichment
  specs:
    stream_rails (2.5.1)
      actionpack (>= 3.0.0)
      activerecord (>= 3.0.0)
      railties (>= 3.0.0)
      stream-ruby (~> 2.4)

GIT
  remote: https://github.com/hummingbird-me/pundit-resources.git
  revision: a93c8708a697591bbbf9cac2a5d7a6695d769e61
  specs:
    pundit-resources (1.1.1)
      activesupport
      jsonapi-resources
      pundit
      rails (>= 4.2.1)

GIT
  remote: https://github.com/ice-cube-ruby/ice_cube.git
  revision: 10ae8dc1c64ea23c9461f2b046cf7ee4513050b9
  specs:
    ice_cube (0.16.4)

GIT
  remote: https://github.com/stripe-ruby-mock/stripe-ruby-mock.git
  revision: 3c7a5db6a5dde3203d387dde0255611e508022f0
  specs:
    stripe-ruby-mock (3.1.0.rc3)
      dante (>= 0.2.0)
      multi_json (~> 1.0)
      stripe (> 5, < 6)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (6.1.7.6)
      actionpack (= 6.1.7.6)
      activesupport (= 6.1.7.6)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailbox (6.1.7.6)
      actionpack (= 6.1.7.6)
      activejob (= 6.1.7.6)
      activerecord (= 6.1.7.6)
      activestorage (= 6.1.7.6)
      activesupport (= 6.1.7.6)
      mail (>= 2.7.1)
    actionmailer (6.1.7.6)
      actionpack (= 6.1.7.6)
      actionview (= 6.1.7.6)
      activejob (= 6.1.7.6)
      activesupport (= 6.1.7.6)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (6.1.7.6)
      actionview (= 6.1.7.6)
      activesupport (= 6.1.7.6)
      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.7.6)
      actionpack (= 6.1.7.6)
      activerecord (= 6.1.7.6)
      activestorage (= 6.1.7.6)
      activesupport (= 6.1.7.6)
      nokogiri (>= 1.8.5)
    actionview (6.1.7.6)
      activesupport (= 6.1.7.6)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    active_flag (1.6.0)
      activerecord (>= 5)
    activejob (6.1.7.6)
      activesupport (= 6.1.7.6)
      globalid (>= 0.3.6)
    activemodel (6.1.7.6)
      activesupport (= 6.1.7.6)
    activemodel-serializers-xml (1.0.2)
      activemodel (> 5.x)
      activesupport (> 5.x)
      builder (~> 3.1)
    activerecord (6.1.7.6)
      activemodel (= 6.1.7.6)
      activesupport (= 6.1.7.6)
    activerecord-import (1.4.1)
      activerecord (>= 4.2)
    activestorage (6.1.7.6)
      actionpack (= 6.1.7.6)
      activejob (= 6.1.7.6)
      activerecord (= 6.1.7.6)
      activesupport (= 6.1.7.6)
      marcel (~> 1.0)
      mini_mime (>= 1.1.0)
    activesupport (6.1.7.6)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    addressable (2.8.6)
      public_suffix (>= 2.0.2, < 6.0)
    after_commit_action (1.1.0)
      activerecord (>= 3.0.0)
      activesupport (>= 3.0.0)
    algoliasearch (1.27.5)
      httpclient (~> 2.8, >= 2.8.3)
      json (>= 1.5.1)
    algoliasearch-rails (1.25.0)
      algoliasearch (>= 1.26.0, < 2.0.0)
      json (>= 1.5.1)
    ancestry (4.3.3)
      activerecord (>= 5.2.6)
    apollo_upload_server (2.1.5)
      actionpack (>= 6.1.6)
      graphql (>= 1.8)
    ast (2.4.2)
    attr_encrypted (4.0.0)
      encryptor (~> 3.0.0)
    aws-eventstream (1.3.0)
    aws-partitions (1.868.0)
    aws-sdk-core (3.190.0)
      aws-eventstream (~> 1, >= 1.3.0)
      aws-partitions (~> 1, >= 1.651.0)
      aws-sigv4 (~> 1.8)
      jmespath (~> 1, >= 1.6.1)
    aws-sdk-kms (1.75.0)
      aws-sdk-core (~> 3, >= 3.188.0)
      aws-sigv4 (~> 1.1)
    aws-sdk-s3 (1.141.0)
      aws-sdk-core (~> 3, >= 3.189.0)
      aws-sdk-kms (~> 1)
      aws-sigv4 (~> 1.8)
    aws-sigv4 (1.8.0)
      aws-eventstream (~> 1, >= 1.0.2)
    base64 (0.2.0)
    bcrypt (3.1.20)
    benchmark-ips (2.13.0)
    bigdecimal (3.1.7)
    blurhash (0.1.7)
    bootsnap (1.16.0)
      msgpack (~> 1.2)
    bson (4.15.0)
    builder (3.2.4)
    byebug (11.1.3)
    chewy (0.9.0)
      activesupport (>= 3.2)
      elasticsearch (>= 1.0.0)
    coderay (1.1.3)
    concurrent-ruby (1.2.3)
    connection_pool (2.4.1)
    content_disposition (1.0.0)
    counter_culture (1.11.0)
      activerecord (>= 3.0.0)
      activesupport (>= 3.0.0)
      after_commit_action (~> 1.0)
    crack (0.4.5)
      rexml
    crass (1.0.6)
    css_parser (1.17.1)
      addressable
    dante (0.2.0)
    database_cleaner (2.0.2)
      database_cleaner-active_record (>= 2, < 3)
    database_cleaner-active_record (2.1.0)
      activerecord (>= 5.a)
      database_cleaner-core (~> 2.0.0)
    database_cleaner-core (2.0.1)
    date (3.3.3)
    dead_end (4.0.0)
    declarative (0.0.20)
    declarative-option (0.1.0)
    derailed_benchmarks (2.1.2)
      benchmark-ips (~> 2)
      dead_end
      get_process_mem (~> 0)
      heapy (~> 0)
      memory_profiler (>= 0, < 2)
      mini_histogram (>= 0.3.0)
      rack (>= 1)
      rack-test
      rake (> 10, < 14)
      ruby-statistics (>= 2.1)
      thor (>= 0.19, < 2)
    diff-lcs (1.5.0)
    docile (1.4.0)
    domain_name (0.5.20190701)
      unf (>= 0.0.5, < 1.0.0)
    doorkeeper (5.6.6)
      railties (>= 5)
    doorkeeper-grants_assertion (0.3.1)
      doorkeeper (>= 4.0)
      railties (>= 5.0)
    dotenv (3.1.1)
    dotenv-rails (3.1.1)
      dotenv (= 3.1.1)
      railties (>= 6.1)
    down (5.4.1)
      addressable (~> 2.8)
    elasticsearch (5.0.4)
      elasticsearch-api (= 5.0.4)
      elasticsearch-transport (= 5.0.4)
    elasticsearch-api (5.0.4)
      multi_json
    elasticsearch-transport (5.0.4)
      faraday
      multi_json
    encryptor (3.0.0)
    erubi (1.12.0)
    et-orbi (1.2.11)
      tzinfo
    ethon (0.16.0)
      ffi (>= 1.15.0)
    exifr (1.4.0)
    factory_bot (6.2.1)
      activesupport (>= 5.0.0)
    factory_bot_rails (6.2.0)
      factory_bot (~> 6.2.0)
      railties (>= 5.0.0)
    faker (3.1.1)
      i18n (>= 1.8.11, < 2)
    faraday (0.17.6)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.14.0)
      faraday (>= 0.7.4, < 1.0)
    fast_blank (1.0.1)
    fastimage (2.3.1)
    ffi (1.15.5)
    ffi-compiler (1.0.1)
      ffi (>= 1.0.0)
      rake
    flipper (0.28.0)
      concurrent-ruby (< 2)
    flipper-redis (0.28.0)
      flipper (~> 0.28.0)
      redis (>= 3.0, < 6)
    flipper-ui (0.28.0)
      erubi (>= 1.0.0, < 2.0.0)
      flipper (~> 0.28.0)
      rack (>= 1.4, < 3)
      rack-protection (>= 1.5.3, <= 4.0.0)
      sanitize (< 7)
    formatador (0.3.0)
    friendly_id (5.5.1)
      activerecord (>= 4.0.0)
    fspath (3.1.2)
    fugit (1.10.1)
      et-orbi (~> 1, >= 1.2.7)
      raabro (~> 1.4)
    fx (0.8.0)
      activerecord (>= 6.0.0)
      railties (>= 6.0.0)
    gems (1.2.0)
    get_process_mem (0.2.7)
      ffi (~> 1.0)
    globalid (1.2.1)
      activesupport (>= 6.1)
    google-api-client (0.53.0)
      google-apis-core (~> 0.1)
      google-apis-generator (~> 0.1)
    google-apis-core (0.2.1)
      addressable (~> 2.5, >= 2.5.1)
      googleauth (~> 0.14)
      httpclient (>= 2.8.1, < 3.0)
      mini_mime (~> 1.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.0)
      rexml
      signet (~> 0.14)
      webrick
    google-apis-discovery_v1 (0.1.0)
      google-apis-core (~> 0.1)
    google-apis-generator (0.1.2)
      activesupport (>= 5.0)
      gems (~> 1.2)
      google-apis-core (~> 0.1)
      google-apis-discovery_v1 (~> 0.0)
      thor (>= 0.20, < 2.a)
    google-protobuf (4.26.1)
      rake (>= 13)
    googleauth (0.15.1)
      faraday (>= 0.17.3, < 2.0)
      jwt (>= 1.4, < 3.0)
      memoist (~> 0.16)
      multi_json (~> 1.11)
      os (>= 0.9, < 2.0)
      signet (~> 0.14)
    graphql (2.3.0)
      base64
    graphql-batch (0.6.0)
      graphql (>= 1.12.18, < 3)
      promise.rb (~> 0.7.2)
    graphql-client (0.22.0)
      activesupport (>= 3.0)
      graphql (>= 1.13.0)
    graphql-fancy_loader (0.1.5)
      activesupport (>= 5.0, < 8.0)
      graphql (>= 1.3, < 3)
      graphql-batch (>= 0.4.3, < 1)
    graphql-metrics (5.0.8)
      concurrent-ruby (>= 1.1.0)
      graphql (>= 1.12.10)
    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)
    hashdiff (1.0.1)
    hashie (5.0.0)
    health_bit (0.2.0)
      rack
    heapy (0.2.0)
      thor
    hiredis (0.6.3)
    html-pipeline (2.14.3)
      activesupport (>= 2)
      nokogiri (>= 1.4)
    http (5.1.1)
      addressable (~> 2.8)
      http-cookie (~> 1.0)
      http-form_data (~> 2.2)
      llhttp-ffi (~> 0.4.0)
    http-cookie (1.0.5)
      domain_name (~> 0.5)
    http-form_data (2.3.0)
    http_signatures (0.2.2)
    httpclient (2.8.3)
    i18n (1.8.11)
      concurrent-ruby (~> 1.0)
    image_optim (0.31.3)
      exifr (~> 1.2, >= 1.2.2)
      fspath (~> 3.0)
      image_size (>= 1.5, < 4)
      in_threads (~> 1.3)
      progress (~> 3.0, >= 3.0.1)
    image_optim_pack (0.10.1.20240317)
      fspath (>= 2.1, < 4)
      image_optim (~> 0.19)
    image_processing (1.12.2)
      mini_magick (>= 4.9.5, < 5)
      ruby-vips (>= 2.0.17, < 3)
    image_size (3.4.0)
    in_threads (1.6.0)
    iso-639 (0.3.6)
    iso_country_codes (0.7.8)
    jmespath (1.6.2)
    json (2.7.2)
    json_expressions (0.9.0)
    jsonapi-resources (0.9.12)
      activerecord (>= 4.1)
      concurrent-ruby
      railties (>= 4.1)
    jwt (2.7.1)
    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)
    kramdown (2.4.0)
      rexml
    kramdown-parser-gfm (1.1.0)
      kramdown (~> 2.0)
    language_server-protocol (3.17.0.3)
    listen (3.7.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    llhttp-ffi (0.4.0)
      ffi-compiler (~> 1.0)
      rake (~> 13.0)
    lograge (0.14.0)
      actionpack (>= 4)
      activesupport (>= 4)
      railties (>= 4)
      request_store (~> 1.0)
    loofah (2.22.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    lumberjack (1.2.8)
    mail (2.8.1)
      mini_mime (>= 0.1.1)
      net-imap
      net-pop
      net-smtp
    marcel (1.0.2)
    marginalia (1.11.1)
      actionpack (>= 5.2)
      activerecord (>= 5.2)
    mechanize (2.9.1)
      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)
    memoist (0.16.2)
    memory_profiler (1.0.1)
    method_source (1.1.0)
    mime-types (3.4.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2023.0218.1)
    mini_histogram (0.3.1)
    mini_magick (4.12.0)
    mini_mime (1.1.5)
    mini_portile2 (2.8.6)
    minitest (5.22.3)
    mongo (2.19.0)
      bson (>= 4.14.1, < 5.0.0)
    msgpack (1.6.0)
    multi_json (1.15.0)
    multi_xml (0.6.0)
    multipart-post (2.3.0)
    mustermann (3.0.0)
      ruby2_keywords (~> 0.0.1)
    nenv (0.3.0)
    nested_form (0.3.2)
    net-http-digest_auth (1.4.1)
    net-http-persistent (4.0.2)
      connection_pool (~> 2.2)
    net-imap (0.3.7)
      date
      net-protocol
    net-pop (0.1.2)
      net-protocol
    net-protocol (0.2.1)
      timeout
    net-smtp (0.3.3)
      net-protocol
    nio4r (2.7.1)
    nokogiri (1.16.4)
      mini_portile2 (~> 2.8.2)
      racc (~> 1.4)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    oauth2 (2.0.9)
      faraday (>= 0.17.3, < 3.0)
      jwt (>= 1.0, < 3.0)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 4)
      snaky_hash (~> 2.0)
      version_gem (~> 1.1)
    oj (3.16.3)
      bigdecimal (>= 3.0)
    oj_mimic_json (1.0.1)
    one_signal (1.2.2)
    os (1.1.1)
    paint (2.3.0)
    parallel (1.23.0)
    paranoia (2.6.3)
      activerecord (>= 5.1, < 7.2)
    parser (3.3.1.0)
      ast (~> 2.4.1)
      racc
    pg (1.5.6)
    pg_query (5.1.0)
      google-protobuf (>= 3.22.3)
    pghero (3.4.1)
      activerecord (>= 6)
    postmark (1.24.0)
      json
    postmark-rails (0.22.1)
      actionmailer (>= 3.0.0)
      postmark (>= 1.21.3, < 2.0)
    preferred_locale (1.1.0)
    progress (3.6.0)
    prometheus_exporter (2.1.0)
      webrick
    promise.rb (0.7.4)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.10.1)
      byebug (~> 11.0)
      pry (>= 0.13, < 0.15)
    pry-rails (0.3.9)
      pry (>= 0.10.4)
    public_suffix (5.0.5)
    puma (6.4.2)
      nio4r (~> 2.0)
    puma_worker_killer (0.3.1)
      get_process_mem (~> 0.2)
      puma (>= 2.7)
    pundit (2.3.1)
      activesupport (>= 3.0.0)
    pundit-matchers (2.3.0)
      rspec-rails (>= 3.0.0)
    raabro (1.4.0)
    racc (1.7.3)
    rack (2.2.9)
    rack-attack (6.7.0)
      rack (>= 1.0, < 4)
    rack-cors (2.0.2)
      rack (>= 2.0.0)
    rack-protection (3.0.6)
      rack
    rack-test (2.1.0)
      rack (>= 1.3)
    rack-timeout (0.6.3)
    rails (6.1.7.6)
      actioncable (= 6.1.7.6)
      actionmailbox (= 6.1.7.6)
      actionmailer (= 6.1.7.6)
      actionpack (= 6.1.7.6)
      actiontext (= 6.1.7.6)
      actionview (= 6.1.7.6)
      activejob (= 6.1.7.6)
      activemodel (= 6.1.7.6)
      activerecord (= 6.1.7.6)
      activestorage (= 6.1.7.6)
      activesupport (= 6.1.7.6)
      bundler (>= 1.15.0)
      railties (= 6.1.7.6)
      sprockets-rails (>= 2.0.0)
    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)
    rails_admin (3.1.2)
      activemodel-serializers-xml (>= 1.0)
      kaminari (>= 0.14, < 2.0)
      nested_form (~> 0.3)
      rails (>= 6.0, < 8)
      turbo-rails (~> 1.0)
    railties (6.1.7.6)
      actionpack (= 6.1.7.6)
      activesupport (= 6.1.7.6)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
    rainbow (3.1.1)
    rake (13.2.1)
    ranked-model (0.4.8)
      activerecord (>= 4.2)
    rb-fsevent (0.11.0)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    redis (4.5.1)
    redis-client (0.22.1)
      connection_pool
    regexp_parser (2.9.0)
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
    request_store (1.6.0)
      rack (>= 1.4)
    retriable (3.1.2)
    rexml (3.2.6)
    rinku (2.0.6)
    roadie (5.2.1)
      css_parser (~> 1.4)
      nokogiri (~> 1.15)
    roadie-rails (3.1.0)
      railties (>= 5.1, < 8.0)
      roadie (~> 5.0)
    rolify (5.3.0)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.2)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.5)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-rails (6.0.3)
      actionpack (>= 6.1)
      activesupport (>= 6.1)
      railties (>= 6.1)
      rspec-core (~> 3.12)
      rspec-expectations (~> 3.12)
      rspec-mocks (~> 3.12)
      rspec-support (~> 3.12)
    rspec-sidekiq (3.1.0)
      rspec-core (~> 3.0, >= 3.0.0)
      sidekiq (>= 2.4.0)
    rspec-support (3.12.0)
    rubocop (1.59.0)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.2.2.4)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.30.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.31.3)
      parser (>= 3.3.1.0)
    rubocop-capybara (2.20.0)
      rubocop (~> 1.41)
    rubocop-factory_bot (2.25.1)
      rubocop (~> 1.41)
    rubocop-performance (1.21.0)
      rubocop (>= 1.48.1, < 2.0)
      rubocop-ast (>= 1.31.1, < 2.0)
    rubocop-rails (2.24.1)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 1.33.0, < 2.0)
      rubocop-ast (>= 1.31.1, < 2.0)
    rubocop-rspec (2.29.2)
      rubocop (~> 1.40)
      rubocop-capybara (~> 2.17)
      rubocop-factory_bot (~> 2.22)
      rubocop-rspec_rails (~> 2.28)
    rubocop-rspec_rails (2.28.3)
      rubocop (~> 1.40)
    ruby-progressbar (1.13.0)
    ruby-statistics (3.0.2)
    ruby-vips (2.1.4)
      ffi (~> 1.12)
    ruby2_keywords (0.0.5)
    rubyntlm (0.6.3)
    rufus-scheduler (3.9.1)
      fugit (~> 1.1, >= 1.1.6)
    sanitize (6.1.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    sass-rails (6.0.0)
      sassc-rails (~> 2.1, >= 2.1.1)
    sassc (2.4.0)
      ffi (~> 1.9)
    sassc-rails (2.1.2)
      railties (>= 4.0.0)
      sassc (>= 2.0)
      sprockets (> 3.0)
      sprockets-rails
      tilt
    scenic (1.7.0)
      activerecord (>= 4.0.0)
      railties (>= 4.0.0)
    sentry-rails (5.15.0)
      railties (>= 5.0)
      sentry-ruby (~> 5.15.0)
    sentry-ruby (5.15.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
    sentry-sidekiq (5.15.2)
      sentry-ruby (~> 5.15.2)
      sidekiq (>= 3.0)
    shellany (0.0.1)
    shoulda-matchers (5.3.0)
      activesupport (>= 5.2.0)
    shrine (3.5.0)
      content_disposition (~> 1.0)
      down (~> 5.1)
    shrine-blurhash (0.1.0)
      blurhash (~> 0.1.4)
      shrine (~> 3.0)
    sidekiq (7.2.2)
      concurrent-ruby (< 2)
      connection_pool (>= 2.3.0)
      rack (>= 2.2.4)
      redis-client (>= 0.19.0)
    sidekiq-debounce (1.1.0)
      sidekiq (>= 2.17)
    sidekiq-scheduler (5.0.3)
      rufus-scheduler (~> 3.2)
      sidekiq (>= 6, < 8)
      tilt (>= 1.4.0)
    signet (0.14.1)
      addressable (~> 2.3)
      faraday (>= 0.17.3, < 2.0)
      jwt (>= 1.5, < 3.0)
      multi_json (~> 1.10)
    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)
    sinatra (3.0.6)
      mustermann (~> 3.0)
      rack (~> 2.2, >= 2.2.4)
      rack-protection (= 3.0.6)
      tilt (~> 2.0)
    sitemap_generator (6.3.0)
      builder (~> 3.0)
    snaky_hash (2.0.1)
      hashie
      version_gem (~> 1.1, >= 1.1.1)
    spring (4.2.0)
    sprockets (4.2.1)
      concurrent-ruby (~> 1.0)
      rack (>= 2.2.4, < 4)
    sprockets-rails (3.4.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    stackprof (0.2.26)
    strait (1.2.0)
      connection_pool (>= 2.0, < 3.0)
      redis (~> 4.0, >= 3.0)
    stream-ruby (2.10.0)
      faraday (>= 0.10.0, < 1.0)
      http_signatures (~> 0)
      jwt (~> 2.1, >= 2.1.0)
    stripe (5.55.0)
    thor (1.3.1)
    tilt (2.3.0)
    timecop (0.9.8)
    timeout (0.4.0)
    turbo-rails (1.4.0)
      actionpack (>= 6.0.0)
      activejob (>= 6.0.0)
      railties (>= 6.0.0)
    typesense (0.15.0)
      oj (~> 3.11)
      typhoeus (~> 1.4)
    typesensual (0.5.1)
      activesupport (>= 6.1.5)
      paint (>= 2.0.0)
      typesense (>= 0.13.0)
    typhoeus (1.4.0)
      ethon (>= 0.9.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    uber (0.1.0)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.8.2)
    unicode-display_width (2.5.0)
    version_gem (1.1.3)
    webmock (3.18.1)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    webrick (1.8.1)
    webrobots (0.1.2)
    websocket-driver (0.7.6)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    zeitwerk (2.6.13)

PLATFORMS
  ruby

DEPENDENCIES
  active_flag
  activerecord-import
  addressable
  algoliasearch-rails
  ancestry
  apollo_upload_server
  attr_encrypted
  aws-sdk-s3 (~> 1)
  bcrypt
  benchmark-ips
  blurhash
  bootsnap
  chewy
  connection_pool
  counter_culture
  database_cleaner
  dead_end
  derailed_benchmarks
  doorkeeper
  doorkeeper-grants_assertion
  dotenv-rails
  factory_bot_rails
  faker
  faraday
  faraday_middleware
  fast_blank
  fastimage
  flipper
  flipper-redis
  flipper-ui
  friendly_id
  fx
  google-api-client
  graphql
  graphql-batch
  graphql-client
  graphql-fancy_loader
  graphql-metrics
  guard
  guard-rspec
  health_bit
  hiredis
  html-pipeline
  http
  i18n (= 1.8.11)
  ice_cube!
  image_optim
  image_optim_pack
  image_processing
  iso-639
  iso_country_codes
  json_expressions
  jsonapi-resources (= 0.9.12)
  jwt
  kramdown
  kramdown-parser-gfm
  lograge
  marcel
  marginalia
  mechanize
  mini_magick
  mongo
  nokogiri
  oauth2
  oj
  oj_mimic_json
  one_signal
  parallel
  paranoia (~> 2.4)
  pg
  pg_query
  pghero
  postmark-rails
  preferred_locale
  prometheus_exporter
  pry-byebug
  pry-rails
  puma
  puma_worker_killer
  pundit
  pundit-matchers
  pundit-resources!
  rack-attack
  rack-cors
  rack-timeout
  rails (= 6.1.7.6)
  rails_admin
  ranked-model
  redis (> 3.3.0)
  retriable
  rinku
  roadie-rails
  rolify
  rspec-rails
  rspec-sidekiq
  rubocop
  rubocop-performance
  rubocop-rails
  rubocop-rspec
  ruby-progressbar
  sanitize
  sass-rails
  sassc-rails
  scenic
  sentry-rails
  sentry-ruby
  sentry-sidekiq
  shoulda-matchers
  shrine
  shrine-blurhash
  sidekiq (~> 7)
  sidekiq-debounce
  sidekiq-scheduler
  simplecov
  sinatra
  sitemap_generator
  spring
  stackprof
  strait
  stream-ruby (~> 2.10.0)
  stream_rails!
  stripe
  stripe-ruby-mock!
  timecop
  typesensual
  webmock

BUNDLED WITH
   2.3.13