File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 - ' 3.2'
2727 - ' 3.1'
2828 - ' 3.0'
29- - ' 2.7'
3029 include :
3130 - ruby : ' 3.3'
3231 coverage : ' true'
Original file line number Diff line number Diff line change 11# Rdkafka Changelog
22
33## 0.16.0 (Unreleased)
4+ - ** [ Breaking] ** Retire support for Ruby 2.7.
45- ** [ Feature] ** Support incremental config describe + alter API.
56- ** [ Feature] ** Oauthbearer token refresh callback (bruce-szalwinski-he)
67- ** [ Feature] ** Provide ability to use topic config on a producer for custom behaviors per dispatch.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
1515 gem . name = 'rdkafka'
1616 gem . require_paths = [ 'lib' ]
1717 gem . version = Rdkafka ::VERSION
18- gem . required_ruby_version = '>= 2.7 '
18+ gem . required_ruby_version = '>= 3.0 '
1919 gem . extensions = %w( ext/Rakefile )
2020 gem . cert_chain = %w[ certs/cert_chain.pem ]
2121
You can’t perform that action at this time.
0 commit comments