Skip to content

Commit 5c9d4ba

Browse files
chore(deps): bump pg from 1.5.9 to 1.6.1 in /pact_broker
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.1. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.5.9...v1.6.1) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84f715c commit 5c9d4ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pact_broker/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem "pact_broker"
4-
gem "pg", "~>1.5"
4+
gem "pg", "~>1.6"
55
gem "puma", "~> 6.0"
66
gem "mysql2", "~>0.3"
77
gem "sqlite3", "~>2.7", force_ruby_platform: true

pact_broker/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GEM
107107
thor (~> 1.0)
108108
padrino-support (0.16.0.pre3)
109109
parslet (2.0.0)
110-
pg (1.5.9)
110+
pg (1.6.1)
111111
psych (5.2.6)
112112
date
113113
stringio
@@ -186,7 +186,7 @@ DEPENDENCIES
186186
pact-support
187187
pact_broker
188188
padrino-core (>= 0.16.0.pre3)
189-
pg (~> 1.5)
189+
pg (~> 1.6)
190190
puma (~> 6.0)
191191
rake (~> 13.0)
192192
sinatra (~> 4.0)

0 commit comments

Comments
 (0)