Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/google-protobuf-3.19.4.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vendor/cache/google-protobuf-3.22.0.gem
Binary file not shown.
Binary file removed vendor/cache/pg-1.3.2.gem
Binary file not shown.
Binary file added vendor/cache/pg-1.4.6.gem
Binary file not shown.