Skip to content

Commit feb133a

Browse files
.gemspec: bump required Ruby minimum #731
1 parent c7fc69b commit feb133a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bunny.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.summary = "Popular easy to use Ruby client for RabbitMQ"
1111
s.description = "Easy to use, feature complete Ruby client for RabbitMQ 3.9 and later versions."
1212
s.license = "MIT"
13-
s.required_ruby_version = Gem::Requirement.new(">= 2.5")
13+
s.required_ruby_version = Gem::Requirement.new(">= 3.0")
1414

1515
s.metadata = {
1616
"changelog_uri" => "https://github.com/ruby-amqp/bunny/blob/main/ChangeLog.md",

0 commit comments

Comments
 (0)