File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 28
28
- ' 3.0.0'
29
29
- ' 2.7'
30
30
- ' 2.7.0'
31
- - ' 2.6.8'
32
31
include :
33
32
- ruby : ' 3.2'
34
33
coverage : ' true'
Original file line number Diff line number Diff line change
1
+ # 0.14.0 (Unreleased)
2
+ * [ Change] Remove support for Ruby 2.6 due to it being EOL and WeakMap incompatibilities.
3
+
1
4
# 0.13.0
2
5
* Support cooperative sticky partition assignment in the rebalance callback (methodmissing)
3
6
* Support both string and symbol header keys (ColinDKelley)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
16
gem . name = 'rdkafka'
17
17
gem . require_paths = [ 'lib' ]
18
18
gem . version = Rdkafka ::VERSION
19
- gem . required_ruby_version = '>= 2.6 '
19
+ gem . required_ruby_version = '>= 2.7 '
20
20
gem . extensions = %w( ext/Rakefile )
21
21
22
22
gem . add_dependency 'ffi' , '~> 1.15'
You can’t perform that action at this time.
0 commit comments