mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Merge pull request #1933 from internetee/dependabot/bundler/pg-1.2.3
Bump pg from 1.2.2 to 1.2.3
This commit is contained in:
commit
ffe07af6db
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 'activerecord-import'
|
gem 'activerecord-import'
|
||||||
gem 'paper_trail', '~> 12.0'
|
gem 'paper_trail', '~> 12.0'
|
||||||
gem 'pg', '1.2.2'
|
gem 'pg', '1.2.3'
|
||||||
# 1.8 is for Rails < 5.0
|
# 1.8 is for Rails < 5.0
|
||||||
gem 'ransack', '~> 2.3'
|
gem 'ransack', '~> 2.3'
|
||||||
gem 'truemail', '~> 2.3' # validates email by regexp, mail server existence and address existence
|
gem 'truemail', '~> 2.3' # validates email by regexp, mail server existence and address existence
|
||||||
|
|
|
@ -330,7 +330,7 @@ GEM
|
||||||
activerecord (>= 5.2)
|
activerecord (>= 5.2)
|
||||||
request_store (~> 1.1)
|
request_store (~> 1.1)
|
||||||
pdfkit (0.8.5)
|
pdfkit (0.8.5)
|
||||||
pg (1.2.2)
|
pg (1.2.3)
|
||||||
pry (0.14.1)
|
pry (0.14.1)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
|
@ -548,7 +548,7 @@ DEPENDENCIES
|
||||||
omniauth-tara!
|
omniauth-tara!
|
||||||
paper_trail (~> 12.0)
|
paper_trail (~> 12.0)
|
||||||
pdfkit
|
pdfkit
|
||||||
pg (= 1.2.2)
|
pg (= 1.2.3)
|
||||||
pry (= 0.14.1)
|
pry (= 0.14.1)
|
||||||
puma
|
puma
|
||||||
que
|
que
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue