Bump pg
This commit is contained in:
parent
47b7181061
commit
cb0c02f9f2
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -76,7 +76,7 @@ group :mysql, optional: true do
|
|||
gem "mysql2", "0.5.6"
|
||||
end
|
||||
group :postgresql, optional: true do
|
||||
gem "pg", "1.5.3"
|
||||
gem "pg", "1.5.6"
|
||||
end
|
||||
|
||||
gem "activerecord-import", "1.4.1"
|
||||
|
|
|
|||
|
|
@ -493,7 +493,7 @@ GEM
|
|||
parser (3.2.2.3)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pg (1.5.3)
|
||||
pg (1.5.6)
|
||||
phantomjs (2.1.1.0)
|
||||
pronto (0.11.1)
|
||||
gitlab (>= 4.4.0, < 5.0)
|
||||
|
|
@ -851,7 +851,7 @@ DEPENDENCIES
|
|||
omniauth-wordpress (= 0.2.2)
|
||||
open_graph_reader (= 0.7.2)
|
||||
openid_connect (= 2.2.0)
|
||||
pg (= 1.5.3)
|
||||
pg (= 1.5.6)
|
||||
pronto (= 0.11.1)
|
||||
pronto-eslint (= 0.11.1)
|
||||
pronto-haml (= 0.11.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue