pull/6986/head
Jens Ulferts 6 years ago
parent 96d930dd07
commit 35ffd8e186
No known key found for this signature in database
GPG Key ID: 3CAA4B1182CF5308
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -280,7 +280,7 @@ platforms :mri, :mingw, :x64_mingw do
end
group :postgres do
gem 'pg', '~> 1.0.0'
gem 'pg', '~> 1.1.0'
end
end

@ -556,7 +556,7 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
pg (1.0.0)
pg (1.1.4)
plaintext (0.1.0)
activesupport (> 2.2.1)
nokogiri (~> 1.8.1)
@ -911,7 +911,7 @@ DEPENDENCIES
openproject-xls_export!
parallel_tests (~> 2.21.3)
passenger (~> 5.3.3)
pg (~> 1.0.0)
pg (~> 1.1.0)
plaintext (= 0.1.0)
posix-spawn (~> 0.3.13)
prawn (~> 2.2)

Loading…
Cancel
Save