Bump pg
This commit is contained in:
parent
378a039860
commit
ec564fbee1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -66,7 +66,7 @@ group :mysql, optional: true do
|
|||
gem "mysql2", "0.4.4"
|
||||
end
|
||||
group :postgresql, optional: true do
|
||||
gem "pg", "0.18.4"
|
||||
gem "pg", "0.19.0"
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -572,7 +572,7 @@ GEM
|
|||
orm_adapter (0.5.0)
|
||||
parser (2.3.1.4)
|
||||
ast (~> 2.2)
|
||||
pg (0.18.4)
|
||||
pg (0.19.0)
|
||||
phantomjs (2.1.1.0)
|
||||
poltergeist (1.10.0)
|
||||
capybara (~> 2.1)
|
||||
|
|
@ -981,7 +981,7 @@ DEPENDENCIES
|
|||
omniauth-wordpress (= 0.2.2)
|
||||
open_graph_reader (= 0.6.1)
|
||||
openid_connect (= 0.12.0)
|
||||
pg (= 0.18.4)
|
||||
pg (= 0.19.0)
|
||||
poltergeist (= 1.10.0)
|
||||
pronto (= 0.7.0)
|
||||
pronto-eslint (= 0.7.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue