Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    actionpack (6.1.7.7)
      actionview (= 6.1.7.7)
      activesupport (= 6.1.7.7)
      rack (~> 2.0, >= 2.0.9)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actionview (6.1.7.7)
      activesupport (= 6.1.7.7)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    active_model_serializers (0.10.14)
      actionpack (>= 4.1)
      activemodel (>= 4.1)
      case_transform (>= 0.2)
      jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
    activemodel (6.1.7.7)
      activesupport (= 6.1.7.7)
    activerecord (6.1.7.7)
      activemodel (= 6.1.7.7)
      activesupport (= 6.1.7.7)
    activesupport (6.1.7.7)
      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)
    ast (2.4.2)
    awesome_print (1.9.2)
    base32 (0.3.4)
    base64 (0.2.0)
    bigdecimal (3.1.6)
    builder (3.2.4)
    byebug (11.1.3)
    bzip2-ffi (1.1.1)
      ffi (~> 1.0)
    case_transform (0.2)
      activesupport
    coderay (1.1.3)
    concurrent-ruby (1.2.3)
    config (3.0.0)
      deep_merge (~> 1.2, >= 1.2.1)
      dry-validation (~> 1.0, >= 1.0.0)
    coveralls (0.8.23)
      json (>= 1.8, < 3)
      simplecov (~> 0.16.1)
      term-ansicolor (~> 1.3)
      thor (>= 0.19.4, < 2.0)
      tins (~> 1.6)
    crack (1.0.0)
      bigdecimal
      rexml
    crass (1.0.6)
    deep_merge (1.2.1)
    diff-lcs (1.5.0)
    docile (1.3.2)
    dry-configurable (0.12.1)
      concurrent-ruby (~> 1.0)
      dry-core (~> 0.5, >= 0.5.0)
    dry-container (0.7.2)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
    dry-core (0.5.0)
      concurrent-ruby (~> 1.0)
    dry-equalizer (0.3.0)
    dry-inflector (0.2.0)
    dry-initializer (3.0.4)
    dry-logic (1.1.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 0.5, >= 0.5)
    dry-schema (1.6.1)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.8, >= 0.8.3)
      dry-core (~> 0.5, >= 0.5)
      dry-initializer (~> 3.0)
      dry-logic (~> 1.0)
      dry-types (~> 1.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)
    dry-validation (1.6.0)
      concurrent-ruby (~> 1.0)
      dry-container (~> 0.7, >= 0.7.1)
      dry-core (~> 0.4)
      dry-equalizer (~> 0.2)
      dry-initializer (~> 3.0)
      dry-schema (~> 1.5, >= 1.5.2)
    erubi (1.12.0)
    ethon (0.16.0)
      ffi (>= 1.15.0)
    factory_bot (6.2.0)
      activesupport (>= 5.0.0)
    factory_bot_rails (6.2.0)
      factory_bot (~> 6.2.0)
      railties (>= 5.0.0)
    fakefs (1.8.0)
    fast_gettext (2.3.0)
    ffaker (2.21.0)
    ffi (1.16.3)
    formatador (0.2.5)
    forwardable (1.3.3)
    fuubar (2.5.1)
      rspec-core (~> 3.0)
      ruby-progressbar (~> 1.4)
    gettext (3.4.9)
      erubi
      locale (>= 2.0.5)
      prime
      racc
      text (>= 1.3.0)
    gettext_i18n_rails (1.12.0)
      fast_gettext (>= 0.9.0)
    gettext_test_log (0.2.1)
    guard (2.16.2)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      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.1.0)
    hpricot (0.8.6)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    json (2.3.1)
    jsonapi-renderer (0.2.2)
    jwt (2.8.1)
      base64
    listen (3.6.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    locale (2.1.3)
    loofah (2.22.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    lumberjack (1.2.8)
    memory_profiler (1.0.1)
    method_source (1.0.0)
    mini_portile2 (2.6.1)
    minitest (5.15.0)
    mixlib-shellout (2.4.4)
    mustache (1.1.1)
    mysql2 (0.5.6)
    nenv (0.3.0)
    nio4r (2.7.0)
    nokogiri (1.12.5)
      mini_portile2 (~> 2.6.1)
      racc (~> 1.4)
    notiffany (0.1.3)
      nenv (~> 0.1)
      shellany (~> 0.0)
    parallel (1.22.1)
    parser (3.1.2.1)
      ast (~> 2.4.1)
    prime (0.1.2)
      forwardable
      singleton
    pry (0.14.0)
      coderay (~> 1.1)
      method_source (~> 1.0)
    public_suffix (4.0.7)
    puma (5.6.8)
      nio4r (~> 2.0)
    racc (1.7.3)
    rack (2.2.8.1)
    rack-test (2.1.0)
      rack (>= 1.3)
    rails-dom-testing (2.2.0)
      activesupport (>= 5.0.0)
      minitest
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.5.0)
      loofah (~> 2.19, >= 2.19.1)
    railties (6.1.7.7)
      actionpack (= 6.1.7.7)
      activesupport (= 6.1.7.7)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
    rainbow (3.1.1)
    rake (13.1.0)
    rb-fsevent (0.11.0)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rdiscount (2.2.0.2)
    regexp_parser (2.6.0)
    repomd_parser (1.1.0)
      bzip2-ffi (~> 1.1.1)
      nokogiri (~> 1.8)
      zstd-ruby (~> 1.3, >= 1.3.5.0)
    responders (3.1.1)
      actionpack (>= 5.2)
      railties (>= 5.2)
    rexml (3.2.6)
    ronn (0.7.3)
      hpricot (>= 0.8.2)
      mustache (>= 0.7.0)
      rdiscount (>= 1.5.8)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-command (1.0.3)
      mixlib-shellout (~> 2.0)
      rspec (~> 3.2)
      rspec-its (~> 1.2)
    rspec-core (3.10.2)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-its (1.3.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.10.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-rails (5.1.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      railties (>= 5.2)
      rspec-core (~> 3.10)
      rspec-expectations (~> 3.10)
      rspec-mocks (~> 3.10)
      rspec-support (~> 3.10)
    rspec-support (3.10.3)
    rubocop (1.25.0)
      parallel (~> 1.10)
      parser (>= 3.1.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.15.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.17.0)
      parser (>= 3.1.1.0)
    rubocop-performance (1.11.5)
      rubocop (>= 1.7.0, < 2.0)
      rubocop-ast (>= 0.4.0)
    rubocop-rails (2.12.3)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 1.7.0, < 2.0)
    rubocop-rake (0.6.0)
      rubocop (~> 1.0)
    rubocop-rspec (2.5.0)
      rubocop (~> 1.19)
    rubocop-thread_safety (0.4.4)
      rubocop (>= 0.53.0)
    ruby-progressbar (1.11.0)
    ruby_parser (3.19.2)
      sexp_processor (~> 4.16)
    scc-codestyle (0.5.0)
      rubocop (~> 1.22)
      rubocop-performance (~> 1.11)
      rubocop-rails (~> 2.12)
      rubocop-rake (~> 0.6)
      rubocop-rspec (~> 2.5)
      rubocop-thread_safety (~> 0.4)
    sexp_processor (4.16.1)
    shellany (0.0.1)
    shoulda-matchers (4.4.1)
      activesupport (>= 4.2.0)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    singleton (0.1.1)
    spring (2.1.1)
    spring-commands-rspec (1.0.4)
      spring (>= 0.9.1)
    spring-watcher-listen (2.0.1)
      listen (>= 2.7, < 4.0)
      spring (>= 1.2, < 3.0)
    sqlite3 (1.4.4)
    strong_migrations (0.7.9)
      activerecord (>= 5)
    sync (0.5.0)
    term-ansicolor (1.7.1)
      tins (~> 1.0)
    terminal-table (3.0.2)
      unicode-display_width (>= 1.1.1, < 3)
    text (1.3.1)
    thor (1.2.2)
    timecop (0.9.8)
    tins (1.26.0)
      sync
    typhoeus (1.4.1)
      ethon (>= 0.9.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.3.0)
    vcr (6.0.0)
    versionist (2.0.1)
      activesupport (>= 3)
      railties (>= 3)
      yard (~> 0.9.20)
    webmock (3.23.0)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    yard (0.9.35)
    zeitwerk (2.6.13)
    zstd-ruby (1.5.6.1)

PLATFORMS
  ruby

DEPENDENCIES
  actionpack (~> 6.1.7)
  actionview (~> 6.1.7)
  active_model_serializers
  activemodel (~> 6.1.7)
  activerecord (~> 6.1.7)
  activesupport (~> 6.1.7)
  awesome_print
  base32
  byebug
  config (~> 3.0, >= 2.2.1)
  coveralls (~> 0.8.21)
  factory_bot_rails (~> 6.2.0)
  fakefs (~> 1.4)
  fast_gettext (~> 2.2)
  ffaker (<= 2.21.0)
  fuubar
  gettext
  gettext_i18n_rails
  gettext_test_log
  guard-rspec
  jwt (~> 2.1)
  listen (>= 3.0.5, <= 3.6.0)
  memory_profiler
  minitest (~> 5.15.0)
  mysql2 (~> 0.5.3)
  nokogiri (< 1.13)
  public_suffix (< 5)
  puma (~> 5.6.2)
  railties (~> 6.1.7)
  repomd_parser (~> 1.1.0)
  responders (~> 3.1.1)
  ronn
  rspec-command (= 1.0.3)
  rspec-its
  rspec-rails (~> 5.0)
  rubocop (<= 1.25)
  rubocop-ast (<= 1.17.0)
  ruby_parser (< 3.20)
  scc-codestyle (<= 0.5.0)
  shoulda-matchers
  simplecov
  spring
  spring-commands-rspec
  spring-watcher-listen (~> 2.0.0)
  sqlite3
  strong_migrations
  terminal-table (~> 3.0)
  thor (<= 1.2.2)
  timecop
  typhoeus
  vcr (~> 6.0)
  versionist
  webmock

BUNDLED WITH
   1.17.3