Skip to content
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

Fix for Issue 122 - Resolve Sinatra dependency to '2.0.0.beta2' in Gemspec #122

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fix for Issue 122 - Resolve Sinatra dependency to '2.0.0.beta2' in Gemspec #122

wants to merge 5 commits into from

Conversation

mrjonesbot
Copy link

@mrjonesbot mrjonesbot commented May 3, 2017

Issue referenced here: #121

Prior to 2.0.0.beta2, Sinatra supported an incorrect Rack requirement for the showexceptions file:
sinatra/sinatra#1055

When attempting to load fake_braintree into the test environment, I'd receive this error highlighted in the issue above:

local/bundle/gems/sinatra-1.0/lib/sinatra/showexceptions.rb:1:in 'require': cannot load such file -- rack/showexceptions (LoadError)

By updating Sinatra in the gemspec, the ability to load the gem via Rack is restored.

This PR does not address the 3 failing spec tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant