Skip to content

Commit

Permalink
Updated pg_query
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 29, 2024
1 parent 2bb1c30 commit c3260b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.5.6 (unreleased)

- Updated pg_query
- Fixed Docker image for `linux/arm64`

## 0.5.5 (2024-06-02)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ruby:3.3.2-alpine3.19
FROM ruby:3.3.6-alpine3.21

MAINTAINER Andrew Kane <[email protected]>

RUN apk add --update build-base libpq-dev && \
gem install google-protobuf -v "< 4" --platform ruby && \
gem install google-protobuf --platform ruby && \
gem install pgdexter && \
apk del build-base && \
rm -rf /var/cache/apk/*
Expand Down
3 changes: 1 addition & 2 deletions pgdexter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +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", "~> 5.1"
spec.add_dependency "pg_query", "~> 6"
spec.add_dependency "slop", ">= 4.10.1"
end

0 comments on commit c3260b1

Please sign in to comment.