Bump pg from 1.3.5 to 1.4.0 (#17962)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.5 to 1.4.0. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](https://github.com/ged/ruby-pg/compare/v1.3.5...v1.4.0) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d57e4cabb7
commit
c32da4369d
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -69,7 +69,7 @@ gem "omniauth-rails_csrf_protection", "~> 1.0" # Provides CSRF protection on Omn
|
|||
gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter
|
||||
gem "parallel", "~> 1.22" # Run any kind of code in parallel processes
|
||||
gem "patron", "~> 0.13.3" # HTTP client library based on libcurl, used with GitHub OAuth client
|
||||
gem "pg", "~> 1.3" # Pg is the Ruby interface to the PostgreSQL RDBMS
|
||||
gem "pg", "~> 1.4" # Pg is the Ruby interface to the PostgreSQL RDBMS
|
||||
gem "pg_query", ">= 0.9.0" # Allows PGHero to analyze queries
|
||||
gem "pg_search", "~> 2.3.6" # PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search
|
||||
gem "pghero", "~> 2.8" # Dashboard for Postgres
|
||||
|
|
|
|||
|
|
@ -596,7 +596,7 @@ GEM
|
|||
parser (3.1.2.0)
|
||||
ast (~> 2.4.1)
|
||||
patron (0.13.3)
|
||||
pg (1.3.5)
|
||||
pg (1.4.0)
|
||||
pg_query (2.1.3)
|
||||
google-protobuf (>= 3.19.2)
|
||||
pg_search (2.3.6)
|
||||
|
|
@ -1037,7 +1037,7 @@ DEPENDENCIES
|
|||
omniauth-twitter (~> 1.4)
|
||||
parallel (~> 1.22)
|
||||
patron (~> 0.13.3)
|
||||
pg (~> 1.3)
|
||||
pg (~> 1.4)
|
||||
pg_query (>= 0.9.0)
|
||||
pg_search (~> 2.3.6)
|
||||
pghero (~> 2.8)
|
||||
|
|
|
|||
BIN
vendor/cache/pg-1.3.5.gem
vendored
BIN
vendor/cache/pg-1.3.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/pg-1.4.0.gem
vendored
Normal file
BIN
vendor/cache/pg-1.4.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue