We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad4a78 commit 4d85492Copy full SHA for 4d85492
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## 2.4.9 (Unreleased)
4
- Remove empty debug logging out of `LoggerListener`.
5
+- Do not lock Ruby version in Karafka in favour of `karafka-core`.
6
7
## 2.4.8 (2023-01-07)
8
- Use monotonic time from Karafka core.
waterdrop.gemspec
@@ -19,8 +19,6 @@ Gem::Specification.new do |spec|
19
spec.add_dependency 'karafka-core', '>= 2.0.8', '< 3.0.0'
20
spec.add_dependency 'zeitwerk', '~> 2.3'
21
22
- spec.required_ruby_version = '>= 2.7'
23
-
24
if $PROGRAM_NAME.end_with?('gem')
25
spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem')
26
end
0 commit comments