tylerhunt/remockable

View on GitHub
gemfiles/rails_5.1.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ..
  specs:
    remockable (0.3.9)
      activemodel (>= 4.0, < 6.2)
      activerecord (>= 4.0, < 6.2)
      activesupport (>= 4.0, < 6.2)
      rspec-core (~> 3.0)
      rspec-expectations (~> 3.0)
      rspec-mocks (~> 3.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (5.1.7)
      activesupport (= 5.1.7)
    activerecord (5.1.7)
      activemodel (= 5.1.7)
      activesupport (= 5.1.7)
      arel (~> 8.0)
    activesupport (5.1.7)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    appraisal (2.3.0)
      bundler
      rake
      thor (>= 0.14.0)
    arel (8.0.0)
    concurrent-ruby (1.1.10)
    diff-lcs (1.5.0)
    i18n (1.10.0)
      concurrent-ruby (~> 1.0)
    minitest (5.15.0)
    rake (13.0.3)
    rspec-core (3.11.0)
      rspec-support (~> 3.11.0)
    rspec-expectations (3.11.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-mocks (3.11.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-support (3.11.0)
    sqlite3 (1.4.2)
    thor (1.0.1)
    thread_safe (0.3.6)
    tzinfo (1.2.9)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  activemodel (~> 5.1.0)
  activerecord (~> 5.1.0)
  activesupport (~> 5.1.0)
  appraisal (~> 2.1)
  rake
  remockable!
  sqlite3 (~> 1.4.2)

BUNDLED WITH
   2.3.6