Skip to content

Commit 9b7ac59

Browse files
committed
Bump minor version number
1 parent 784530b commit 9b7ac59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
postgres-copy (1.6.1)
4+
postgres-copy (1.7.0)
55
activerecord (>= 5.1)
66
pg (>= 0.17)
77

@@ -23,7 +23,7 @@ GEM
2323
i18n (1.12.0)
2424
concurrent-ruby (~> 1.0)
2525
minitest (5.16.3)
26-
pg (1.4.3)
26+
pg (1.4.5)
2727
rake (11.2.2)
2828
rdoc (6.2.1)
2929
rspec (2.99.0)

postgres-copy.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib)
55

66
Gem::Specification.new do |s|
77
s.name = "postgres-copy"
8-
s.version = "1.6.1"
8+
s.version = "1.7.0"
99
s.platform = Gem::Platform::RUBY
1010
s.required_ruby_version = ">= 1.9.3"
1111
s.authors = ["Diogo Biazus"]

0 commit comments

Comments
 (0)