bump pg
This commit is contained in:
parent
f4e6aefd57
commit
8948298310
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -63,7 +63,7 @@ gem "autoprefixer-rails", "6.2.2"
|
|||
ENV["DB"] ||= "mysql"
|
||||
|
||||
gem "mysql2", "0.3.20" if ENV["DB"] == "all" || ENV["DB"] == "mysql"
|
||||
gem "pg", "0.18.3" if ENV["DB"] == "all" || ENV["DB"] == "postgres"
|
||||
gem "pg", "0.18.4" if ENV["DB"] == "all" || ENV["DB"] == "postgres"
|
||||
|
||||
gem "activerecord-import", "0.10.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue