mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
Update dependency pg to v1.5.7
This commit is contained in:
parent
18a4a55c80
commit
a5ace33d94
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -17,7 +17,7 @@ gem 'figaro', '~> 1.2'
|
||||||
|
|
||||||
# model related
|
# model related
|
||||||
gem 'paper_trail', '~> 14.0'
|
gem 'paper_trail', '~> 14.0'
|
||||||
gem 'pg', '1.5.6'
|
gem 'pg', '1.5.7'
|
||||||
# 1.8 is for Rails < 5.0
|
# 1.8 is for Rails < 5.0
|
||||||
gem 'ransack', '~> 4.0.0'
|
gem 'ransack', '~> 4.0.0'
|
||||||
gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence
|
gem 'truemail', '~> 3.0' # validates email by regexp, mail server existence and address existence
|
||||||
|
|
|
@ -361,7 +361,7 @@ GEM
|
||||||
activerecord (>= 6.0)
|
activerecord (>= 6.0)
|
||||||
request_store (~> 1.4)
|
request_store (~> 1.4)
|
||||||
pdfkit (0.8.7.2)
|
pdfkit (0.8.7.2)
|
||||||
pg (1.5.6)
|
pg (1.5.7)
|
||||||
pg_query (2.1.2)
|
pg_query (2.1.2)
|
||||||
google-protobuf (>= 3.17.1)
|
google-protobuf (>= 3.17.1)
|
||||||
pghero (3.1.0)
|
pghero (3.1.0)
|
||||||
|
@ -579,7 +579,7 @@ DEPENDENCIES
|
||||||
omniauth-tara!
|
omniauth-tara!
|
||||||
paper_trail (~> 14.0)
|
paper_trail (~> 14.0)
|
||||||
pdfkit
|
pdfkit
|
||||||
pg (= 1.5.6)
|
pg (= 1.5.7)
|
||||||
pg_query (>= 0.9.0)
|
pg_query (>= 0.9.0)
|
||||||
pghero
|
pghero
|
||||||
pry (= 0.14.2)
|
pry (= 0.14.2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue