mirror of https://github.com/rails/rails
Unlock pg verson
Get a warning about `async_exec`, but it seems that build has passed
through the fix of be48d118ee
.
This commit is contained in:
parent
a83509ffa5
commit
d7445bc56f
2
Gemfile
2
Gemfile
|
@ -121,7 +121,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
|
|||
gem "sqlite3", "~> 1.3.6"
|
||||
|
||||
group :db do
|
||||
gem "pg", ">= 0.18.0", "< 1.1"
|
||||
gem "pg", ">= 0.18.0"
|
||||
gem "mysql2", ">= 0.4.10"
|
||||
end
|
||||
end
|
||||
|
|
|
@ -345,9 +345,9 @@ GEM
|
|||
parser (2.5.1.2)
|
||||
ast (~> 2.4.0)
|
||||
path_expander (1.0.3)
|
||||
pg (1.0.0)
|
||||
pg (1.0.0-x64-mingw32)
|
||||
pg (1.0.0-x86-mingw32)
|
||||
pg (1.1.3)
|
||||
pg (1.1.3-x64-mingw32)
|
||||
pg (1.1.3-x86-mingw32)
|
||||
powerpack (0.1.2)
|
||||
psych (3.0.2)
|
||||
public_suffix (3.0.3)
|
||||
|
@ -533,7 +533,7 @@ DEPENDENCIES
|
|||
minitest-bisect
|
||||
mysql2 (>= 0.4.10)
|
||||
nokogiri (>= 1.8.1)
|
||||
pg (>= 0.18.0, < 1.1)
|
||||
pg (>= 0.18.0)
|
||||
psych (~> 3.0)
|
||||
puma
|
||||
que
|
||||
|
|
Loading…
Reference in New Issue