Remove JSON as an explicit dependency

TODO: bundle pure Ruby JSON implementation for Ruby 1.8
This commit is contained in:
Greg Brockman 2011-07-12 21:46:31 -07:00
parent 3d45a945a0
commit 42f20ff6c9

View File

@ -13,7 +13,6 @@ spec = Gem::Specification.new do |s|
s.executables = 'stripe-console'
s.require_paths = %w{lib}
s.add_dependency('json')
s.add_dependency('rest-client')
s.add_development_dependency('mocha')