This commit is contained in:
Benjamin Neff 2018-11-10 19:32:17 +01:00
parent ad725c5649
commit 4c8acb5a07
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -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.0.0" gem "pg", "1.1.3"
end end

View file

@ -444,7 +444,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.0.0) pg (1.1.3)
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)
@ -827,7 +827,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.0.0) pg (= 1.1.3)
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)