zilverline/sequent

View on GitHub
gemfiles/ar_7_1.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    sequent (7.1.2)
      activemodel (>= 6.0)
      activerecord (>= 6.0)
      bcrypt (~> 3.1)
      csv (~> 3.3)
      i18n
      logger (~> 1.6)
      oj (~> 3.3)
      parallel (~> 1.20)
      parser (>= 2.6.5, < 3.4)
      pg (~> 1.2)
      postgresql_cursor (~> 0.6)
      thread_safe (~> 0.3.6)
      tzinfo (>= 1.1)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (7.1.1)
      activesupport (= 7.1.1)
    activerecord (7.1.1)
      activemodel (= 7.1.1)
      activesupport (= 7.1.1)
      timeout (>= 0.4.0)
    activesupport (7.1.1)
      base64
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.0.2)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      mutex_m
      tzinfo (~> 2.0)
    ast (2.4.2)
    base64 (0.2.0)
    bcrypt (3.1.20)
    bigdecimal (3.1.4)
    coderay (1.1.3)
    concurrent-ruby (1.2.2)
    connection_pool (2.4.1)
    csv (3.3.0)
    diff-lcs (1.5.0)
    docile (1.4.0)
    drb (2.2.0)
      ruby2_keywords
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    json (2.6.3)
    language_server-protocol (3.17.0.3)
    logger (1.6.1)
    method_source (1.0.0)
    minitest (5.20.0)
    mutex_m (0.2.0)
    oj (3.16.6)
      bigdecimal (>= 3.0)
      ostruct (>= 0.2)
    ostruct (0.6.0)
    parallel (1.23.0)
    parser (3.2.2.4)
      ast (~> 2.4.1)
      racc
    pg (1.5.8)
    postgresql_cursor (0.6.9)
      activerecord (>= 6.0)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    racc (1.7.3)
    rainbow (3.1.1)
    rake (13.1.0)
    regexp_parser (2.8.2)
    rexml (3.2.6)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-collection_matchers (1.2.1)
      rspec-expectations (>= 2.99.0.beta1)
    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.6)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.1)
    rubocop (1.57.2)
      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.28.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.30.0)
      parser (>= 3.2.1.0)
    ruby-progressbar (1.13.0)
    ruby2_keywords (0.0.5)
    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)
    thread_safe (0.3.6)
    timecop (0.9.8)
    timeout (0.4.1)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.5.0)

PLATFORMS
  arm64-darwin-22
  arm64-darwin-23
  x86_64-linux

DEPENDENCIES
  activemodel (= 7.1.1)
  activerecord (= 7.1.1)
  pry (~> 0.13)
  rake (~> 13)
  rspec (~> 3.10)
  rspec-collection_matchers (~> 1.2)
  rspec-mocks (~> 3.10)
  rubocop (~> 1.56, >= 1.56.3)
  sequent!
  simplecov (~> 0.21)
  timecop (~> 0.9)

BUNDLED WITH
   2.3.24