mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/logger] Add missing closing "
https://github.com/ruby/logger/commit/b4b3caae40
This commit is contained in:
parent
227eae79ac
commit
310198d6be
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
|||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.required_ruby_version = ">= 2.3.0
|
||||
spec.required_ruby_version = ">= 2.3.0"
|
||||
|
||||
spec.add_development_dependency "bundler", ">= 0"
|
||||
spec.add_development_dependency "rake", "~> 10.0"
|
||||
|
|
Loading…
Reference in a new issue