Skip to content

Commit

Permalink
Merge pull request #240 from mvz/update-gemspec-runtime-dependencies
Browse files Browse the repository at this point in the history
Replace soft-deprecated runtime dependency specification
  • Loading branch information
mvz authored Jul 14, 2024
2 parents b68c183 + 8d97a38 commit a23596a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nokogiri-happymapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

spec.extra_rdoc_files = ["README.md", "CHANGELOG.md", "License"]

spec.add_runtime_dependency "nokogiri", "~> 1.5"
spec.add_dependency "nokogiri", "~> 1.5"

spec.add_development_dependency "pry", "~> 0.14.0"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit a23596a

Please sign in to comment.