Skip to content

Commit

Permalink
Merge pull request #4194 from consul/dependabot/bundler/pg-1.2.3
Browse files Browse the repository at this point in the history
Bump pg from 1.0.0 to 1.2.3
  • Loading branch information
javierm committed Aug 9, 2021
2 parents 9231520 + ef7c631 commit 55ea7f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem "omniauth-rails_csrf_protection", "~> 0.1.2"
gem "omniauth-twitter", "~> 1.4.0"
gem "paperclip", "~> 6.1.0"
gem "paranoia", "~> 2.4.3"
gem "pg", "~> 1.0.0"
gem "pg", "~> 1.2.3"
gem "pg_search", "~> 2.3.5"
gem "puma", "~> 4.3.8"
gem "recipient_interceptor", "~> 0.2.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ GEM
activerecord (>= 4.0, < 6.2)
parser (3.0.2.0)
ast (~> 2.4.1)
pg (1.0.0)
pg (1.2.3)
pg_search (2.3.5)
activerecord (>= 5.2)
activesupport (>= 5.2)
Expand Down Expand Up @@ -752,7 +752,7 @@ DEPENDENCIES
omniauth-twitter (~> 1.4.0)
paperclip (~> 6.1.0)
paranoia (~> 2.4.3)
pg (~> 1.0.0)
pg (~> 1.2.3)
pg_search (~> 2.3.5)
pronto (~> 0.11.0)
pronto-erb_lint (~> 0.1.5)
Expand Down

0 comments on commit 55ea7f7

Please sign in to comment.