mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-31 00:00:37 -04:00
update mime-types requirement to allow 1.x and 2.x
This commit is contained in:
parent
52792264ef
commit
660befd6c3
@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
|
||||
s.license = 'MIT'
|
||||
|
||||
s.add_dependency('rest-client', '~> 1.4')
|
||||
s.add_dependency('mime-types', '~> 1.25')
|
||||
s.add_dependency('mime-types', '>= 1.25', '< 3.0')
|
||||
s.add_dependency('json', '~> 1.8.1')
|
||||
|
||||
s.add_development_dependency('mocha', '~> 0.13.2')
|
||||
|
Loading…
x
Reference in New Issue
Block a user