bump pg
This commit is contained in:
parent
1061e101fd
commit
7a3b66c44f
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -63,7 +63,7 @@ gem "autoprefixer-rails", "5.1.11"
|
|||
ENV["DB"] ||= "mysql"
|
||||
|
||||
gem "mysql2", "0.3.18" if ENV["DB"] == "all" || ENV["DB"] == "mysql"
|
||||
gem "pg", "0.18.1" if ENV["DB"] == "all" || ENV["DB"] == "postgres"
|
||||
gem "pg", "0.18.2" if ENV["DB"] == "all" || ENV["DB"] == "postgres"
|
||||
|
||||
gem "activerecord-import", "0.7.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue