Skip to content

Commit

Permalink
Relax Sinatra dependency
Browse files Browse the repository at this point in the history
Fixes breaking change introduced in bd72df0
(sendgrid#160), and also fixes the
issue reported in sendgrid#159.
  • Loading branch information
skalee committed May 2, 2017
1 parent 49f9dfa commit dd541fd
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 @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(/^(test|spec|features)/)
spec.require_paths = ['lib']
spec.add_dependency 'ruby_http_client', '~> 3.0'
spec.add_dependency 'sinatra', '2.0.0.rc2'
spec.add_dependency 'sinatra', '>= 1.4.7', '< 3'
spec.add_development_dependency 'rake', '~> 0'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'pry'
Expand Down

0 comments on commit dd541fd

Please sign in to comment.