This commit is contained in:
Benjamin Neff 2022-06-26 20:15:58 +02:00
parent a5a0b28d39
commit e096c96c44
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ group :mysql, optional: true do
gem "mysql2", "0.5.4" gem "mysql2", "0.5.4"
end end
group :postgresql, optional: true do group :postgresql, optional: true do
gem "pg", "1.2.3" gem "pg", "1.4.1"
end end
gem "activerecord-import", "1.1.0" gem "activerecord-import", "1.1.0"

View file

@ -470,7 +470,7 @@ GEM
parallel (1.21.0) parallel (1.21.0)
parser (3.0.2.0) parser (3.0.2.0)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.2.3) pg (1.4.1)
phantomjs (2.1.1.0) phantomjs (2.1.1.0)
pronto (0.11.0) pronto (0.11.0)
gitlab (~> 4.4, >= 4.4.0) gitlab (~> 4.4, >= 4.4.0)
@ -857,7 +857,7 @@ DEPENDENCIES
omniauth-wordpress (= 0.2.2) omniauth-wordpress (= 0.2.2)
open_graph_reader (= 0.7.2) open_graph_reader (= 0.7.2)
openid_connect (= 1.3.0) openid_connect (= 1.3.0)
pg (= 1.2.3) pg (= 1.4.1)
pronto (= 0.11.0) pronto (= 0.11.0)
pronto-eslint (= 0.11.0) pronto-eslint (= 0.11.0)
pronto-haml (= 0.11.0) pronto-haml (= 0.11.0)