diogob/postgres-copy

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    postgres-copy (1.7.1)
      activerecord (>= 5.1)
      pg (>= 0.17)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (7.0.4)
      activesupport (= 7.0.4)
    activerecord (7.0.4)
      activemodel (= 7.0.4)
      activesupport (= 7.0.4)
    activesupport (7.0.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    concurrent-ruby (1.1.10)
    diff-lcs (1.5.0)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    minitest (5.17.0)
    pg (1.4.5)
    psych (5.0.1)
      stringio
    rake (12.3.3)
    rdoc (6.5.0)
      psych (>= 4.0.0)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.0)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.0)
    stringio (3.0.4)
    tzinfo (2.0.5)
      concurrent-ruby (~> 1.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler
  postgres-copy!
  rake (~> 12.3.3)
  rdoc
  rspec (~> 3.0)

BUNDLED WITH
   2.2.22