mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Needlessly tight dependency spec
Let it float, unless there's a specific threat to the opposite.
This commit is contained in:
parent
7331f4fbf3
commit
36a33d721c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue