alecdotninja/active_record_distinct_on

View on GitHub
gemfiles/6.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 (6.1.4.1)
      activesupport (= 6.1.4.1)
    activerecord (6.1.4.1)
      activemodel (= 6.1.4.1)
      activesupport (= 6.1.4.1)
    activesupport (6.1.4.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    appraisal (2.4.1)
      bundler
      rake
      thor (>= 0.14.0)
    coderay (1.1.3)
    concurrent-ruby (1.1.9)
    diff-lcs (1.4.4)
    docile (1.4.0)
    i18n (1.8.11)
      concurrent-ruby (~> 1.0)
    method_source (1.0.0)
    minitest (5.14.4)
    pg (1.5.4)
    pry (0.14.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    rake (13.0.6)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-core (3.10.1)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.3)
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.3)
    sqlite3 (1.4.2)
    thor (1.1.0)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    zeitwerk (2.5.1)

PLATFORMS
  ruby
  x86_64-linux

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

BUNDLED WITH
   2.4.5