We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fc69b commit feb133aCopy full SHA for feb133a
1 file changed
bunny.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
s.summary = "Popular easy to use Ruby client for RabbitMQ"
11
s.description = "Easy to use, feature complete Ruby client for RabbitMQ 3.9 and later versions."
12
s.license = "MIT"
13
- s.required_ruby_version = Gem::Requirement.new(">= 2.5")
+ s.required_ruby_version = Gem::Requirement.new(">= 3.0")
14
15
s.metadata = {
16
"changelog_uri" => "https://github.com/ruby-amqp/bunny/blob/main/ChangeLog.md",
0 commit comments