am-kantox/dry-mutations

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    dry-mutations (1.6.0)
      activesupport (>= 3.2, < 5)
      dry-configurable (~> 0.7, < 0.8)
      dry-container (~> 0.6, < 0.7)
      dry-logic (~> 0.4, < 0.5)
      dry-matcher (~> 0.6, < 0.7)
      dry-monads (= 0.3.1)
      dry-transaction (~> 0.9, < 0.10)
      dry-types (~> 0.9, < 0.10)
      dry-validation (~> 0.10, < 0.11)
      hashie (~> 3)
      mutations (~> 0.8)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.2.8)
      activesupport (= 4.2.8)
      builder (~> 3.1)
    activerecord (4.2.8)
      activemodel (= 4.2.8)
      activesupport (= 4.2.8)
      arel (~> 6.0)
    activesupport (4.2.8)
      i18n (~> 0.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    arel (6.0.4)
    awesome_print (1.7.0)
    builder (3.2.3)
    codeclimate-test-reporter (1.0.3)
      simplecov
    coderay (1.1.1)
    concurrent-ruby (1.1.4)
    diff-lcs (1.2.5)
    docile (1.1.5)
    dry-configurable (0.7.0)
      concurrent-ruby (~> 1.0)
    dry-container (0.6.0)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
    dry-core (0.4.7)
      concurrent-ruby (~> 1.0)
    dry-equalizer (0.2.1)
    dry-logic (0.4.2)
      dry-container (~> 0.2, >= 0.2.6)
      dry-core (~> 0.2)
      dry-equalizer (~> 0.2)
    dry-matcher (0.6.0)
    dry-monads (0.3.1)
      dry-core
      dry-equalizer
    dry-transaction (0.9.0)
      dry-container (>= 0.2.8)
      dry-matcher (>= 0.5.0)
      dry-monads (>= 0.0.1)
      wisper (>= 1.6.0)
    dry-types (0.9.4)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1)
      dry-container (~> 0.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.0)
      inflecto (~> 0.0.0, >= 0.0.2)
    dry-validation (0.10.7)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.0)
      dry-types (~> 0.9, >= 0.9.0)
    hashie (3.6.0)
    i18n (0.8.4)
    inflecto (0.0.2)
    json (2.0.3)
    method_source (0.8.2)
    minitest (5.10.2)
    mutations (0.9.0)
      activesupport
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rake (10.5.0)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.4)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-support (3.5.0)
    simplecov (0.12.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    slop (3.6.0)
    sqlite3 (1.3.11)
    thread_safe (0.3.6)
    tzinfo (1.2.3)
      thread_safe (~> 0.1)
    wisper (2.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord (>= 3.2, < 5)
  awesome_print
  bundler
  codeclimate-test-reporter
  dry-mutations!
  pry
  rake
  rspec (~> 3)
  simplecov
  sqlite3

BUNDLED WITH
   1.17.2