This commit is contained in:
Jens Ulferts
2018-04-10 13:00:56 +02:00
parent 5c08d7bec7
commit e2a46d4591
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ platforms :mri, :mingw, :x64_mingw do
end
group :postgres do
gem 'pg', '~> 0.21.0'
gem 'pg', '~> 1.0.0'
end
end
+2 -2
View File
@@ -379,7 +379,7 @@ GEM
rack
rake (>= 0.8.1)
pdf-core (0.7.0)
pg (0.21.0)
pg (1.0.0)
plaintext (0.1.0)
activesupport (> 2.2.1)
nokogiri (~> 1.8.1)
@@ -675,7 +675,7 @@ DEPENDENCIES
openproject-translations!
parallel_tests (~> 2.14.0)
passenger (~> 5.2)
pg (~> 0.21.0)
pg (~> 1.0.0)
plaintext (= 0.1.0)
prawn (~> 2.2)
prawn-table (~> 0.2.2)