mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-09 00:01:53 -05:00
Remove JSON as an explicit dependency
TODO: bundle pure Ruby JSON implementation for Ruby 1.8
This commit is contained in:
parent
3d45a945a0
commit
42f20ff6c9
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user