Bump pg
This commit is contained in:
parent
54e44d6d7e
commit
cd7af6df50
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -69,7 +69,7 @@ group :mysql, optional: true do
|
||||||
gem "mysql2", "0.5.2"
|
gem "mysql2", "0.5.2"
|
||||||
end
|
end
|
||||||
group :postgresql, optional: true do
|
group :postgresql, optional: true do
|
||||||
gem "pg", "1.1.3"
|
gem "pg", "1.1.4"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -447,7 +447,7 @@ GEM
|
||||||
parallel (1.12.1)
|
parallel (1.12.1)
|
||||||
parser (2.5.3.0)
|
parser (2.5.3.0)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
pg (1.1.3)
|
pg (1.1.4)
|
||||||
phantomjs (2.1.1.0)
|
phantomjs (2.1.1.0)
|
||||||
poltergeist (1.18.1)
|
poltergeist (1.18.1)
|
||||||
capybara (>= 2.1, < 4)
|
capybara (>= 2.1, < 4)
|
||||||
|
|
@ -831,7 +831,7 @@ DEPENDENCIES
|
||||||
omniauth-wordpress (= 0.2.2)
|
omniauth-wordpress (= 0.2.2)
|
||||||
open_graph_reader (= 0.6.2)
|
open_graph_reader (= 0.6.2)
|
||||||
openid_connect (= 1.1.6)
|
openid_connect (= 1.1.6)
|
||||||
pg (= 1.1.3)
|
pg (= 1.1.4)
|
||||||
poltergeist (= 1.18.1)
|
poltergeist (= 1.18.1)
|
||||||
pronto (= 0.9.5)
|
pronto (= 0.9.5)
|
||||||
pronto-eslint (= 0.9.1)
|
pronto-eslint (= 0.9.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue