Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pg_query requirement from ~> 2.1.3 to >= 2.1.3, < 4.3.0 #91

Merged
merged 1 commit into from
Jun 24, 2023
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
10 changes: 5 additions & 5 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, < 1.6.0)
pg_query (~> 2.1.3)
pg_query (>= 2.1.3, < 4.3.0)
thor (~> 1.2.1)

GEM
Expand All @@ -13,8 +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.0-x86_64-linux)
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 @@ -29,8 +29,8 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.3)
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", "< 1.6.0")
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