Skip to content

Commit 96cd32a

Browse files
committed
Require Ruby 3.3
1 parent 89c5c05 commit 96cd32a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dry-transformer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-transformer/issues"
3030
spec.metadata["funding_uri"] = "https://github.com/sponsors/hanami"
3131

32-
spec.required_ruby_version = ">= 3.1.0"
32+
spec.required_ruby_version = ">= 3.3"
3333

3434
spec.add_runtime_dependency "bigdecimal"
3535
spec.add_runtime_dependency "zeitwerk", "~> 2.6"

0 commit comments

Comments
 (0)