Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Sep 26, 2022
1 parent 9453551 commit 9f91923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ gem 'nokogiri'
gem 'open-uri'
gem 'sitemap-parser'
gem 'thor'
gem 'set'
gem 'json'
2 changes: 2 additions & 0 deletions deadfinder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'open-uri', '~> 0.2.0'
s.add_runtime_dependency 'sitemap-parser', '~> 0.5.0'
s.add_runtime_dependency 'thor', '~> 1.2.0'
s.add_runtime_dependency 'set', '~> 1.0.0'
s.add_runtime_dependency 'json', '~> 2.6.0'
end

0 comments on commit 9f91923

Please sign in to comment.