Skip to content

Commit

Permalink
Merge pull request #44250 from yahonda/pg13
Browse files Browse the repository at this point in the history
Use released version of pg 1.3
  • Loading branch information
kamipo authored and rafaelfranca committed Jan 26, 2022
1 parent eca89fd commit c5e6455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -139,7 +139,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
gem "sqlite3", "~> 1.4"

group :db do
gem "pg", ">= 1.3.0.rc1"
gem "pg", "~> 1.3"
gem "mysql2", "~> 0.5", github: "brianmario/mysql2"
end
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -386,7 +386,7 @@ GEM
parser (3.1.0.0)
ast (~> 2.4.1)
path_expander (1.1.0)
pg (1.3.0.rc1)
pg (1.3.0)
propshaft (0.4.4)
actionpack (>= 7.0.0.alpha2)
activesupport (>= 7.0.0.alpha2)
Expand Down Expand Up @@ -608,7 +608,7 @@ DEPENDENCIES
minitest-retry
mysql2 (~> 0.5)!
nokogiri (>= 1.8.1, != 1.11.0)
pg (>= 1.3.0.rc1)
pg (~> 1.3)
propshaft (>= 0.1.7)
psych (~> 3.0)
puma
Expand Down

0 comments on commit c5e6455

Please sign in to comment.