Skip to content

Commit e2bf7b6

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml - dry-initializer.gemspec
1 parent 4afefa1 commit e2bf7b6

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"

dry-initializer.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/dry-rb/dry-initializer/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_development_dependency "bundler"
3434
spec.add_development_dependency "rake"

0 commit comments

Comments
 (0)