mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
bump pg
This commit is contained in:
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user