Skip to content

Commit

Permalink
Merge pull request #260 from mptap/patch-1
Browse files Browse the repository at this point in the history
Fixes #259 Update ruby-http-client dependency to support v3.3.0
  • Loading branch information
Matt Bernier committed Dec 21, 2017
2 parents a6addaf + a2f6f81 commit c90c342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendgrid-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(/^bin/) { |f| File.basename(f) }
spec.test_files = spec.files.grep(/^(test|spec|features)/)
spec.require_paths = ['lib']
spec.add_dependency 'ruby_http_client', '~> 3.2'
spec.add_dependency 'ruby_http_client', '~> 3.3.0'
spec.add_dependency 'sinatra', '>= 1.4.7', '< 3'
spec.add_development_dependency 'rake', '~> 0'
spec.add_development_dependency 'rspec'
Expand Down

0 comments on commit c90c342

Please sign in to comment.