Skip to content

Commit 08e1f67

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml - hanami-validations.gemspec
1 parent 2f5df8d commit 08e1f67

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- "4.0"
2828
- "3.4"
2929
- "3.3"
30-
- "3.2"
3130
- "jruby"
3231
include:
3332
- ruby: "4.0"

hanami-validations.gemspec

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

31-
spec.required_ruby_version = ">= 3.2"
31+
spec.required_ruby_version = ">= 3.3"
3232

3333
spec.add_runtime_dependency "dry-validation", ">= 1.10", "< 2"
3434
end

0 commit comments

Comments
 (0)