paulelliott/fabrication

View on GitHub
gemfiles/mongoid_6.x.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    fabrication (2.21.1)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (5.1.4)
      activesupport (= 5.1.4)
    activesupport (5.1.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    appraisal (2.2.0)
      bundler
      rake
      thor (>= 0.14.0)
    backports (3.8.0)
    bson (4.2.2)
    builder (3.2.3)
    coderay (1.1.2)
    concurrent-ruby (1.0.5)
    cucumber (3.0.1)
      builder (>= 2.1.2)
      cucumber-core (~> 3.0.0)
      cucumber-expressions (~> 4.0.3)
      cucumber-wire (~> 0.0.1)
      diff-lcs (~> 1.3)
      gherkin (~> 4.0)
      multi_json (>= 1.7.5, < 2.0)
      multi_test (>= 0.1.2)
    cucumber-core (3.0.0)
      backports (>= 3.8.0)
      cucumber-tag_expressions (>= 1.0.1)
      gherkin (>= 4.1.3)
    cucumber-expressions (4.0.4)
    cucumber-tag_expressions (1.0.1)
    cucumber-wire (0.0.1)
    diff-lcs (1.3)
    ffaker (2.7.0)
    gherkin (4.1.3)
    i18n (0.8.6)
    method_source (0.9.0)
    minitest (5.10.3)
    mongo (2.4.3)
      bson (>= 4.2.1, < 5.0.0)
    mongoid (6.2.1)
      activemodel (~> 5.1)
      mongo (>= 2.4.1, < 3.0.0)
    multi_json (1.12.2)
    multi_test (0.1.2)
    pry (0.11.1)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    rake (12.1.0)
    rspec (3.6.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
    rspec-core (3.6.0)
      rspec-support (~> 3.6.0)
    rspec-expectations (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-its (1.2.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-support (3.6.0)
    sqlite3 (1.3.13)
    thor (0.20.0)
    thread_safe (0.3.6)
    tzinfo (1.2.3)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  appraisal
  cucumber
  fabrication!
  ffaker
  mongoid (~> 6.0)
  pry
  rake
  rspec
  rspec-its
  sqlite3

BUNDLED WITH
   2.1.4