Skip to content

Commit

Permalink
[ruby/logger] Use Gemfile instead of Gem::Specification#add_developme…
Browse files Browse the repository at this point in the history
…nt_dependency

ruby/logger@7b51af263f
  • Loading branch information
hsbt authored and matzbot committed Oct 20, 2023
1 parent 62c1d81 commit 13b33b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/logger/logger.gemspec
Expand Up @@ -19,8 +19,4 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.3.0"

spec.add_development_dependency "bundler", ">= 0"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "test-unit"
end

0 comments on commit 13b33b1

Please sign in to comment.