Skip to content

Commit

Permalink
Revert "list stdlib gem dependencies explicitly"
Browse files Browse the repository at this point in the history
this seems to be causing some gem loading problems, so it's probably not worth it…
  • Loading branch information
mackuba committed Apr 26, 2024
1 parent b95e6d4 commit fcb3f2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions didkit.gemspec
Expand Up @@ -26,11 +26,4 @@ Gem::Specification.new do |spec|
end

spec.require_paths = ["lib"]

spec.add_dependency 'json', '~> 2.5'
spec.add_dependency 'net-http', '~> 0.1'
spec.add_dependency 'open-uri', '~> 0.1'
spec.add_dependency 'resolv', '~> 0.1'
spec.add_dependency 'time', '~> 0.3'
spec.add_dependency 'uri', '~> 0.13'
end

0 comments on commit fcb3f2c

Please sign in to comment.