Pump pg gem version up to 1.2.2

This commit is contained in:
Alex Sherman 2020-01-29 15:50:09 +05:00
parent 01114386b3
commit c7593338e2
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ gem 'uglifier'
gem 'figaro', '1.1.1' gem 'figaro', '1.1.1'
# model related # model related
gem 'pg', '0.19.0' gem 'pg', '1.2.2'
# 1.8 is for Rails < 5.0 # 1.8 is for Rails < 5.0
gem 'ransack', '~> 1.8' gem 'ransack', '~> 1.8'
gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and RFC 3696 gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and RFC 3696

View file

@ -277,7 +277,7 @@ GEM
activesupport (>= 3.0, < 6.0) activesupport (>= 3.0, < 6.0)
request_store (~> 1.1) request_store (~> 1.1)
pdfkit (0.8.4.1) pdfkit (0.8.4.1)
pg (0.19.0) pg (1.2.2)
pry (0.10.1) pry (0.10.1)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
@ -484,7 +484,7 @@ DEPENDENCIES
nokogiri nokogiri
paper_trail (~> 4.0) paper_trail (~> 4.0)
pdfkit pdfkit
pg (= 0.19.0) pg (= 1.2.2)
pry (= 0.10.1) pry (= 0.10.1)
puma puma
que que