diff --git a/Gemfile b/Gemfile index cfa908da3..3c0e3384c 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,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.21" # 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 diff --git a/Gemfile.lock b/Gemfile.lock index 5e8aacdbb..e84e99fe7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -329,9 +329,10 @@ GEM multi_json (>= 1.11.0) globalid (1.0.0) activesupport (>= 5.0) - google-protobuf (3.19.4) - google-protobuf (3.19.4-x86_64-darwin) - google-protobuf (3.19.4-x86_64-linux) + google-protobuf (3.22.0) + google-protobuf (3.22.0-arm64-darwin) + google-protobuf (3.22.0-x86_64-darwin) + google-protobuf (3.22.0-x86_64-linux) guard (2.18.0) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) @@ -547,7 +548,7 @@ GEM parser (3.1.0.0) ast (~> 2.4.1) patron (0.13.3) - pg (1.3.2) + pg (1.4.6) pg_query (2.1.3) google-protobuf (>= 3.19.2) pg_search (2.3.6) @@ -934,7 +935,7 @@ DEPENDENCIES fastly (~> 3.0) feedjira (~> 3.2) field_test (~> 0.5) - flipper (= 0.24.0) + flipper (~> 0.24.0) flipper-active_record (~> 0.24.0) flipper-active_support_cache_store (~> 0.24.0) flipper-ui (~> 0.24.0) @@ -978,7 +979,7 @@ DEPENDENCIES omniauth-twitter (~> 1.4) parallel (~> 1.21) patron (~> 0.13.3) - pg (~> 1.3) + pg (~> 1.4) pg_query (>= 0.9.0) pg_search (~> 2.3.6) pghero (~> 2.8) diff --git a/vendor/cache/google-protobuf-3.19.4-x86_64-darwin.gem b/vendor/cache/google-protobuf-3.19.4-x86_64-darwin.gem deleted file mode 100644 index 5e1f08dd4..000000000 Binary files a/vendor/cache/google-protobuf-3.19.4-x86_64-darwin.gem and /dev/null differ diff --git a/vendor/cache/google-protobuf-3.19.4-x86_64-linux.gem b/vendor/cache/google-protobuf-3.19.4-x86_64-linux.gem deleted file mode 100644 index a195c04d4..000000000 Binary files a/vendor/cache/google-protobuf-3.19.4-x86_64-linux.gem and /dev/null differ diff --git a/vendor/cache/google-protobuf-3.19.4.gem b/vendor/cache/google-protobuf-3.19.4.gem deleted file mode 100644 index 875ca958c..000000000 Binary files a/vendor/cache/google-protobuf-3.19.4.gem and /dev/null differ diff --git a/vendor/cache/google-protobuf-3.22.0-arm64-darwin.gem b/vendor/cache/google-protobuf-3.22.0-arm64-darwin.gem new file mode 100644 index 000000000..7e9e9984c Binary files /dev/null and b/vendor/cache/google-protobuf-3.22.0-arm64-darwin.gem differ diff --git a/vendor/cache/google-protobuf-3.22.0-x86_64-darwin.gem b/vendor/cache/google-protobuf-3.22.0-x86_64-darwin.gem new file mode 100644 index 000000000..d5f5f2d27 Binary files /dev/null and b/vendor/cache/google-protobuf-3.22.0-x86_64-darwin.gem differ diff --git a/vendor/cache/google-protobuf-3.22.0-x86_64-linux.gem b/vendor/cache/google-protobuf-3.22.0-x86_64-linux.gem new file mode 100644 index 000000000..2d1b28652 Binary files /dev/null and b/vendor/cache/google-protobuf-3.22.0-x86_64-linux.gem differ diff --git a/vendor/cache/google-protobuf-3.22.0.gem b/vendor/cache/google-protobuf-3.22.0.gem new file mode 100644 index 000000000..77e75396d Binary files /dev/null and b/vendor/cache/google-protobuf-3.22.0.gem differ diff --git a/vendor/cache/pg-1.3.2.gem b/vendor/cache/pg-1.3.2.gem deleted file mode 100644 index 1d8f1b648..000000000 Binary files a/vendor/cache/pg-1.3.2.gem and /dev/null differ diff --git a/vendor/cache/pg-1.4.6.gem b/vendor/cache/pg-1.4.6.gem new file mode 100644 index 000000000..640456062 Binary files /dev/null and b/vendor/cache/pg-1.4.6.gem differ