diff --git a/CHANGELOG.md b/CHANGELOG.md index 2848d99..7dc17f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 225fea3..ad17a68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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/ @@ -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 diff --git a/activerecord-clean-postgres-db-structure.gemspec b/activerecord-clean-postgres-db-structure.gemspec index b258675..9d66377 100644 --- a/activerecord-clean-postgres-db-structure.gemspec +++ b/activerecord-clean-postgres-db-structure.gemspec @@ -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