Skip to content

Commit 79287d2

Browse files
authored
Merge pull request #1 from kaizenplatform/remove-depended-json-upper-limit
Remove depended json upper limit
2 parents 044396e + de0c0dc commit 79287d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mandrill-api.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Gem::Specification.new do |s|
22
s.name = 'mandrill-api'
3-
s.version = '1.0.54'
3+
s.version = '1.0.55'
44
s.summary = 'A Ruby API library for the Mandrill email as a service platform.'
55
s.description = s.summary
66
s.authors = ['Mandrill Devs']
77
s.email = 'community@mandrill.com'
88
s.files = ['lib/mandrill.rb', 'lib/mandrill/api.rb', 'lib/mandrill/errors.rb']
99
s.homepage = 'https://bitbucket.org/mailchimp/mandrill-api-ruby/'
10-
s.add_dependency 'json', '>= 1.7.7', '< 2.0'
10+
s.add_dependency 'json', '>= 1.7.7'
1111
s.add_dependency 'excon', '>= 0.16.0', '< 1.0'
1212
end

0 commit comments

Comments
 (0)