pull/10831/head
ulferts 2 years ago
parent f90a5722db
commit 9136969755
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -316,7 +316,7 @@ gem 'disposable', '~> 0.6.2'
platforms :mri, :mingw, :x64_mingw do
group :postgres do
gem 'pg', '~> 1.3.0'
gem 'pg', '~> 1.4.0'
end
# Support application loading when no database exists yet.

@ -697,7 +697,7 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
pg (1.3.5)
pg (1.4.0)
plaintext (0.3.4)
activesupport (> 2.2.1)
nokogiri (~> 1.10, >= 1.10.4)
@ -1112,7 +1112,7 @@ DEPENDENCIES
openproject-xls_export!
overviews!
parallel_tests (~> 3.1)
pg (~> 1.3.0)
pg (~> 1.4.0)
plaintext (~> 0.3.2)
posix-spawn (~> 0.3.13)
prawn (~> 2.2)

Loading…
Cancel
Save