Skip to content

Commit 33a0df9

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 39faf88 commit 33a0df9

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
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: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,10 @@ GEM
539539
parser (3.3.9.0)
540540
ast (~> 2.4.1)
541541
racc
542-
pg (1.5.9)
543-
pg (1.5.9-x64-mingw-ucrt)
542+
pg (1.6.2)
543+
pg (1.6.2-x64-mingw-ucrt)
544+
pg (1.6.2-x86_64-darwin)
545+
pg (1.6.2-x86_64-linux)
544546
pg_query (6.1.0)
545547
google-protobuf (>= 3.25.3)
546548
pghero (3.7.0)
@@ -971,7 +973,7 @@ DEPENDENCIES
971973
omniauth (~> 2.1)
972974
omniauth-rails_csrf_protection (~> 1.0)
973975
omniauth_openid_connect (~> 0.8)
974-
pg (~> 1.5)
976+
pg (~> 1.6)
975977
pg_query (~> 6.1)
976978
pghero (~> 3.7)
977979
phlex-rails (~> 2.3)
@@ -1224,8 +1226,10 @@ CHECKSUMS
12241226
ostruct (0.6.1) sha256=09a3fb7ecc1fa4039f25418cc05ae9c82bd520472c5c6a6f515f03e4988cb817
12251227
parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
12261228
parser (3.3.9.0) sha256=94d6929354b1a6e3e1f89d79d4d302cc8f5aa814431a6c9c7e0623335d7687f2
1227-
pg (1.5.9) sha256=761efbdf73b66516f0c26fcbe6515dc7500c3f0aa1a1b853feae245433c64fdc
1228-
pg (1.5.9-x64-mingw-ucrt) sha256=9d9d6a4fcc25251312065b61f94eb56c5266007c0e747606704641d47b92c5eb
1229+
pg (1.6.2) sha256=58614afd405cc9c2c9e15bffe8432e0d6cfc58b722344ad4a47c73a85189c875
1230+
pg (1.6.2-x64-mingw-ucrt) sha256=6952fb74f2289630da5bf2d5454d51195d40862675c5017db02b1c0ac9e92e09
1231+
pg (1.6.2-x86_64-darwin) sha256=c441a55723584e2ae41749bf26024d7ffdfe1841b442308ed50cd6b7fda04115
1232+
pg (1.6.2-x86_64-linux) sha256=525f438137f2d1411a1ebcc4208ec35cb526b5a3b285a629355c73208506a8ea
12291233
pg_query (6.1.0) sha256=8b005229e209f12c5887c34c60d0eb2a241953b9475b53a9840d24578532481e
12301234
pghero (3.7.0) sha256=a8d8497095dbe168bb03fe50a11309ab068cd1c1ef4c88d9bbeb97be4809f522
12311235
phlex (2.3.1) sha256=8c0b2d6774f1e5cdb806bd19a9dc9338acd573e61fe8310a89785d5b25756b66

0 commit comments

Comments
 (0)