[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:
Samuel Giddins 2019-01-17 09:59:55 -08:00 коммит произвёл Hiroshi SHIBATA
Родитель b9ba07a05c
Коммит 227eae79ac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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"