Skip to content

Commit c591b49

Browse files
committed
Dropped support for Ruby < 3.2 and Rails < 7.1
1 parent 31e96ff commit c591b49

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.4.0 (unreleased)
2+
3+
- Dropped support for Ruby < 3.2 and Rails < 7.1
4+
15
## 0.3.1 (2024-09-04)
26

37
- Improved CSP support

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.1"
16+
spec.required_ruby_version = ">= 3.2"
1717

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

0 commit comments

Comments
 (0)