Skip to content

Commit dec9445

Browse files
committed
Dropped support for Ruby < 3.3 and Rails < 7.2
1 parent f44e725 commit dec9445

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0 (unreleased)
2+
3+
- Dropped support for Ruby < 3.3 and Rails < 7.2
4+
15
## 0.4.0 (2025-04-03)
26

37
- Dropped support for Ruby < 3.2 and Rails < 7.1

clockwork_web.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Gem::Specification.new do |spec|
1313
spec.files = Dir["*.{md,txt}", "{app,config,lib}/**/*"]
1414
spec.require_path = "lib"
1515

16-
spec.required_ruby_version = ">= 3.2"
16+
spec.required_ruby_version = ">= 3.3"
1717

1818
spec.add_dependency "clockwork", ">= 3"
1919
spec.add_dependency "safely_block", ">= 0.4"
20-
spec.add_dependency "railties", ">= 7.1"
20+
spec.add_dependency "railties", ">= 7.2"
2121
end

0 commit comments

Comments
 (0)