ElMassimo/mongoid_includes

View on GitHub
gemfiles/mongoid7.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    mongoid_includes (3.0.0)
      mongoid (>= 7.0.10, < 8.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.0.3.4)
      activesupport (= 6.0.3.4)
    activesupport (6.0.3.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2, >= 2.2.2)
    bson (4.11.0)
    byebug (11.1.3)
    coderay (1.1.3)
    concurrent-ruby (1.1.7)
    diff-lcs (1.4.4)
    docile (1.3.2)
    given_core (3.8.1)
      sorcerer (>= 0.3.7)
    i18n (1.8.5)
      concurrent-ruby (~> 1.0)
    json (2.3.1)
    method_source (1.0.0)
    minitest (5.14.2)
    mongo (2.13.1)
      bson (>= 4.8.2, < 5.0.0)
    mongoid (7.0.10)
      activemodel (>= 5.1, < 6.1)
      mongo (>= 2.7.0, < 3.0.0)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
    rake (13.0.1)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.3)
      rspec-support (~> 3.9.3)
    rspec-expectations (3.9.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-given (3.8.1)
      given_core (= 3.8.1)
      rspec (>= 2.14.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.4)
    simplecov (0.17.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sorcerer (2.0.1)
    thread_safe (0.3.6)
    tzinfo (1.2.7)
      thread_safe (~> 0.1)
    zeitwerk (2.4.1)

PLATFORMS
  ruby

DEPENDENCIES
  bundler
  mongoid (~> 7.0.0)
  mongoid_includes!
  pry-byebug
  rake
  rspec-given (~> 3.5)
  simplecov (~> 0.17.0)

BUNDLED WITH
   2.1.4