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 Feb 17, 2024
1 parent 048fe75 commit c64755d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.8.0 (unreleased)
## 1.0.0 (unreleased)

- Added Docker image for `linux/arm64`
- Fixed warning with Ruby 3.3
- Dropped support for Ruby < 2.7

## 0.7.4 (2023-03-06)
Expand Down
1 change: 1 addition & 0 deletions pgsync.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 "bigdecimal"
spec.add_dependency "parallel"
spec.add_dependency "pg", ">= 0.18.2"
spec.add_dependency "slop", ">= 4.10.1"
Expand Down

0 comments on commit c64755d

Please sign in to comment.