Skip to content
Merged
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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

- Upgrade pg_query to 6.1 to add support for latest mac OS version

## [0.4.0] - 2025-03-21

- Remove no-op `NOT VALID` setting when inlining constraints
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
activerecord-pg-format-db-structure (0.4.0)
pg_query (~> 6.0)
pg_query (~> 6.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -32,7 +32,7 @@ GEM
parser (3.3.7.2)
ast (~> 2.4.1)
racc
pg_query (6.0.0)
pg_query (6.1.0)
google-protobuf (>= 3.25.3)
pp (0.6.2)
prettyprint
Expand Down
2 changes: 1 addition & 1 deletion activerecord-clean-postgres-db-structure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
spec.add_dependency "pg_query", "~> 6.0"
spec.add_dependency "pg_query", "~> 6.1"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down