-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated sinatra version to 2.0 #160
Conversation
Fixes bundler dependency issues with rails >5.0 and rack 2.0.
To whoever reviews this, please note that I had some trouble running the tests locally. Setup:
I had to change |
Last thing, if it helps, I added a local build of the gem in an existing Ruby v2.3 and Rails v5.0 project with a bunch of other gems. Bundler installs like a charm. |
@elmer, you guys should hard code the version of prism, or always download the latest 0.x.x release. 2.x.x is a completely different version of prism and it will break all your tests. I would check all your sdks to make sure they aren't downloading latest version of prism. |
Fixes breaking change introduced in bd72df0 (sendgrid#160), and also fixes the issue reported in sendgrid#159.
Fixes bundler dependency issues with rails >5.0 and rack 2.0.
Solves: #159