Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Oct 12, 2022
1 parent e25be95 commit 59cdeb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'colorize'
gem 'concurrent-ruby-edge'
gem 'json'
gem 'nokogiri'
gem 'open-uri'
gem 'set'
gem 'sitemap-parser'
gem 'thor'
gem 'set'
gem 'json'
6 changes: 2 additions & 4 deletions deadfinder.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# frozen_string_literal: true

require_relative 'lib/deadfinder/version'
Gem::Specification.new do |s|
s.name = 'deadfinder'
Expand All @@ -17,10 +15,10 @@ Gem::Specification.new do |s|
s.metadata['source_code_uri'] = 'https://github.com/hahwul/deadfinder'
s.add_runtime_dependency 'colorize', '~> 0.8.0'
s.add_runtime_dependency 'concurrent-ruby-edge', '~> 0.6.0'
s.add_runtime_dependency 'json', '~> 2.6.0'
s.add_runtime_dependency 'nokogiri', '~> 1.13.0'
s.add_runtime_dependency 'open-uri', '~> 0.2.0'
s.add_runtime_dependency 'set', '~> 1.0.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 59cdeb9

Please sign in to comment.