mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
pg to 0.19.0
This commit is contained in:
parent
9a1adde18b
commit
44ac6be2b6
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue