Skip to content

Commit

Permalink
Update pg_query requirement from ~> 2.1.3 to >= 2.1.3, < 4.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pg_query](https://github.com/pganalyze/pg_query) to permit the latest version.
- [Changelog](https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md)
- [Commits](pganalyze/pg_query@v2.1.4...v4.2.1)

---
updated-dependencies:
- dependency-name: pg_query
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2023
1 parent 700a8a1 commit 653a747
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
pg_online_schema_change (0.9.0)
ougai (~> 2.0.0)
pg (~> 1.3.2)
pg_query (~> 2.1.3)
pg_query (>= 2.1.3, < 4.3.0)
thor (~> 1.2.1)

GEM
Expand All @@ -13,7 +13,8 @@ GEM
ast (2.4.2)
coderay (1.1.3)
diff-lcs (1.5.0)
google-protobuf (3.23.0-arm64-darwin)
google-protobuf (3.23.3-arm64-darwin)
google-protobuf (3.23.3-x86_64-linux)
haml (6.1.1)
temple (>= 0.8.2)
thor
Expand All @@ -27,8 +28,8 @@ GEM
parser (3.2.2.1)
ast (~> 2.4.1)
pg (1.3.5)
pg_query (2.1.4)
google-protobuf (>= 3.19.2)
pg_query (4.2.1)
google-protobuf (>= 3.22.3)
prettier_print (1.2.1)
pry (0.14.2)
coderay (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion pg_online_schema_change.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency("ougai", "~> 2.0.0")
spec.add_runtime_dependency("pg", "~> 1.3.2")
spec.add_runtime_dependency("pg_query", "~> 2.1.3")
spec.add_runtime_dependency("pg_query", ">= 2.1.3", "< 4.3.0")
spec.add_runtime_dependency("thor", "~> 1.2.1")

spec.add_development_dependency("prettier_print")
Expand Down

0 comments on commit 653a747

Please sign in to comment.