Use released version of pg 1.3

pg 1.3.0 which supports Ruby 3.2.0dev has been released.
https://rubygems.org/gems/pg/versions/1.3.0

Follow up #44007
This commit is contained in:
Yasuo Honda 2022-01-25 20:31:36 +09:00
parent e5e035eefd
commit cc86e13fc9
2 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
gem "sqlite3", "~> 1.4" gem "sqlite3", "~> 1.4"
group :db do group :db do
gem "pg", ">= 1.3.0.rc1" gem "pg", "~> 1.3"
gem "mysql2", "~> 0.5", github: "brianmario/mysql2" gem "mysql2", "~> 0.5", github: "brianmario/mysql2"
end end
end end

View File

@ -393,7 +393,7 @@ GEM
parser (3.1.0.0) parser (3.1.0.0)
ast (~> 2.4.1) ast (~> 2.4.1)
path_expander (1.1.0) path_expander (1.1.0)
pg (1.3.0.rc1) pg (1.3.0)
propshaft (0.4.4) propshaft (0.4.4)
actionpack (>= 7.0.0.alpha2) actionpack (>= 7.0.0.alpha2)
activesupport (>= 7.0.0.alpha2) activesupport (>= 7.0.0.alpha2)
@ -615,7 +615,7 @@ DEPENDENCIES
minitest-retry minitest-retry
mysql2 (~> 0.5)! mysql2 (~> 0.5)!
nokogiri (>= 1.8.1, != 1.11.0) nokogiri (>= 1.8.1, != 1.11.0)
pg (>= 1.3.0.rc1) pg (~> 1.3)
propshaft (>= 0.1.7) propshaft (>= 0.1.7)
psych (~> 3.0) psych (~> 3.0)
puma puma