Skip to content

Commit 59589a7

Browse files
authored
Merge pull request #1 from homeday-de/chore/bump_json_gem_to_2.3.0
bump json version
2 parents 0adedad + 5a14f62 commit 59589a7

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.1.0'
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', '>= 2.3.0'
1111
s.add_dependency 'excon', '>= 0.16.0', '< 1.0'
1212
end

0 commit comments

Comments
 (0)