We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a6669 commit 7e23151Copy full SHA for 7e23151
json_mend.gemspec
@@ -33,10 +33,6 @@ Gem::Specification.new do |spec|
33
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
34
spec.require_paths = ['lib']
35
36
- # Uncomment to register a new dependency of your gem
37
spec.add_dependency 'json', '>= 0'
38
spec.add_dependency 'strscan', '>= 0'
39
-
40
- # For more information and examples about making a new gem, check out our
41
- # guide at: https://bundler.io/guides/creating_gem.html
42
end
0 commit comments