Skip to content

Commit aef7bac

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml - dry-system.gemspec
1 parent ed3b1cf commit aef7bac

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
- "3.3.0"
3231
- "jruby"
3332
include:

dry-system.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-system/issues"
2929
spec.metadata["funding_uri"] = "https://github.com/sponsors/hanami"
3030

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

3333
spec.add_runtime_dependency "dry-auto_inject", "~> 1.1"
3434
spec.add_runtime_dependency "dry-configurable", "~> 1.3"

0 commit comments

Comments
 (0)