Skip to content

Commit

Permalink
Dropped support for Ruby < 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 11, 2022
1 parent eff8ae5 commit b63603a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
- Changed `--defer-constraints` to `--defer-constraints-v1`
- Changed `--defer-constraints-v2` to `--defer-constraints`
- Fixed unknown alias error with Ruby 3.1
- Dropped support for Ruby < 2.5

## 0.6.8 (2021-09-21)

Expand Down
2 changes: 1 addition & 1 deletion pgsync.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = ["pgsync"]

spec.required_ruby_version = ">= 2.2"
spec.required_ruby_version = ">= 2.5"

spec.add_dependency "parallel"
spec.add_dependency "pg", ">= 0.18.2"
Expand Down

0 comments on commit b63603a

Please sign in to comment.