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

Using old version of sinatra #1

Open
ericboehs opened this issue Jan 27, 2011 · 2 comments
Open

Using old version of sinatra #1

ericboehs opened this issue Jan 27, 2011 · 2 comments

Comments

@ericboehs
Copy link

I'm getting an incompatibility with resque. Cap-taffy is requiring ~> 0.9.0 and resque is wanting a much newer version.

Edit: Looks like it isn't cap-taffy but one of it's dependencies. I'll update when I figure something out.

@ericboehs
Copy link
Author

It was taps requiring an old version of sinatra. I forked it and version bumped it.. seems to work fine.

There is an issue with cap-taffy though, it is requiring < 0.3.0 when the latest is 0.3.17.0. I have forked cap-taffy and bumped taps version.

@ericboehs
Copy link
Author

Digging further I've found that cap-taffy relies on less then < 0.3.0 as Taps' code has change a bit. There is no longer a ClientSession class available. I wasn't able to find a new class which looked like it and I wasn't able to fix it in 20 minutes or so. I have given up for now.

I'd really like this functionality so maybe I'll update this project or write my own; there hasn't been any commits in over a year.

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

No branches or pull requests

1 participant