alecdotninja/active_record_distinct_on

View on GitHub
gemfiles/7.1.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    active_record_distinct_on (1.6.0)
      activerecord (>= 6.1, < 7.2)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (7.1.0)
      activesupport (= 7.1.0)
    activerecord (7.1.0)
      activemodel (= 7.1.0)
      activesupport (= 7.1.0)
      timeout (>= 0.4.0)
    activesupport (7.1.0)
      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)
    appraisal (2.5.0)
      bundler
      rake
      thor (>= 0.14.0)
    base64 (0.1.1)
    bigdecimal (3.1.4)
    coderay (1.1.3)
    concurrent-ruby (1.2.2)
    connection_pool (2.4.1)
    diff-lcs (1.5.0)
    docile (1.4.0)
    drb (2.1.1)
      ruby2_keywords
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    method_source (1.0.0)
    minitest (5.20.0)
    mutex_m (0.1.2)
    pg (1.5.4)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    rake (13.0.6)
    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.6)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.1)
    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)
    sqlite3 (1.6.6-x86_64-linux)
    thor (1.2.2)
    timeout (0.4.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  active_record_distinct_on!
  activerecord (~> 7.1)
  appraisal
  bundler
  pg
  pry
  rake (>= 12.3.3)
  rspec
  simplecov
  sqlite3

BUNDLED WITH
   2.4.5