Skip to content

Commit 9080af9

Browse files
author
Deepak
committed
remove httparty and addressable runtime dependecies and add json
1 parent 8a3ffea commit 9080af9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

open_weather.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ Gem::Specification.new do |gem|
1414
gem.executables = gem.files.grep(/^bin/).map{ |f| File.basename(f) }
1515
gem.require_paths = ["lib"]
1616
gem.add_development_dependency "rspec"
17-
18-
gem.add_runtime_dependency 'httparty'
19-
gem.add_runtime_dependency 'addressable'
17+
gem.add_runtime_dependency 'json'
2018
end

0 commit comments

Comments
 (0)