We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eaab5 commit 4b0bd30Copy full SHA for 4b0bd30
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- postgres-copy (1.7.1)
+ postgres-copy (1.7.2)
5
activerecord (>= 5.1)
6
csv
7
pg (>= 0.17)
postgres-copy.gemspec
@@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib)
Gem::Specification.new do |s|
s.name = "postgres-copy"
8
- s.version = "1.7.1"
+ s.version = "1.7.2"
9
s.platform = Gem::Platform::RUBY
10
s.required_ruby_version = ">= 1.9.3"
11
s.authors = ["Diogo Biazus"]
0 commit comments