зеркало из https://github.com/github/ruby.git
[ruby/logger] Say that logger requires ruby >= 2.3
Since it uses `&.`, it can't be used on older rubies https://github.com/ruby/logger/commit/b872f90ab9
This commit is contained in:
Родитель
b9ba07a05c
Коммит
227eae79ac
|
@ -20,6 +20,8 @@ Gem::Specification.new do |spec|
|
|||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.required_ruby_version = ">= 2.3.0
|
||||
|
||||
spec.add_development_dependency "bundler", ">= 0"
|
||||
spec.add_development_dependency "rake", "~> 10.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче