diff --git a/Gemfile.lock b/Gemfile.lock index 6abf8b9..7eff25c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - postgres-copy (1.7.1) + postgres-copy (1.7.2) activerecord (>= 5.1) csv pg (>= 0.17) diff --git a/postgres-copy.gemspec b/postgres-copy.gemspec index cd347a3..08b320e 100644 --- a/postgres-copy.gemspec +++ b/postgres-copy.gemspec @@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib) Gem::Specification.new do |s| s.name = "postgres-copy" - s.version = "1.7.1" + s.version = "1.7.2" s.platform = Gem::Platform::RUBY s.required_ruby_version = ">= 1.9.3" s.authors = ["Diogo Biazus"]