Bump pg from 1.4.3 to 1.5.4
Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.3 to 1.5.4. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.4.3...v1.5.4) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -44,7 +44,7 @@ gem "omniauth-google-oauth2", "~> 1.0.1"
|
|||||||
gem "omniauth-rails_csrf_protection", "~> 1.0.1"
|
gem "omniauth-rails_csrf_protection", "~> 1.0.1"
|
||||||
gem "omniauth-twitter", "~> 1.4.0"
|
gem "omniauth-twitter", "~> 1.4.0"
|
||||||
gem "paranoia", "~> 2.6.2"
|
gem "paranoia", "~> 2.6.2"
|
||||||
gem "pg", "~> 1.4.3"
|
gem "pg", "~> 1.5.4"
|
||||||
gem "pg_search", "~> 2.3.6"
|
gem "pg_search", "~> 2.3.6"
|
||||||
gem "puma", "~> 4.3.12"
|
gem "puma", "~> 4.3.12"
|
||||||
gem "recipient_interceptor", "~> 0.3.1"
|
gem "recipient_interceptor", "~> 0.3.1"
|
||||||
|
|||||||
@@ -406,7 +406,7 @@ GEM
|
|||||||
parser (3.2.2.3)
|
parser (3.2.2.3)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
pg (1.4.3)
|
pg (1.5.4)
|
||||||
pg_search (2.3.6)
|
pg_search (2.3.6)
|
||||||
activerecord (>= 5.2)
|
activerecord (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
@@ -724,7 +724,7 @@ DEPENDENCIES
|
|||||||
omniauth-rails_csrf_protection (~> 1.0.1)
|
omniauth-rails_csrf_protection (~> 1.0.1)
|
||||||
omniauth-twitter (~> 1.4.0)
|
omniauth-twitter (~> 1.4.0)
|
||||||
paranoia (~> 2.6.2)
|
paranoia (~> 2.6.2)
|
||||||
pg (~> 1.4.3)
|
pg (~> 1.5.4)
|
||||||
pg_search (~> 2.3.6)
|
pg_search (~> 2.3.6)
|
||||||
pronto (~> 0.11.1)
|
pronto (~> 0.11.1)
|
||||||
pronto-erb_lint (~> 0.1.6)
|
pronto-erb_lint (~> 0.1.6)
|
||||||
|
|||||||
Reference in New Issue
Block a user