Skip to content

Commit

Permalink
Fixed warning with Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jan 6, 2024
1 parent 6235a16 commit e3ea177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.5.2 (unreleased)

- Switched to `GENERIC_PLAN` for Postgres 16
- Fixed warning with Ruby 3.3

## 0.5.1 (2023-05-27)

Expand Down
1 change: 1 addition & 0 deletions pgdexter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.7"

spec.add_dependency "csv"
spec.add_dependency "pg", ">= 0.18.2"
spec.add_dependency "pg_query", "~> 4"
spec.add_dependency "slop", ">= 4.10.1"
Expand Down

0 comments on commit e3ea177

Please sign in to comment.