Skip to content

Commit b9373cd

Browse files
Bump pg from 1.5.9 to 1.6.2
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.2. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.5.9...v1.6.2) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1181bd commit b9373cd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gem "bootsnap", "~> 1.18", require: false
3434
gem "activerecord-enhancedsqlite3-adapter", "~> 0.8"
3535
group :production do
3636
gem "mysql2", "~> 0.5"
37-
gem "pg", "~> 1.5"
37+
gem "pg", "~> 1.6"
3838
end
3939

4040
group :development, :test do

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,10 @@ GEM
545545
parser (3.3.9.0)
546546
ast (~> 2.4.1)
547547
racc
548-
pg (1.5.9)
549-
pg (1.5.9-x64-mingw-ucrt)
548+
pg (1.6.2)
549+
pg (1.6.2-x64-mingw-ucrt)
550+
pg (1.6.2-x86_64-darwin)
551+
pg (1.6.2-x86_64-linux)
550552
pg_query (6.1.0)
551553
google-protobuf (>= 3.25.3)
552554
pghero (3.7.0)
@@ -977,7 +979,7 @@ DEPENDENCIES
977979
omniauth (~> 2.1)
978980
omniauth-rails_csrf_protection (~> 1.0)
979981
omniauth_openid_connect (~> 0.8)
980-
pg (~> 1.5)
982+
pg (~> 1.6)
981983
pg_query (~> 6.1)
982984
pghero (~> 3.7)
983985
phlex-rails (~> 2.3)

0 commit comments

Comments
 (0)