Skip to content

Commit

Permalink
Require google-protobuf < 4 - fixes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 3, 2024
1 parent c14a921 commit d908d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.5.4 (unreleased)

- Fixed issue with processing over 500 query fingerprints (introduced in 0.5.3)
- Require google-protobuf < 4

## 0.5.3 (2024-03-05)

Expand Down
1 change: 1 addition & 0 deletions pgdexter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "csv"
spec.add_dependency "google-protobuf", "< 4"
spec.add_dependency "pg", ">= 0.18.2"
spec.add_dependency "pg_query", "~> 4"
spec.add_dependency "slop", ">= 4.10.1"
Expand Down

0 comments on commit d908d20

Please sign in to comment.