pg to 0.19.0

This commit is contained in:
Georg Kahest 2017-04-04 15:14:42 +03:00
parent 9a1adde18b
commit 44ac6be2b6
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ gem 'rest-client'
gem 'figaro', '1.1.1'
# model related
gem 'pg', '0.18.2'
gem 'pg', '0.19.0'
gem 'ransack', '1.5.1' # for searching
gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and RFC 3696

View file

@ -348,7 +348,7 @@ GEM
parser (2.2.3.0)
ast (>= 1.1, < 3.0)
pdfkit (0.6.2)
pg (0.18.2)
pg (0.19.0)
phantomjs (1.9.8.0)
phantomjs-binaries (1.9.2.4)
sys-uname (= 0.9.0)
@ -631,7 +631,7 @@ DEPENDENCIES
nprogress-rails (= 0.1.6.7)
paper_trail!
pdfkit (= 0.6.2)
pg (= 0.18.2)
pg (= 0.19.0)
phantomjs (= 1.9.8.0)
phantomjs-binaries (= 1.9.2.4)
poltergeist (= 1.6.0)