From 36a33d721c373e499ee5fb21ad97c2e0f471e53e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 31 May 2020 16:44:02 -0700 Subject: [PATCH] Needlessly tight dependency spec Let it float, unless there's a specific threat to the opposite. --- activesupport/activesupport.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 673ed59749..72cd995f02 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -35,7 +35,7 @@ Gem::Specification.new do |s| s.add_dependency "i18n", ">= 1.6", "< 2" s.add_dependency "tzinfo", "~> 2.0" - s.add_dependency "minitest", "~> 5.1" s.add_dependency "concurrent-ruby", "~> 1.0", ">= 1.0.2" s.add_dependency "zeitwerk", "~> 2.3" + s.add_dependency "minitest", ">= 5.1" end