connection_pool.gemspec in connection_pool-2.4.0 vs connection_pool.gemspec in connection_pool-2.4.1

- old
+ new

@@ -17,6 +17,8 @@ s.license = "MIT" s.add_development_dependency "bundler" s.add_development_dependency "minitest", ">= 5.0.0" s.add_development_dependency "rake" s.required_ruby_version = ">= 2.5.0" + + s.metadata = {"changelog_uri" => "https://github.com/mperham/connection_pool/blob/main/Changes.md", "rubygems_mfa_required" => "true"} end