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